Add files via upload

patch-1
pussycat0x 2021-11-21 06:45:24 +05:30 committed by GitHub
parent bc38513799
commit 41669cb8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -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