nuclei-templates/technologies/aerocms-detect.yaml

28 lines
437 B
YAML
Raw Normal View History

2022-11-25 11:14:40 +00:00
id: aerocms-detect
info:
2022-11-25 11:33:57 +00:00
name: AeroCMS Detect
2022-11-25 11:14:40 +00:00
author: pikpikcu
severity: info
metadata:
2022-11-25 11:33:57 +00:00
verified: true
2022-11-25 11:14:40 +00:00
fofa-query: "AeroCMS"
2022-11-25 11:21:39 +00:00
shodan-query: title:"AeroCMS"
2022-11-25 11:33:57 +00:00
tags: tech,aerocms
2022-11-25 11:14:40 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-25 11:33:57 +00:00
- 'content="AeroCMS'
2022-11-25 11:14:40 +00:00
- type: status
status:
- 200