Merge pull request #1836 from gy741/rule-add-v9

Create nutanix-web-console-login.yaml
patch-1
Sandeep Singh 2021-07-06 23:26:15 +05:30 committed by GitHub
commit eef4b6803e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

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