## # 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 "phplist" do author "Brendan Coles " # 2011-05-04 version "0.1" description "phplist is the world's most popular open source email campaign manager." website "http://www.phplist.com/" # 248 for "powered by phplist version" intitle:phplist # Dorks # dorks [ '"powered by phplist version" intitle:phplist' ] # Matches # matches [ # Misconfigured { :text=>'Nothing here' }, { :text=>'

You probably want to be here or here.

' }, # Meta Author { :text=>'' }, # Version Detection # Meta Powered By { :version=>// }, # Version Detection # Powered by link { :version=>/phplist powered by <\/span>phplist<\/a> - version ([^<]+)<\/td>/ }, ] end