Adding additional condition

patch-1
sandeep 2021-06-21 01:40:01 +05:30
parent 82e23a03e3
commit 788fc31fd3
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
id: wordpress-plugins-ultimate-member
info:
name: WordPress Plugin Ultimate Member
author: pussycat0x
@ -6,16 +7,20 @@ info:
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