minor update

patch-1
Dhiyaneshwaran 2024-02-05 00:32:54 +05:30 committed by GitHub
parent 6d2b22ca32
commit bea27285b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -12,19 +12,21 @@ info:
verified: true
max-request: 1
shodan-query: http.title:"IdentityServer v3"
tags: identityserver,detect,tech
tags: tech,identityserver,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "IdentityServer3")'
- 'contains(body, "identityserver.github.io")'
- 'contains(body, "IdentityServer v3") && contains(body, "identityserver.github.io")'
condition: and
extractors: