## # 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. # https://www.morningstarsecurity.com/research/whatweb ## Plugin.define do name "phpVMS" authors [ "Brendan Coles ", # 2011-08-25 ] version "0.1" description "phpVMS is apparently the most popular, free, virtual airline software, with support for various ACARS applications (kACARS, FSACARS, XAcars, FS Flight Keeper, and FSPassengers)" website "http://www.phpvms.net/" # Google results as at 2011-08-25 # # 235 for "powered by phpVMS" inurl:"index.php/registration" # 5 for intitle:"phpVMS Installer" "Welcome to the phpVMS installer" # Dorks # dorks [ '"powered by phpVMS" inurl:"index.php/registration"' ] # Matches # matches [ # div class="jqmWindow" id="jqmdialog" { :certainty=>75, :text=>'
' }, # Version Detection # Install Page # ./install/install.php { :version=>/License & About<\/a> \|[\s]+Version ([^\s]+)[\s]+<\/div>/ }, # HTML Comment { :regexp=>// }, # Powered by link { :text=>'powered by phpVMS' }, ] end