Skip to content

Bomgar Login Panel - Detect

ID: bomgar-login-panel

Severity: info

Author: pdteam

Tags: panel,bomgar,beyondtrust

Bomgar Login panel was detected.

id: bomgar-login-panel
info:
name: Bomgar Login Panel - Detect
author: pdteam
severity: info
description: Bomgar 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: 2
tags: panel,bomgar,beyondtrust
http:
- method: GET
path:
- "{{BaseURL}}/favicon.ico"
- "{{BaseURL}}/appliance/login.ns"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200"
- "('829321644' == mmh3(base64_py(body)))"
condition: and
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), 'bomgar')"
condition: and
# digest: 4b0a00483046022100a33425cc0e1a640fe878702a8439c13ba4574302bb6ee546c5aad5d40306fbc4022100d36d9d5baace3c144e2b9b5f7e7af08a2767e02c551444db206aff56af49db9a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/bomgar-login-panel.yaml"

View on Github