29 lines
710 B
YAML
29 lines
710 B
YAML
id: wordpress-themes-detect
|
|
|
|
info:
|
|
name: WordPress Theme Detection
|
|
author: 0xcrypto
|
|
severity: info
|
|
metadata:
|
|
max-request: 24434
|
|
tags: fuzz,wordpress
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /wp-content/themes/{{themeSlug}}/readme.txt HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
payloads:
|
|
themeSlug: helpers/wordlists/wordpress-themes.txt
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "== Description =="
|
|
# digest: 4b0a00483046022100ee38652a958b6021e22a6c5ce69af0a55b8c51ecc069733fd5dcd1ce2ee8f95f022100a74a333fb2acb9e2e46bb6da3b373d99941aa093e8effd29b089d0bc573f4559:922c64590222798bb761d5b6d8e72950 |