37 lines
813 B
YAML
37 lines
813 B
YAML
id: syncthing-dashboard
|
|
|
|
info:
|
|
name: Syncthing Dashboard Exposure
|
|
author: fabaff
|
|
severity: medium
|
|
reference:
|
|
- https://syncthing.net/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:'ng-app="syncthing"'
|
|
tags: misconfig,syncthing,exposure
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4b0a00483046022100dd3f9c0bae3af19d9564ebed31c708fc6ba860d21079b1a685425a51c94bf63b022100b9b3ba3df0570cd968de67dab8e9fd222b1f15aefda77460032a100924957c84:922c64590222798bb761d5b6d8e72950
|