From 22b44a1e09d7a9835476914ef55462026692215c Mon Sep 17 00:00:00 2001 From: splint3r7 Date: Fri, 25 Oct 2024 16:14:16 +0500 Subject: [PATCH] 1Password SCIM Bridge Login Panel --- .../1password-scim-bridge-panel.yaml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 http/exposed-panels/1password-scim-bridge-panel.yaml diff --git a/http/exposed-panels/1password-scim-bridge-panel.yaml b/http/exposed-panels/1password-scim-bridge-panel.yaml new file mode 100644 index 0000000000..b22611c538 --- /dev/null +++ b/http/exposed-panels/1password-scim-bridge-panel.yaml @@ -0,0 +1,28 @@ +id: 1password-scim-bridge-panel + +info: + name: 1Password SCIM Bridge Login Panel + author: Splint3r7 + severity: info + description: 1Password SCIM Bridge Login 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 + cpe: cpe:2.3:a:3cx:3cx:*:*:*:*:*:*:*:* + metadata: + max-request: 1 + shodan-query: + - http.title:"1Password SCIM Bridge Login" + tags: panel,1Password + +requests: + - method: GET + path: + - '{{BaseURL}}/' + + redirects: true + max-redirects: 2 + matchers: + - type: word + words: + - '1Password SCIM Bridge Login' \ No newline at end of file