40 lines
1010 B
YAML
40 lines
1010 B
YAML
id: ampps-dirlisting
|
|
|
|
info:
|
|
name: AMPPS by Softaculous Panel - Directory Listing - Detect
|
|
author: deFr0ggy
|
|
severity: info
|
|
description: AMPPS by Softaculous panel directory listing was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 3
|
|
tags: panel,ampps,softaculous,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/client/"
|
|
- "{{BaseURL}}/files/"
|
|
- "{{BaseURL}}/icons/"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>[AMPPS] - Web Local</title>"
|
|
- "Powered by AMPPS"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220796685c13814b098de9d258d24c442f7fae1422821557770d5fb1b16b4529935022100c8ecaf20671e613ff6e941e069130f6d65ec6d66f24f96aad442c07ae1a4f8bd:922c64590222798bb761d5b6d8e72950
|