Merge pull request #2071 from projectdiscovery/visionhub-default-credential
Added VisionHub Default Credentialspatch-1
commit
34557c377b
|
@ -0,0 +1,27 @@
|
|||
id: visionhub-default-credentials
|
||||
|
||||
info:
|
||||
name: VisionHub Default Credentials
|
||||
author: Techryptic (@Tech)
|
||||
severity: high
|
||||
description: Default Credentials of admin:admin on VisionHub application.
|
||||
tags: visionhub,default-login
|
||||
reference: https://www.qognify.com/products/visionhub/
|
||||
|
||||
requests:
|
||||
- method: POST
|
||||
path:
|
||||
- '{{BaseURL}}/VisionHubWebApi/api/Login'
|
||||
headers:
|
||||
Authorization: Basic YWRtaW46YWRtaW4=
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Set-Cookie: admin"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue