Skip to content

WordPress Theme Detection

ID: wordpress-themes-detect

Severity: info

Author: 0xcrypto

Tags: fuzz,wordpress,fuzzing

id: wordpress-themes-detect
info:
name: WordPress Theme Detection
author: 0xcrypto
severity: info
metadata:
max-request: 24434
tags: fuzz,wordpress,fuzzing
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: 4a0a00473045022100e6260c2b732420f7306b1cd061cde72d9dafcbf19e7499792eedc519d32d177102202d23c19db59ef9112bdce7a397b0dd25e0a111671bfb47c7daff14fd6e9a3358:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/fuzzing/wordpress-themes-detect.yaml"

View on Github