Merge pull request #914 from pikpikcu/patch-79

Create horde-unauthenticated
patch-1
PD-Team 2021-02-23 14:04:46 +05:30 committed by GitHub
commit 4b48fca497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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