commit
eef4b6803e
|
@ -0,0 +1,22 @@
|
|||
id: nutanix-web-console-login
|
||||
|
||||
info:
|
||||
name: Nutanix web console login page
|
||||
author: gy741
|
||||
severity: info
|
||||
description: Default Credentials of admin:admin on Nutanix web console.
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/console/'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Nutanix Web Console</title>"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue