Remove in favor of vulnerabilities/wordpress/easy-wp-smtp-listing.yaml, which will also be moved to CVE-2020-35234.yaml
parent
dd40b99896
commit
ea1601f72f
|
@ -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
|
Loading…
Reference in New Issue