Skip to content

Commit

Permalink
[+] Added newswall plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Aug 12, 2012
1 parent 8c6f41e commit f7e572c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions plugins/newswall.rb
@@ -0,0 +1,37 @@
##
# 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
##
Plugin.define "newswall" do
author "Brendan Coles <bcoles@gmail.com>" # 2012-08-12
version "0.1"
description "newswall - Homepage: http://newswall.mayoco.de/"

# Google results as at 2012-08-12 #
# 121 for "There's no newswall without javascript - please activate"
# 5 for "There's no newswall without javascript - please activate" inurl:newswall

# Dorks #
dorks [
'"There\'s no newswall without javascript - please activate" inurl:newswall'
]

# Examples #
examples %w|
culvercityobserver.com/newswall/indext.php
getyourstuff.org/newswall/
wall.www.info.vn
|

# Matches #
matches [

# NoScript
{ :regexp=>/<div id="screen"><noscript><p class="js">\s*There's no newswall without javascript - please activate\.\.\.\s*<\/p><\/noscript><\/div>/ },

]

end

0 comments on commit f7e572c

Please sign in to comment.