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