Path: blob/master/documentation/modules/auxiliary/scanner/http/coldfusion_version.md
55912 views
Vulnerable Application
This module attempts to identify Adobe ColdFusion installations and determine the version running on the target. It inspects the ColdFusion Administrator login page at /CFIDE/administrator/index.cfm and fingerprints the version based on meta tags, copyright strings, and other patterns in the HTML response. The module can detect ColdFusion MX6, MX7, 8, 9, and 10, as well as identify the underlying operating system from the Server header.
Setup
Install any version of Adobe ColdFusion up to version 10. The default installation should have the administrator page accessible at /CFIDE/administrator/index.cfm. No additional configuration is needed.
Alternatively, older ColdFusion trial installers can often be found on the Adobe archive.
Verification Steps
Start msfconsole
Do:
use auxiliary/scanner/http/coldfusion_versionDo:
set RHOSTS [target IP]Do:
runYou should see the detected ColdFusion version and OS printed to the console.