31 lines
496 B
YAML
31 lines
496 B
YAML
id: appcms-detect
|
|
|
|
info:
|
|
name: AppCms Detect
|
|
author: princechaddha
|
|
severity: info
|
|
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 (.*) -->'
|