diff --git a/plugins/coldfusion.rb b/plugins/coldfusion.rb index ff2e5590..f21b69cf 100644 --- a/plugins/coldfusion.rb +++ b/plugins/coldfusion.rb @@ -7,11 +7,12 @@ Plugin.define do name "ColdFusion" authors [ - "Brendan Coles ", # 2010-08-15 + "Brendan Coles ", # v0.1 # 2010-08-15 # v0.2 # 2011-04-25 # Added cookie matches. # v0.3 # 2012-02-05 # Added header match. Updated matches. Updated version detection.. + "Andrew Horton @urbanadventurer", # v0.4 # 2021-02-28 # Added file extensions ] -version "0.3" +version "0.4" description "Adobe ColdFusion application server and software enables developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise." website "http://www.adobe.com/products/coldfusion/" @@ -28,8 +29,6 @@ dorks [ 'intitle:"ColdFusion Administrator Login"' ] - - # Matches # matches [ @@ -66,6 +65,9 @@ matches [ # Set-Cookie # /CFAUTHORIZATION_cfadmin=/ { :search=>"headers[set-cookie]", :regexp=>/CFAUTHORIZATION_cfadmin=/ }, +# File Extension +{ :name=>"File extension", :regexp=>/^(cfm|cfc)$/, :search=>"uri.extension" } + ] # Passive #