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 "McAfee-Secure" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-08-20
9version "0.1"
10description "McAfee Secure sites apparently help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams"
11website "http://www.mcafeesecure.com/"
12
13
14
15# Matches #
16matches [
17
18{ :string=>/<a target="?_blank"? href="https?:\/\/www\.(mcafeesecure|scanalert)\.com\/RatingVerify\?ref=([^"]+)"[^>]*>[\s]*<img/i, :offset=>1 },
19
20]
21
22end
23
24