Adding Wordpress Plugin Scanner

will be merged after next release of nuclei
patch-1
bauthard 2020-10-13 17:22:57 +05:30
parent d3c0a54fe9
commit 5d3c429763
3 changed files with 57746 additions and 1 deletions

View File

@ -4,4 +4,5 @@ security-misconfiguration/missing-hsts.yaml
security-misconfiguration/missing-csp.yaml
security-misconfiguration/basic-cors-flash.yaml
fuzzing/
workflows/
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