Add files via upload

patch-1
Dominique RIGHETTO 2024-02-01 14:26:44 +01:00 committed by GitHub
parent 888c7c347f
commit 945e5e13db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: identity-server-v3-detect
info:
name: Identity Server V3 - Detect
author: righettod
severity: info
description: |
Identity Server V3 technology was detected.
reference:
- https://identityserver.github.io
metadata:
verified: true
max-request: 1
shodan-query: http.title:"IdentityServer v3"
tags: identityserver,detect,tech
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "IdentityServer3")'
- 'contains(body, "identityserver.github.io")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)build\s+([a-z0-9.-]+)'