nuclei-templates/technologies/harbor-detect.yaml

38 lines
787 B
YAML
Raw Normal View History

2021-02-19 05:54:30 +00:00
id: harbor-detect
2021-09-09 13:38:13 +00:00
2021-02-19 05:54:30 +00:00
info:
name: Harbor Detect
author: pikpikcu,daffainfo
2021-02-19 05:54:30 +00:00
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
2021-09-09 13:38:13 +00:00
tags: tech,harbor
2021-02-19 05:54:30 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/api/v2.0/systeminfo'
2021-02-19 05:54:30 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"auth_mode"'
- '"harbor_version"'
condition: and
2021-02-19 05:54:30 +00:00
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '(?m)"harbor_version":"([0-9.]+)",'