nuclei-templates/vulnerabilities/wordpress/wp-enabled-registration.yaml

26 lines
456 B
YAML
Raw Normal View History

2021-01-21 14:47:20 +00:00
id: wp-enabled-registration
info:
name: WordPress user registration enabled
author: Ratnadip Gajbhiye
2021-01-21 14:47:20 +00:00
severity: info
2021-02-05 09:23:55 +00:00
tags: wordpress
requests:
- method: GET
path:
- '{{BaseURL}}/wp-login.php?action=register'
2021-01-21 14:47:20 +00:00
matchers-condition: and
matchers:
- type: word
words:
- Register For This Site
- E-mail
2021-01-21 14:47:20 +00:00
condtion: and
part: body
2021-01-21 14:47:20 +00:00
- type: status
status:
- 200