nuclei-templates/panels/traefik-dashboard.yaml

18 lines
356 B
YAML
Raw Normal View History

2020-08-25 20:38:51 +00:00
id: traefik-dashboard-detect
info:
name: Traefik Dashboard
author: schniggie & StreetOfHackerR007
2020-08-25 20:38:51 +00:00
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/dashboard/"
- "{{BaseURL}}:8080/dashboard/"
2020-08-25 20:38:51 +00:00
matchers:
- type: word
words:
- "<meta name=description content=\"Traefik UI\">"
part: body