22 lines
465 B
YAML
22 lines
465 B
YAML
|
id: beyondtrust-panel
|
||
|
|
||
|
info:
|
||
|
name: BeyondTrust Login Panel
|
||
|
author: r3dg33k,nuk3s3c
|
||
|
severity: info
|
||
|
description: Detects default Login page for Beyond Trust PAM solution
|
||
|
metadata:
|
||
|
shodan-query: http.html:"BeyondInsight"
|
||
|
tags: beyondtrust,pam,panel
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/WebConsole/'
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>BeyondInsight</title>"
|