Adobe ColdFusion Detector
ID: adobe-coldfusion-error-detect
Severity: info
Author: philippedelteil
Tags: adobe,coldfusion,tech
Description
Section titled “Description”With this template we can detect a running ColdFusion instance due to an error page.
YAML Source
Section titled “YAML Source”id: adobe-coldfusion-error-detect
info: name: Adobe ColdFusion Detector author: philippedelteil severity: info description: With this template we can detect a running ColdFusion instance due to an error page. reference: - https://twitter.com/PhilippeDelteil/status/1418622775829348358 classification: cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: adobe product: coldfusion shodan-query: http.component:"Adobe ColdFusion" tags: adobe,coldfusion,tech
http: - method: GET path: - "{{BaseURL}}/_something_.cfm"
matchers-condition: and matchers: - type: word part: body words: - 'ColdFusion documentation'
- type: status status: - 404# digest: 4b0a00483046022100b584403c02302ddde3732584d7df5297da77ad17df62cd706911114aa4610cd30221009cfcd0fde5cdf093769776d116679503d25b9f6353f6c1fd2f5a4acc9db597c5: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-error-detect.yaml"