22 lines
330 B
YAML
22 lines
330 B
YAML
|
id: lazy-file-manager
|
||
|
|
||
|
info:
|
||
|
name: Lazy File Manager
|
||
|
author: amsda
|
||
|
severity: medium
|
||
|
tags: exposure
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/lfm.php"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- Lazy File Manager
|