Merge pull request #762 from RatnadipGajbhiye/master
WordPress-user-registration-enabled.yamlpatch-1
commit
d0385eb39b
|
@ -0,0 +1,21 @@
|
|||
id: WordPress user registration enabled
|
||||
|
||||
info:
|
||||
name: WordPress user registration enabled
|
||||
author: Ratnadip Gajbhiye
|
||||
severity: Medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/wp-login.php?action=register'
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- Register For This Site
|
||||
- E-mail
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue