From 220544583aaf083ccc381169f67e5d0001ac5f19 Mon Sep 17 00:00:00 2001 From: Alex Petrochenko Date: Sat, 3 Jan 2026 15:26:50 +0000 Subject: [PATCH] =?UTF-8?q?Update=20price:=20$12=20=E2=86=92=20=E2=82=AC5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The device actually costs €5 on AliExpress, not $12. Updated all price mentions in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 075cc24..6b26c12 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Reverse Engineering a $12 AliExpress Weather Clock: A Security Story +# Reverse Engineering a €5 AliExpress Weather Clock: A Security Story

@@ -76,7 +76,7 @@ This is a textbook example of poor IoT security design. No thanks. **Product**: ESP8266 Mini Weather Clock Kit **Model**: TJ-56-654 -**Price**: ~$12 USD +**Price**: ~€5 EUR **Source**: [AliExpress Link](https://pt.aliexpress.com/item/1005008333782531.html) ### Original Hardware Specifications @@ -899,7 +899,7 @@ The original firmware had security holes you could drive a truck through. The cu - ✅ Integrates with Home Assistant (coming soon) - ✅ Is completely auditable (you're reading the source) -Total cost: $12 hardware + a weekend of tinkering. +Total cost: €5 hardware + a weekend of tinkering. If you have one of these devices, **flash this firmware**. If you're buying IoT gadgets, **always audit them first**. And if something seems insecure, **fix it yourself** - that's the hacker spirit.