wp-plugin fuzz
parent
9398c71e5b
commit
7b8a68916e
|
@ -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
Loading…
Reference in New Issue