29 lines
625 B
YAML
29 lines
625 B
YAML
|
id: ampps-dirlistings
|
||
|
|
||
|
info:
|
||
|
name: AMPPS by Softaculous - Directory Listing Enabled
|
||
|
author: Kamran Saifullah - Frog Man, @github.com/deFr0ggy
|
||
|
severity: info
|
||
|
tags: panel, ampps, softaculous, directory
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/client/"
|
||
|
- "{{BaseURL}}/files/"
|
||
|
- "{{BaseURL}}/icons/"
|
||
|
|
||
|
redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>[AMPPS] - Web Local</title>"
|
||
|
- "Powered by AMPPS"
|
||
|
part: body
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|