Merge pull request #9616 from righettod/bmc_add

Add detection of "BMC Remedy Single Sign-On domain data entry" login panel instances.
patch-1
Dhiyaneshwaran 2024-04-22 17:14:10 +05:30 committed by GitHub
commit 4fc976758d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: bmc-remedy-sso-panel
info:
name: BMC Remedy SSO Login Panel - Detect
author: righettod
severity: info
description: |
BMC Remedy Single Sign-On domain data entry login panel was detected.
reference:
- https://www.bmc.com/it-solutions/remedy-itsm.html
metadata:
verified: true
max-request: 2
shodan-query: http.title:"BMC Remedy Single Sign-On domain data entry"
tags: panel,bmc,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/arsys/"
- "{{BaseURL}}/webUI/userHome.do"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "<title>bmc remedy single sign-on domain data entry")'
condition: and