nuclei-templates/http/technologies/aerocms-detect.yaml

29 lines
461 B
YAML

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