Adobe ColdFusion Detector
ID: adobe-coldfusion-detect
Severity: info
Author: philippedelteil
Tags: adobe,coldfusion,tech
Description
Section titled “Description”With this template we can detect the version number of Coldfusion instances based on their logos.
YAML Source
Section titled “YAML Source”id: adobe-coldfusion-detect
info: name: Adobe ColdFusion Detector author: philippedelteil severity: info description: With this template we can detect the version number of Coldfusion instances based on their logos. classification: cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:* metadata: verified: true max-request: 6 vendor: adobe product: coldfusion shodan-query: http.component:"Adobe ColdFusion" tags: adobe,coldfusion,tech
http: - method: GET path: - "{{BaseURL}}/CFIDE/administrator/images/mx_login.gif" - "{{BaseURL}}/cfide/administrator/images/mx_login.gif" - "{{BaseURL}}/CFIDE/administrator/images/background.jpg" - "{{BaseURL}}/cfide/administrator/images/background.jpg" - "{{BaseURL}}/CFIDE/administrator/images/componentutilslogin.jpg" - "{{BaseURL}}/cfide/administrator/images/componentutilslogin.jpg"
host-redirects: true stop-at-first-match: true max-redirects: 2 matchers: - type: dsl name: "coldfusion-8" dsl: - "status_code==200 && (\"da07693b70ddbac5bc0d8bf98d4a3539\" == md5(body))"
- type: dsl name: "coldfusion-9" dsl: - "status_code==200 && (\"c0757351b00f7ecf35a035c976068d12\" == md5(body))"
- type: dsl name: "coldfusion-10" dsl: - "status_code==200 && (\"a4c81b7a6289b2fc9b36848fa0cae83c\" == md5(body))"
- type: dsl name: "coldfusion-11" dsl: - "status_code==200 && (\"7f024de9f480481ca03049e0d66679d6\" == md5(body))"
- type: dsl name: "coldfusion-2016" dsl: - "status_code==200 && (\"f1281b6866aef66e35dc36fe4f0bf990\" == md5(body))"
- type: dsl name: "coldfusion-2021" dsl: - "status_code==200 && (\"a88530d7f1980412dac076de732a4e86\" == md5(body))"
- type: dsl name: "coldfusion-2018" dsl: - "status_code==200 && (\"92ef6ee3c4d1700e3cca797b19d3e7ba\" == md5(body))"
- type: dsl name: "coldfusion-mx-7" dsl: - "status_code==200 && (\"cb594e69af5ba15bca453f76aca53615\" == md5(body))"# digest: 490a0046304402202e896414cf14d68e4cd70cea2f590ec0793f547b59d32ac581369b6c9d13e500022003d9fcc3ed127d2422cfe4c4be133b8a9442b24b582161fffe4f1440e8560915:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/adobe/adobe-coldfusion-detect.yaml"