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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 100563
|
2024-03-19 15:20:31 +00:00
|
|
|
tags: fuzz,wordpress
|
2021-04-20 00:51:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
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
|
|
|
|
2022-05-05 12:23:16 +00:00
|
|
|
threads: 50
|
2021-08-22 18:09:33 +00:00
|
|
|
payloads:
|
|
|
|
pluginSlug: helpers/wordlists/wordpress-plugins.txt
|
|
|
|
|
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 =="
|
2022-05-05 12:23:16 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "===\\s(.*)\\s===" # extract the plugin name
|
2023-10-14 11:27:55 +00:00
|
|
|
- "(?m)Stable tag: ([0-9.]+)" # extract the plugin version
|
2024-03-25 11:57:16 +00:00
|
|
|
# digest: 490a0046304402206eed7996a0a876cb47e8f096072b9cbd8383bdb6ccff8d1a96a339a6c063758302205068d1a232f4e2eb3ac2609b79ebb96cccc22a095d6b4320f17a4fe8ec19d2d9:922c64590222798bb761d5b6d8e72950
|