Add files via upload
parent
5896a8e5d3
commit
a1d3678a70
|
@ -0,0 +1,21 @@
|
|||
id: wordpress-plugins-lifterlms
|
||||
info:
|
||||
name: WordPress Plugin lifterlms
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
description: Searches for sensitive directories present in the wordpress-plugins plugin.
|
||||
reference: https://www.exploit-db.com/ghdb/6420
|
||||
tags: wordpress,listing
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/lifterlms/"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Index of"
|
||||
- "/wp-content/plugins/lifterlms/"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue