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

34 lines
570 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:
max-request: 1
2022-07-06 19:06:40 +00:00
shodan-query: http.html:"Powerd by AppCMS"
2022-01-28 05:14:04 +00:00
tags: tech,appcms
http:
2022-01-28 05:14:04 +00:00
- 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 (.*) -->'