2022-11-16 19:01:29 +00:00
|
|
|
id: tasmota-config-webui
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Tasmota Configuration Exposure
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: medium
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Tasmota configuration is exposed.
|
2022-11-16 19:01:29 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/arendst/Tasmota
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-11-16 19:01:29 +00:00
|
|
|
shodan-query: title:"Tasmota"
|
2022-11-16 19:04:41 +00:00
|
|
|
tags: misconfig,tasmota,exposure,config
|
2022-11-16 19:01:29 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-16 19:01:29 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Firmware"
|
|
|
|
- "Tasmota"
|
|
|
|
condition: and
|
|
|
|
case-insensitive: true
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Theo Arends"
|
|
|
|
- "<h2>Tasmota</h2>"
|
|
|
|
condition: and
|
|
|
|
case-insensitive: true
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "Tasmota ([0-9.]+) "
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a004730450221009a3fb36a5c5568abcb2356994a89c068e827c0f59eda5689048364dd719c1c9c02203d3203f10e9c9017833676213cc6e692ee3c733b58d443ae8f084cf60d679ea4:922c64590222798bb761d5b6d8e72950
|