my-nuclei-templates/argocd-login.yaml

33 lines
618 B
YAML

id: argocd-detect
info:
name: Argo CD Login Panel
author: Adam Crosser,daffainfo
severity: info
description: An Argo CD login panel was discovered.
reference:
- https://argoproj.github.io/cd/
classification:
cwe-id: CWE-200
metadata:
shodan-query: http.title:"Argo CD"
tags: panel,argocd,login,kubernetes
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Argo CD</title>'
- type: status
status:
- 200
# Enhanced by mp on 2022/03/20