1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "Biromsoft-WebCam" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-07-22
9version "0.1"
10description "Biromsoft webcam web interface - http://www.biromsoft.com/"
11
12# 164 results for intitle:"Biromsoft WebCam" -download -serial -crack -the -a @ 2010-07-22
13
14# Dorks #
15dorks [
16'intitle:"Biromsoft WebCam" -download -serial -crack -the -a'
17]
18
19
20
21# Matches #
22matches [
23
24{ :text=>'<title>Biromsoft WebCam</title>', :certainty=>75 },
25
26{ :regexp=>/<area shape="rect" coords="[\d\-,]+" href="http:\/\/www.biromsoft.com" alt="Visit BiromSoft " title="Visit BiromSoft ">/ },
27
28{ :text=>'<area shape="rect" coords="22,26,151,102" href="http://www.biromsoft.com">' },
29
30]
31
32
33end
34
35