nuclei-templates/technologies/aerocms-detect.yaml

28 lines
446 B
YAML

id: aerocms-detect
info:
name: AeroCMS Detect
author: pikpikcu
severity: info
metadata:
verified: true
fofa-query: "AeroCMS"
shodan-query: title:"AeroCMS"
tags: tech,aerocms
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'content="(.*)AeroCMS(.*)'
- type: status
status:
- 200