nuclei-templates/misconfiguration/syncthing-dashboard.yaml

33 lines
602 B
YAML

id: syncthing-dashboard
info:
name: Syncthing Dashboard Exposure
author: fabaff
severity: medium
reference:
- https://syncthing.net/
metadata:
verified: "true"
shodan-query: http.html:'ng-app="syncthing"'
tags: misconfig,syncthing,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'The Syncthing Authors.'
- 'Actions'
condition: and
- type: status
status:
- 200