Skip to content

1Password SCIM Bridge - Panel

ID: 1password-scim-panel

Severity: info

Author: Splint3r7

Tags: panel,1password,login,detect

1Password SCIM Bridge Login was detected.

id: 1password-scim-panel
info:
name: 1Password SCIM Bridge - Panel
author: Splint3r7
severity: info
description: |
1Password SCIM Bridge Login was detected.
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"1Password SCIM Bridge Login"
tags: panel,1password,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains_any(body, "1Password SCIM Bridge Login", "scim-bridge-logo")'
- 'status_code == 200'
condition: and
# digest: 490a00463044022023c3355c33630f22a9dc217306f5b9a3e33519f2b163855cd5a6a0a1a3ef6fae02202e47336e89de0eb1729af43b35dd80746765b140ad529d07cb61a70a5e879259: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/1password-scim-panel.yaml"

View on Github