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:
|
2023-04-28 08:11:21 +00:00
|
|
|
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
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
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 (.*) -->'
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a004730450220048cb3b4991d02e731d9fce6eea113c4b84e5639f85a867281f1ae48f106f9f8022100e3e48abd4c96c7d584806ba355fb6ac163786e36d4a4768b56c68908ee46e44d:922c64590222798bb761d5b6d8e72950
|