wp-plugin fuzz

patch-1
sandeep 2021-03-17 17:39:01 +05:30
parent 9398c71e5b
commit 7b8a68916e
2 changed files with 57743 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: wp-plugin-scan
info:
name: Wordpress Plugin Scanner
author: pdteam
severity: info
description: Wordlist based wordpress plugin scanner.
reference: https://github.com/RandomRobbieBF/wordpress-plugin-list
tags: fuzz
requests:
- payloads:
plugin_wordlist: helpers/wordlists/wp-plugins.txt
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 =="

File diff suppressed because it is too large Load Diff