26 lines
457 B
YAML
26 lines
457 B
YAML
id: wp-enabled-registration
|
|
|
|
info:
|
|
name: WordPress user registration enabled
|
|
author: Ratnadip Gajbhiye
|
|
severity: info
|
|
tags: wordpress
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-login.php?action=register'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- Register For This Site
|
|
- E-mail
|
|
condition: and
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|