2021-04-20 00:51:49 +00:00
|
|
|
id: wordpress-plugins-detect
|
2021-10-10 01:13:30 +00:00
|
|
|
|
2021-04-20 00:51:49 +00:00
|
|
|
info:
|
|
|
|
name: WordPress Plugins Detection
|
|
|
|
author: 0xcrypto
|
|
|
|
severity: info
|
2021-04-20 08:43:28 +00:00
|
|
|
tags: fuzz
|
2021-04-20 00:51:49 +00:00
|
|
|
|
|
|
|
requests:
|
2021-08-22 18:09:33 +00:00
|
|
|
- raw:
|
2021-04-20 00:51:49 +00:00
|
|
|
- |
|
|
|
|
GET /wp-content/plugins/{{pluginSlug}}/readme.txt HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
2021-04-20 08:43:28 +00:00
|
|
|
|
2021-08-22 18:09:33 +00:00
|
|
|
payloads:
|
|
|
|
pluginSlug: helpers/wordlists/wordpress-plugins.txt
|
|
|
|
|
2021-10-10 01:13:30 +00:00
|
|
|
threads: 50
|
2021-04-20 08:43:28 +00:00
|
|
|
matchers-condition: and
|
2021-04-20 00:51:49 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-04-20 08:43:28 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "== Description =="
|