2021-09-12 17:35:35 +00:00
|
|
|
id: adobe-coldfusion-error-detect
|
2021-07-23 17:24:22 +00:00
|
|
|
|
|
|
|
info:
|
2021-07-23 17:55:45 +00:00
|
|
|
name: Adobe ColdFusion Detector
|
2021-07-23 17:24:22 +00:00
|
|
|
author: philippedelteil
|
|
|
|
severity: info
|
|
|
|
description: With this template we can detect a running ColdFusion instance due to an error page.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://twitter.com/PhilippeDelteil/status/1418622775829348358
|
2022-05-10 07:48:12 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-05-10 07:48:12 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.component:"Adobe ColdFusion"
|
2022-11-14 19:45:12 +00:00
|
|
|
tags: adobe,coldfusion,tech
|
2021-07-23 17:55:45 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-23 17:24:22 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/_something_.cfm"
|
2021-07-23 18:05:58 +00:00
|
|
|
|
2021-07-23 17:24:22 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'ColdFusion documentation'
|
2021-07-23 17:55:45 +00:00
|
|
|
|
2021-07-23 17:24:22 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-07-23 18:05:58 +00:00
|
|
|
- 404
|