minor update
parent
6d2b22ca32
commit
bea27285b9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue