From 3fd7cafb733e6b49b6ff232c2b36277b0a4dffa5 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 1 Jul 2022 14:32:53 +0530 Subject: [PATCH] Create redhat-satellite-panel.yaml --- .../redhat/redhat-satellite-panel.yaml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 exposed-panels/redhat/redhat-satellite-panel.yaml diff --git a/exposed-panels/redhat/redhat-satellite-panel.yaml b/exposed-panels/redhat/redhat-satellite-panel.yaml new file mode 100644 index 0000000000..cc29c33c5d --- /dev/null +++ b/exposed-panels/redhat/redhat-satellite-panel.yaml @@ -0,0 +1,37 @@ +id: redhat-satellite-panel + +info: + name: Red Hat Satellite Panel + author: princechaddha + severity: info + metadata: + verified: true + shodan-query: http.html:"redhat" "Satellite" + tags: panel,redhat,satellite + +requests: + - method: GET + path: + - "{{BaseURL}}/users/login" + + matchers-condition: and + matchers: + + - type: word + part: body + words: + - "Satellite" + - "redhat" + - "LoginPage" + condition: and + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - '"version":"([0-9.]+)",'