commit
4b48fca497
|
@ -0,0 +1,27 @@
|
|||
id: horde-unauthenticated
|
||||
|
||||
info:
|
||||
name: Horde Groupware Unauthenticated
|
||||
author: pikpikcu
|
||||
severity: critical
|
||||
tags: horde
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/horde/admin/user.php"
|
||||
- "{{BaseURL}}/admin/user.php"
|
||||
headers:
|
||||
Content-Type: text/html
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Horde :: User Administration</title>"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue