Merge pull request #1744 from pussycat0x/master

Add files via upload
patch-1
Sandeep Singh 2021-06-21 01:43:48 +05:30 committed by GitHub
commit 00a0b17bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: wordpress-plugins-ultimate-member
info:
name: WordPress Plugin Ultimate Member
author: pussycat0x
severity: low
description: Searches for sensitive directories present in the wordpress-plugins plugin.
reference: https://www.exploit-db.com/ghdb/6998
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/ultimate-member/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/ultimate-member/"
condition: and
- type: status
status:
- 200