mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 01:33:21 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
27 lines
624 B
YAML
27 lines
624 B
YAML
id: wordpress-emergency-script
|
|
|
|
info:
|
|
name: WordPress Emergency Script
|
|
author: dwisiswant0
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/support/article/resetting-your-password/#using-the-emergency-password-reset-script
|
|
tags: wordpress
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/emergency.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Your use of this script is at your sole risk"
|
|
- "WordPress Administrator"
|
|
- "Update Options"
|
|
condition: and
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200 |