Create adobe-coldfusion-detector-error.yaml

patch-1
Philippe Delteil 2021-07-23 13:24:22 -04:00 committed by GitHub
parent 3ebd9f0607
commit 654e238eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: adobe-coldfusion-detector-error
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
tags: adobe,coldfusion
requests:
- method: GET
path:
- "{{BaseURL}}/_something_.cfm"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ColdFusion documentation'
- type: status
part: header
status:
- 404