nuclei-templates/http/misconfiguration/teslamate-unauth-access.yaml

40 lines
788 B
YAML
Raw Normal View History

2023-05-18 09:08:41 +00:00
id: teslamate-unauth-access
2023-05-18 06:24:18 +00:00
info:
2023-05-18 09:08:41 +00:00
name: TeslaMate - Unauthenticated Access
2023-05-18 06:24:18 +00:00
author: For3stCo1d
2023-05-18 09:08:41 +00:00
severity: medium
2023-05-18 06:24:18 +00:00
description: |
2023-05-18 09:08:41 +00:00
A misconfig in Teslamate allows unauthorized access to /settings endpoint.
2023-05-18 06:24:18 +00:00
metadata:
2023-05-18 07:21:30 +00:00
max-req: 1
verified: "true"
shodan-query: title:"TeslaMate"
2023-05-18 06:24:18 +00:00
fofa-query: title="teslamate"
2023-05-18 09:08:41 +00:00
tags: misconfig,teslamate,unauth
2023-05-18 06:24:18 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/settings"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-05-18 07:21:30 +00:00
- "Settings · TeslaMate"
- "URLs</h2>"
2023-05-18 06:24:18 +00:00
condition: and
- type: status
status:
- 200
2023-05-18 09:08:41 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- "<td>([0-9.]+)<strong>"