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 "OurDisclaimer" do
8author "Brendan Coles <bcoles@gmail.com>" # 2010-10-14
9version "0.1"
10description "OurDisclaimer.com - Third party disclaimer service."
11website "http://ourdisclaimer.com/"
12
13# 59 results for inurl:"ourdisclaimer.com/?i=" @ 2010-10-14
14
15
16matches [
17
18# Get URL # Link & Image method
19{ :version=>/<a[^>]+href[\s]*=[\s]*"http:\/\/ourdisclaimer.com\/\?i=([^\"]+)/i },
20
21# Get URL # Iframe method
22{ :version=>/<iframe[^>]+src[\s]*=[\s]*"http:\/\/ourdisclaimer.com\/\?i=([^\"]+)/i },
23
24]
25
26end
27
28