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.]+) "
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100a377529db3f314670567cea0b29747c811659ebe2788c56caeb4c1f4b577d88f022007e72589b27e633ea25207982903eb9cdee0c4f2242745903b6e6a72a4bcb211:922c64590222798bb761d5b6d8e72950
|