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