nuclei-templates/technologies/harbor-detect.yaml

22 lines
328 B
YAML
Raw Normal View History

2021-02-19 05:54:30 +00:00
id: harbor-detect
info:
name: Harbor Detect
author: pikpikcu
severity: info
requests:
- method: GET
path:
- '{{BaseURL}}/'
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