32 lines
724 B
YAML
32 lines
724 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
|
|
threads: 50
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "== Description =="
|
|
|
|
# digest: 490a00463044022011e4cbe8a45d6ad61f783b572e5c03e16bb429a66bb973f1e0049de13b6aed410220067e14e44f6b612f6bdaccc4f46ec64cb7f80d843257e1e376208859ac6aac2d:922c64590222798bb761d5b6d8e72950
|