misc updates
parent
981b6787eb
commit
e79f7c4a91
|
@ -5,18 +5,17 @@ info:
|
|||
author: Adam Crosser
|
||||
severity: info
|
||||
description: Detects ADFS with forms-based authentication enabled.
|
||||
tags: tech,ADFS
|
||||
tags: tech,adfs
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/adfs/ls/idpinitiatedsignon.aspx"
|
||||
|
||||
redirects: false
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '/adfs/portal/css/style.css'
|
||||
part: body
|
||||
|
|
|
@ -5,18 +5,15 @@ info:
|
|||
author: Adam Crosser
|
||||
severity: info
|
||||
description: Detects the Argo CD website console
|
||||
tags: tech,ArgoCD
|
||||
tags: tech,argocd
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: false
|
||||
stop-at-first-match: false
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Argo CD'
|
||||
part: body
|
||||
words:
|
||||
- '<title>Argo CD'
|
|
@ -5,18 +5,15 @@ info:
|
|||
author: Adam Crosser
|
||||
severity: info
|
||||
description: Detects the GraphiQL application
|
||||
tags: tech,ADFS
|
||||
tags: tech,graphiql,graphql
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/"
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: false
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>GraphiQL'
|
||||
part: body
|
||||
words:
|
||||
- '<title>GraphiQL'
|
|
@ -5,19 +5,15 @@ info:
|
|||
author: Adam Crosser
|
||||
severity: info
|
||||
description: Detects HashiCorp Vault
|
||||
tags: tech,HashiCorp,Vault
|
||||
tags: tech,hashicorp
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/ui/vault/auth"
|
||||
|
||||
redirects: false
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<meta name="vault/config/environment"'
|
||||
part: body
|
||||
- '<meta name="vault/config/environment"'
|
Loading…
Reference in New Issue