nuclei-templates/fuzzing/wordpress-themes-detect.yaml

30 lines
549 B
YAML
Raw Normal View History

2021-04-20 00:51:49 +00:00
id: wordpress-themes-detect
info:
name: WordPress Theme Detection
author: 0xcrypto
severity: info
2021-04-20 08:43:28 +00:00
tags: fuzz
2021-04-20 00:51:49 +00:00
requests:
- payloads:
themeSlug: helpers/wordlists/wordpress-themes.txt
attack: sniper
2021-04-20 08:43:28 +00:00
threads: 50
2021-04-20 00:51:49 +00:00
raw:
- |
GET /wp-content/themes/{{themeSlug}}/readme.txt HTTP/1.1
Host: {{Hostname}}
2021-04-20 08:43:28 +00:00
redirects: true
max-redirects: 1
matchers-condition: and
2021-04-20 00:51:49 +00:00
matchers:
- type: status
status:
- 200
2021-04-20 08:43:28 +00:00
- type: word
words:
- "== Description =="