misc updates

patch-1
sandeep 2021-11-13 01:39:02 +05:30
parent 981b6787eb
commit e79f7c4a91
4 changed files with 14 additions and 25 deletions

View File

@ -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

View File

@ -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'

View File

@ -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'

View File

@ -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"'