diff --git a/http/exposed-panels/vrealize-hyperic-login-panel.yaml b/http/exposed-panels/vrealize-hyperic-login-panel.yaml index eb56e21586..d8fc286fe9 100644 --- a/http/exposed-panels/vrealize-hyperic-login-panel.yaml +++ b/http/exposed-panels/vrealize-hyperic-login-panel.yaml @@ -1,30 +1,32 @@ -id: vrealize-hyperic-login-panel +id: vrealize-hyperic-panel -info: +info: name: vRealize Hyperic Login Panel - Detect - author: Charles D. + author: Charles D severity: info - description: vRealize Hyperic login panel was detected - classification: + description: | + vRealize Hyperic login panel was detected + classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"Sign In - Hyperic" - tags: login,panel,vrealize-hyperic + verified: true + tags: login,panel,vrealize,hyperic http: - method: GET - path: + path: - '{{BaseURL}}/app/login' matchers-condition: and - matchers: + matchers: - type: word - words: - - "Sign In - Hyperic" part: body - + words: + - "Sign In - Hyperic" + - type: status status: - - 200 \ No newline at end of file + - 200