nuclei-templates/exposed-panels/nutanix-web-console-login.yaml

23 lines
444 B
YAML

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