nuclei-templates/technologies/harbor-detect.yaml

38 lines
787 B
YAML

id: harbor-detect
info:
name: Harbor Detect
author: pikpikcu,daffainfo
severity: info
description: Harbor is an open source trusted cloud native registry project that stores, signs, and scans content.
reference:
- https://github.com/goharbor/harbor
metadata:
verified: true
shodan-query: http.favicon.hash:657337228
tags: tech,harbor
requests:
- method: GET
path:
- '{{BaseURL}}/api/v2.0/systeminfo'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"auth_mode"'
- '"harbor_version"'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '(?m)"harbor_version":"([0-9.]+)",'