# coding: ascii-8bit # frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "Netsnap-Web-Camera" do @author = "Brendan Coles " # 2010-07-10 @version = "0.1" @description = "Netsnap java client web interface for video cameras" # 18 for intitle:"Live NetSnap Cam-Server feed" -intitle @ 2010-07-10 # Dorks # @dorks = [ 'intitle:"Live NetSnap Cam-Server feed" -intitle' ] # Matches # @matches = [ { text: 'Live NetSnap Cam-Server feed' }, { text: 'color="#008080">Live-Webcam' }, { text: 'color="#008080">NetSnapĀ® ' }, { text: '

NetSnap is a registered Trademark of' }, ] end