Remove in favor of vulnerabilities/wordpress/easy-wp-smtp-listing.yaml, which will also be moved to CVE-2020-35234.yaml

patch-1
sullo 2022-02-28 11:22:57 -05:00
parent dd40b99896
commit ea1601f72f
1 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
id: wp-mail-smtp-listing
info:
name: Wordpress wp-mail-smtp plugin listing
author: pussycat0x
severity: low
description: Searches for sensitive directories present in the wordpress-plugins plugin.
metadata:
google-dork: intitle:"index of" "wp-mail-smtp"
tags: wordpress,listing,wp-plugin
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/wp-mail-smtp/"
- "{{BaseURL}}/wp-content/plugins/wp-mail-smtp-pro/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/wp-mail-smtp"
condition: and
- type: status
status:
- 200