nuclei-templates/technologies/appcms-detect.yaml

33 lines
555 B
YAML
Raw Normal View History

2022-01-28 05:14:04 +00:00
id: appcms-detect
info:
name: AppCms Detect
author: princechaddha
severity: info
2022-07-06 19:06:40 +00:00
metadata:
shodan-query: http.html:"Powerd by AppCMS"
2022-01-28 05:14:04 +00:00
tags: tech,appcms
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '<!-- Powerd by AppCMS (.*) -->'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<!-- Powerd by AppCMS (.*) -->'