nuclei-templates/vulnerabilities/wordpress/wordpress-emergency-script....

27 lines
624 B
YAML
Raw Normal View History

2020-09-08 15:53:54 +00:00
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
2021-02-05 09:23:55 +00:00
tags: wordpress
2020-09-08 15:53:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/emergency.php"
2020-09-20 12:57:43 +00:00
2020-09-08 15:53:54 +00:00
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