nuclei-templates/technologies/aerocms-detect.yaml

28 lines
446 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:
2022-11-25 11:39:35 +00:00
- type: regex
2022-11-25 11:14:40 +00:00
part: body
2022-11-25 11:39:35 +00:00
regex:
- 'content="(.*)AeroCMS(.*)'
2022-11-25 11:14:40 +00:00
- type: status
status:
- 200