nuclei-templates/technologies/harbor-detect.yaml

24 lines
348 B
YAML

id: harbor-detect
info:
name: Harbor Detect
author: pikpikcu
severity: info
tags: tech,harbor
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Harbor</title>"
part: body
- type: status
status:
- 200