id: redhat-satellite-panel info: name: Red Hat Satellite Panel - Detect author: princechaddha severity: info classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0.0 cwe-id: CWE-200 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.]+)",' # Enhanced by cs 2023/01/09