Hacker News new | ask | show | jobs
by goncalomb 868 days ago
First time posting here on HN, I hope you find my latest hacking adventure interesting.

Inspired by another post here on HN: https://news.ycombinator.com/item?id=32447650

4 comments

If you are others are interested in more hacking there is a HUGE community for hacking many types of PCMs on the same OSs. Mostly VAG.

https://github.com/Mr-MIBonk/M.I.B._More-Incredible-Bash

> Inspired by another post here on HN: https://news.ycombinator.com/item?id=32447650

In more parts posted in distant times, the last of which (one year after that post) is -

the author (greenluigi1) made Doom work on the Hyundai (Ioniq SEL).

https://programmingwithstyle.com/posts/myhackedcarisdoomed/

https://www.youtube.com/watch?v=snKx3k5Qfm0

Could you have used ssh? It might have been as easy as using nftp to upload a new /root/.ssh/authorized_keys file. Or not, depending on how they have ssh configured.
Author here. I talk a little bit about SSH in the end, if I was successful in breaking the root password and if sshd is configured for root access (I'm not sure), I could have just used that. Otherwise, for me to change authorized_keys or some other file to run some code as root, it's the same work.
Awesome! Do you mind posting the password hash of the root user?