38 lines
869 B
YAML
38 lines
869 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
|
|
|
|
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: 4a0a004730450220799120aeb8cb0cf6ee340af1f3c83a2c7fffc04d26e0d10706e36583ee541727022100da373bed2a9d51988d96d2939bf1ff755b98a9884e4effbf089691dcccc06e13:922c64590222798bb761d5b6d8e72950 |