Skip to content

Shibboleth SSO Detect

ID: shibboleth-detect

Severity: info

Author: rxerium

Tags: shibboleth,sso,detect,tech

A Shibboleth SSO panel was detected

id: shibboleth-detect
info:
name: Shibboleth SSO Detect
author: rxerium
severity: info
description: |
A Shibboleth SSO panel was detected
reference:
- https://www.shibboleth.net/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Shibboleth IdP"
tags: shibboleth,sso,detect,tech
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/shibboleth-idp"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Shibboleth IdP</title>'
case-insensitive: true
- type: status
status:
- 200
# digest: 4b0a00483046022100d6932df16febc42024d08b614029e77ea48366673dc05f51f0d4e54b9ac7e796022100bf7056687523446316c1cf1873f02014d8fbbb71307c4d9e9c127f7d54f553bf: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/technologies/shibboleth-detect.yaml"

View on Github