Skip to content

Commit 0ecffea

Browse files
committed
Updates fingerprint() for CF10
1 parent 54eeb8f commit 0ecffea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/auxiliary/gather/coldfusion_pwd_props.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ def fingerprint(response)
8585
out = "Adobe ColdFusion MX7 (Not Vulnerable)"
8686
elsif(response.body =~ /<meta name=\"Author\" content=\"Copyright \(c\) 1995-2006 Adobe/)
8787
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"
8891
elsif(response.body =~ /<meta name=\"Author\" content=\"Copyright \(c\) 1995-2010 Adobe/ or
8992
response.body =~ /<meta name=\"Author\" content=\"Copyright \(c\) 1995\-2009 Adobe Systems\, Inc\. All rights reserved/)
9093
out = "Adobe ColdFusion 9"

0 commit comments

Comments
 (0)