nuclei-templates/technologies/thinkcmf-detection.yaml

26 lines
383 B
YAML
Raw Normal View History

2021-03-13 09:17:50 +00:00
id: thinkcmf-detection
info:
name: ThinkCMF Detection
author: pikpikcu
severity: info
tags: thinkcmf
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- "X-Powered-By: ThinkCMF"
part: header
condition: and
- type: status
status:
- 200