nuclei-templates/http/fuzzing/wordpress-plugins-detect.yaml

38 lines
960 B
YAML

id: wordpress-plugins-detect
info:
name: WordPress Plugins Detection
author: 0xcrypto
severity: info
metadata:
max-request: 100563
tags: fuzzing,bruteforce,wordpress
http:
- raw:
- |
GET /wp-content/plugins/{{pluginSlug}}/readme.txt HTTP/1.1
Host: {{Hostname}}
threads: 50
payloads:
pluginSlug: helpers/wordlists/wordpress-plugins.txt
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "== Description =="
extractors:
- type: regex
part: body
group: 1
regex:
- "===\\s(.*)\\s===" # extract the plugin name
- "(?m)Stable tag: ([0-9.]+)" # extract the plugin version
# digest: 4a0a00473045022011ffc9134eaa01b62eddcdbbc33af59e33613478dd206665d9f12d60ea4fe114022100a6845b777b51f0d3959d009a91f612b73b13c9a5dc6fe6d058bd37994d64fe6a:922c64590222798bb761d5b6d8e72950