From 7cbafb05a478297aa57a743f30e57e89b8c4dd95 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 20 Oct 2021 22:14:04 +0530 Subject: [PATCH] Create exsi-system.yaml --- exposed-panels/exsi-system.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 exposed-panels/exsi-system.yaml diff --git a/exposed-panels/exsi-system.yaml b/exposed-panels/exsi-system.yaml new file mode 100644 index 0000000000..709f85f239 --- /dev/null +++ b/exposed-panels/exsi-system.yaml @@ -0,0 +1,23 @@ +id: exsi-system + +info: + name: ESXi System + author: dhiyaneshDK + severity: info + tags: panel + metadata: + shodan: 'html:"esxUiApp"' + +requests: + - method: GET + path: + - '{{BaseURL}}/ui/#/login' + + matchers-condition: and + matchers: + - type: word + words: + - 'ng-app="esxUiApp"' + - type: status + status: + - 200