2020-11-07 13:10:51 +00:00
|
|
|
id: wp-plugin-scan
|
|
|
|
info:
|
|
|
|
name: Wordpress Plugin Scanner
|
|
|
|
author: pdteam
|
|
|
|
severity: info
|
|
|
|
description: wordlist based wordpress plugin scanner.
|
|
|
|
|
|
|
|
requests:
|
|
|
|
|
|
|
|
- payloads:
|
2021-01-09 13:28:57 +00:00
|
|
|
plugin_wordlist: helpers/wordlists/wp-plugins.txt
|
2020-11-07 13:10:51 +00:00
|
|
|
|
|
|
|
# Thanks to RandomRobbieBF for the wordlist
|
|
|
|
# https://github.com/RandomRobbieBF/wordpress-plugin-list
|
|
|
|
|
|
|
|
attack: sniper
|
|
|
|
threads: 50
|
|
|
|
|
|
|
|
raw:
|
|
|
|
- |
|
2020-11-21 06:55:49 +00:00
|
|
|
GET /§plugin_wordlist§ HTTP/1.1
|
2020-11-07 13:10:51 +00:00
|
|
|
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 =="
|