Create redhat-satellite-panel.yaml

patch-1
Prince Chaddha 2022-07-01 14:32:53 +05:30 committed by GitHub
parent 81ba979340
commit 3fd7cafb73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -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.]+)",'