Adding Wordpress Plugin Scanner

patch-1
bauthard 2020-11-07 18:40:51 +05:30
parent 1505e88b68
commit 56ee390869
3 changed files with 57745 additions and 0 deletions

View File

@ -8,4 +8,5 @@ cves/CVE-2020-13379.yaml
cves/CVE-2013-2251.yaml
vulnerabilities/x-forwarded-host-injection.yaml
fuzzing/
wordlists/
workflows/

View File

@ -0,0 +1,35 @@
id: wp-plugin-scan
info:
name: Wordpress Plugin Scanner
author: pdteam
severity: info
description: wordlist based wordpress plugin scanner.
requests:
- payloads:
plugin_wordlist: wordlists/wp-plugins.txt
# Thanks to RandomRobbieBF for the wordlist
# https://github.com/RandomRobbieBF/wordpress-plugin-list
attack: sniper
threads: 50
raw:
- |
GET /plugin_wordlist HTTP/1.1
Host: {{Hostname}}
Accept: application/json, text/plain, */*
Accept-Language: en-US,en;q=0.5
Referer: {{BaseURL}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "== Description =="

57709
wordlists/wp-plugins.txt Normal file

File diff suppressed because it is too large Load Diff