mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
38 lines
879 B
YAML
38 lines
879 B
YAML
id: appcms-detect
|
|
|
|
info:
|
|
name: AppCms Detect
|
|
author: princechaddha
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:appcms:appcms:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: appcms
|
|
product: appcms
|
|
shodan-query: http.html:"Powerd by AppCMS"
|
|
tags: tech,appcms,discovery
|
|
|
|
http:
|
|
- 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 (.*) -->'
|
|
# digest: 4a0a0047304502210090c82947c9dab8eb8e3ddba03572dbd9a747d70ffe110b8a59d9db5099085b6102207f15de73fa404eeabb84b3488b939ca413341ac2e379d3b4d5c8b01e77fb4552:922c64590222798bb761d5b6d8e72950 |