We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eeb8f commit 0ecffeaCopy full SHA for 0ecffea
modules/auxiliary/gather/coldfusion_pwd_props.rb
@@ -85,6 +85,9 @@ def fingerprint(response)
85
out = "Adobe ColdFusion MX7 (Not Vulnerable)"
86
elsif(response.body =~ /<meta name=\"Author\" content=\"Copyright \(c\) 1995-2006 Adobe/)
87
out = "Adobe ColdFusion 8 (Not Vulnerable)"
88
+ elsif(response.body =~ /<meta name=\"Author\" content=\"Copyright \(c\) 1995\-2010 Adobe/ and
89
+ response.body =~ /1997\-2012 Adobe Systems Incorporated and its licensors/)
90
+ out = "Adobe ColdFusion 10"
91
elsif(response.body =~ /<meta name=\"Author\" content=\"Copyright \(c\) 1995-2010 Adobe/ or
92
response.body =~ /<meta name=\"Author\" content=\"Copyright \(c\) 1995\-2009 Adobe Systems\, Inc\. All rights reserved/)
93
out = "Adobe ColdFusion 9"
0 commit comments