Add files via upload
parent
bc38513799
commit
41669cb8f6
|
@ -0,0 +1,22 @@
|
|||
id: wp-mstore-api-detect
|
||||
info:
|
||||
name: Wordpress Plugin MStore API
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
metadata:
|
||||
google-dork: inurl:/wp-content/plugins/mstore-api/
|
||||
description: Searches for sensitive directories present in the wordpress-plugins plugin.
|
||||
tags: wordpress,listing
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/mstore-api/"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Index of"
|
||||
- "/wp-content/plugins/mstore-api"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue