nuclei-templates/http/exposures/files/cold-fusion-cfcache-map.yaml

30 lines
583 B
YAML
Raw Normal View History

2021-07-21 18:19:40 +00:00
id: cold-fusion-cfcache-map
info:
name: Discover Cold Fusion cfcache.map Files
author: geeknik
severity: low
reference:
- https://securiteam.com/windowsntfocus/5bp081f0ac/
metadata:
max-request: 1
shodan-query: http.component:"Adobe ColdFusion"
2022-10-13 10:12:07 +00:00
tags: exposure,coldfusion,adobe,files
2021-07-21 18:19:40 +00:00
http:
2021-07-21 18:19:40 +00:00
- method: GET
path:
- "{{BaseURL}}/cfcache.map"
matchers-condition: and
matchers:
- type: word
words:
- "Mapping="
- "SourceTimeStamp="
condition: and
2021-07-25 19:45:39 +00:00
2021-07-21 18:19:40 +00:00
- type: status
status:
- 200