feat: update harbor-detect template

- Added version detection
- Change the path
- Updated the body matchers
patch-1
Muhammad Daffa 2022-10-07 17:17:31 +07:00 committed by GitHub
parent de7abb3f09
commit cf42536c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 4 deletions

View File

@ -2,22 +2,37 @@ id: harbor-detect
info:
name: Harbor Detect
author: pikpikcu
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}}'
- '{{BaseURL}}/api/v2.0/systeminfo'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Harbor</title>"
part: body
words:
- '"auth_mode"'
- '"harbor_version"'
- '"harbor_version"'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '(?m)"harbor_version":"([0-9.]+)",'