A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
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 # https://www.morningstarsecurity.com/research/whatweb 6 ## 7 Plugin.define do 8 name "Ad-Network-Script" 9 authors [ 10 "Brendan Coles <bcoles@gmail.com>", # 2010-10-11 11 ] 12 version "0.1" 13 description "The ad network script is a comprehensive solution to let you start your own professional ad network website. The script comes with bells and whistles to make you start and run your ad network website and to monitor the daily sales and delivery of ads on regular basis." 14 website "http://www.kaonsoftwares.com/ad-network-script.html" 15 16 # Google results as at 2010-10-11 # 17 # 32 for "Web Administration Panel" "by Kaon Softwares. All Rights Reserved." 18 19 # Dorks # 20 dorks [ 21 '"Web Administration Panel" "by Kaon Softwares. All Rights Reserved."' 22 ] 23 24 25 26 matches [ 27 28 # Version detection # Admin page # Powered by text 29 { :version=>/<td width="100%" height="33" bgcolor="#ED7900" class="copyright">© Web Administration Panel .v([\d\.]+) by <a href="http:\/\/www.kaonsoftwares.com\/" class="copyright" target="_blank">Kaon Softwares<\/a>. All Rights Reserved.<\/td>/ }, 30 31 # Version detection # Admin page # Powered by text 32 { :version=>/<td height="70%" valign="bottom" align="right"><font face="verdana" size="1" color="gray">© Web Administration Panel .v([\d\.]+) by <a href="http:\/\/www.kaonsoftwares.com\/" class="" target="_blank">Kaon Softwares<\/a>. All Rights Reserved.<\/font><\/td>/ }, 33 34 ] 35 36 end 37