Added file extensions

This commit is contained in:
Andrew Horton
2021-02-28 17:06:07 +11:00
parent 315a53ab1d
commit b9eefa7e43
+6 -4
View File
@@ -7,11 +7,12 @@
Plugin.define do
name "ColdFusion"
authors [
"Brendan Coles <bcoles@gmail.com>", # 2010-08-15
"Brendan Coles <bcoles@gmail.com>", # 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 #