nuclei-templates/technologies/harbor-detect.yaml

24 lines
348 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
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,harbor
2021-02-19 05:54:30 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-02-19 05:54:30 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-02-22 06:36:39 +00:00
- "<title>Harbor</title>"
2021-02-19 05:54:30 +00:00
part: body
- type: status
status:
- 200