nuclei-templates/technologies/argocd-detect.yaml

19 lines
314 B
YAML
Raw Normal View History

2021-11-12 16:59:49 +00:00
id: argocd-detect
info:
name: Argo CD Detect
author: Adam Crosser
severity: info
description: Detects the Argo CD website console
2021-11-12 20:09:02 +00:00
tags: tech,argocd
2021-11-12 16:59:49 +00:00
requests:
- method: GET
path:
2021-11-12 20:09:02 +00:00
- "{{BaseURL}}"
2021-11-12 16:59:49 +00:00
matchers:
- type: word
part: body
2021-11-12 20:09:02 +00:00
words:
- '<title>Argo CD'