I had truly good “hacking” session with Codex. It’s not hacking, I wasn’t breaking anything, just jumping over the fences TP-Link put for me, owning the router, inside the network, knowing the admin password. But TP-Link really tried everything so you cannot access the router you own via API. They really tried to be smart with some very very broken and custom auth and encryption scheme. It took some half a day with C…
Codex Hacked a Samsung TV
91–100 of 143 posts
Re: Codex Hacked a Samsung TV
#92I had truly good “hacking” session with Codex. It’s not hacking, I wasn’t breaking anything, just jumping over the fences TP-Link put for me, owning the router, inside the network, knowing the admin password. But TP-Link really tried everything so you cannot access the router you own via API. They really tried to be smart with some very very broken and custom auth and encryption scheme. It took some half a day with C…
If you're into it, you could always re-flash your TP-Link hardware with some open-source firmware that is more automation friendly. I used to be intimidated by it, but a friend showed me how to do it and it's remarkably simple and pain-free (provided it's a commonly supported router of course).
Re: Codex Hacked a Samsung TV
#93Earlier quoted context omitted.
If you're into it, you could always re-flash your TP-Link hardware with some open-source firmware that is more automation friendly. I used to be intimidated by it, but a friend showed me how to do it and it's remarkably simple and pain-free (provided it's a commonly supported router of course).
ofc I could, but no project supports this specific hardware (Archer NX600) - I'm very happy with my solution :)
Re: Codex Hacked a Samsung TV
#94Earlier quoted context omitted.
of all the benign technical possibilities this is actually pretty fun
I'm not sure I see "an AI can find insecure unknown bluetooth devices and compromise them" as entirely benign. I shiver to think how many such devices are probably in my house.
Re: Codex Hacked a Samsung TV
#95Does anyone know what the author meant by this? Are they talking about a web browser run on the TV?
Re: Codex Hacked a Samsung TV
#96Re: Codex Hacked a Samsung TV
#97I had truly good “hacking” session with Codex. It’s not hacking, I wasn’t breaking anything, just jumping over the fences TP-Link put for me, owning the router, inside the network, knowing the admin password. But TP-Link really tried everything so you cannot access the router you own via API. They really tried to be smart with some very very broken and custom auth and encryption scheme. It took some half a day with C…
Re: Codex Hacked a Samsung TV
#98Earlier quoted context omitted.
Any tips to share? I tried to do something similar but failed. My router has a backup/restore feature with an encrypted export, I figured I could use that to control or at least inspect all of its state, but I/codex could not figure out the encryption.
It's on my long list of projects "to-opensource" (but I need to figure out licensing, for those things CC-BY-SA I think is the way to go), I don't want a random lawyer sitting on my ass though. I started with a simple assumption: if I can access the router via web-browser, then I can also automate that. From that the proof-of-concept was headless Chrome in Docker and AI-directed code (code written via LLM, not using…
Re: Codex Hacked a Samsung TV
#99Earlier quoted context omitted.
I had a bit of a pain of a time trying to get Claude to work with ghidra. What you’re describing seems like a better alternative, would you agree?
I've had a lot of luck with pyghidra-mcp -- give it a try :)
Re: Codex Hacked a Samsung TV
#100It’s important to note that Codex was given access to the source code. In another comment thread that is currently on the front page ( https://news.ycombinator.com/item?id=47780456 ), the opinion is repeatedly voiced that being closed source doesn’t provide a material benefit in defending against vulnerabilities being discovered and exploited using AI. So it would be interesting to see how Codex would fare here witho…