You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/todo/radio-hacking/infrared.md
+61-4Lines changed: 61 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -66,19 +66,76 @@ For **logic "0" and "1"** NEC uses Pulse Distance Encoding: first, a pulse burst
66
66
Unlike other remotes, **air conditioners do not transmit just the code of the pressed button**. They also **transmit all the information** when a button is pressed to assure that the **air conditioned machine and the remote are synchronised**.\
67
67
This will avoid that a machine set as 20ºC is increased to 21ºC with one remote, and then when another remote, which still has the temperature as 20ºC, is used to increase more the temperature, it will "increase" it to 21ºC (and not to 22ºC thinking it's in 21ºC).
68
68
69
-
### Attacks
69
+
---
70
+
71
+
## Attacks & Offensive Research <ahref="#attacks"id="attacks"></a>
Recent academic work (EvilScreen, 2022) demonstrated that **multi-channel remotes that combine Infrared with Bluetooth or Wi-Fi can be abused to fully hijack modern smart-TVs**. The attack chains high-privilege IR service codes together with authenticated Bluetooth packets, bypassing channel-isolation and allowing arbitrary app launches, microphone activation, or factory-reset without physical access. Eight mainstream TVs from different vendors — including a Samsung model claiming ISO/IEC 27001 compliance — were confirmed vulnerable. Mitigation requires vendor firmware fixes or completely disabling unused IR receivers.
80
82
81
-
{{#include ../../banners/hacktricks-training.md}}
83
+
### Air-Gapped Data Exfiltration via IR LEDs (aIR-Jumper family)
84
+
85
+
Security cameras, routers or even malicious USB sticks often include **night-vision IR LEDs**. Research shows malware can modulate these LEDs (<10–20 kbit/s with simple OOK) to **exfiltrate secrets through walls and windows** to an external camera placed tens of metres away. Because the light is outside the visible spectrum, operators rarely notice. Counter-measures:
86
+
87
+
* Physically shield or remove IR LEDs in sensitive areas
88
+
* Monitor camera LED duty-cycle and firmware integrity
89
+
* Deploy IR-cut filters on windows and surveillance cameras
90
+
91
+
An attacker can also use strong IR projectors to **infiltrate** commands into the network by flashing data back to insecure cameras.
92
+
93
+
### Long-Range Brute-Force & Extended Protocols with Flipper Zero 1.0
94
+
95
+
Firmware 1.0 (September 2024) added **dozens of extra IR protocols and optional external amplifier modules**. Combined with the universal-remote brute-force mode, a Flipper can disable or reconfigure most public TVs/ACs from up to 30 m using a high-power diode.
0 commit comments