2024-02-01 13:26:44 +00:00
|
|
|
id: identity-server-v3-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Identity Server V3 - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Identity Server V3 technology was detected.
|
|
|
|
reference:
|
2024-02-01 13:29:17 +00:00
|
|
|
- https://identityserver.github.io/Documentation/
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:wso2:identity_server:*:*:*:*:*:*:*:*
|
2024-02-01 13:26:44 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: wso2
|
2024-09-10 09:08:16 +00:00
|
|
|
product: identity_server
|
|
|
|
shodan-query: http.title:"IdentityServer v3"
|
2024-02-04 19:02:54 +00:00
|
|
|
tags: tech,identityserver,detect
|
2024-02-01 13:26:44 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2024-02-04 19:02:54 +00:00
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
2024-02-01 13:26:44 +00:00
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
2024-02-04 19:02:54 +00:00
|
|
|
- 'contains(body, "IdentityServer v3") && contains(body, "identityserver.github.io")'
|
2024-02-01 13:26:44 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-02-01 13:29:17 +00:00
|
|
|
- '(?i)build\s+([a-z0-9.-]+)'
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 490a004630440220502fd9bea5a834a6e38775e27f064c5c3e16a794b2e31368590f784c09d0a82e02206a8bad106e357eceb12c39c8fd5dd712a3932de1f72221facb064da8c781ee7b:922c64590222798bb761d5b6d8e72950
|