nuclei-templates/technologies/harbor-detect.yaml

22 lines
328 B
YAML

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