Friday, January 26, 2024

Hacking All The Cars - Part 2


Connecting Hardware to Your Real Car: 

 I realized the other day I posted Part 2 of this series to my youtube awhile ago but not blogger so this one will be quick and mostly via video walkthrough. I often post random followup videos which may never arrive on this blog. So if you're waiting on something specific I mentioned or the next part to a series its always a good idea to subscribe to the YouTube. This is almost always true if there is video associated with the post.  

In the last blog we went over using virtual CAN devices to interact with a virtual car simulators of a CAN network This was awesome because it allowed us to learn how to interact with he underlying CAN network without fear of hacking around on an expensive automobile. But now it's time to put on your big boy pants and create a real CAN interface with hardware and plug your hardware device into your ODB2 port. 

The video I created below will show you where to plug your device in, how to configure it and how to take the information you learned while hacking around on the virtual car from part1 and apply it directly to a real car.   

Video Walk Through Using Hardware on a Real Car




As a reference here are the two device options I used in the video and the needed cable: 

Hardware Used: 

Get OBD2 Cable:
https://amzn.to/2QSmtyL

Get CANtact:
https://amzn.to/2xCqhMt

Get USB2CAN:
https://shop.8devices.com/usb2can


Creating Network Interfaces: 

As a reference here are the commands from the video for creating a CAN network interface: 

USB2Can Setup: 
The following command will bring up your can interface and you should see the device light color change: 
sudo ip link set can0 up type can bitrate 125000

Contact Setup: 
Set your jumpers on 3,5 and 7 as seen in the picture in the video
Sudo slcand -o -s6 /dev/ttyACM can0 <— whatever device you see in your DMESG output
Ifconfig can0 up

Summary: 

That should get you started connecting to physical cars and hacking around. I was also doing a bit of python coding over these interfaces to perform actions and sniff traffic. I might post that if anyone is interested. Mostly I have been hacking around on blockchain stuff and creating full course content recently so keep a look out for that in the future. 

Related posts
  1. Hack Tool Apk No Root
  2. Usb Pentest Tools
  3. Pentest Tools Url Fuzzer
  4. Hacker Tools Free Download
  5. Hack And Tools
  6. Hackrf Tools
  7. Pentest Tools List
  8. Hacker Tools Mac
  9. Computer Hacker
  10. Hack Tools For Pc
  11. Hack Tools For Windows
  12. Hacking Apps
  13. Hack Tools Mac
  14. Hacker Security Tools
  15. Hacker Tools
  16. Hacker Tools Github
  17. Hacker Tools
  18. Pentest Tools Port Scanner
  19. Hack Tools For Windows
  20. Hack Tools
  21. Ethical Hacker Tools
  22. Hack Tools For Ubuntu
  23. Hacker Tools Hardware
  24. Hack Tool Apk No Root
  25. Hack Rom Tools
  26. Hack Tool Apk
  27. Hacker Tool Kit
  28. Pentest Reporting Tools
  29. Hacker Tools Hardware
  30. Hacking Tools Windows
  31. Pentest Tools Download
  32. Pentest Tools Port Scanner
  33. Hacker Tools
  34. Pentest Tools Linux
  35. Hacking Tools Download
  36. Ethical Hacker Tools
  37. Hacking Tools 2020
  38. Hacker Tools Github
  39. Pentest Tools For Windows
  40. Kik Hack Tools
  41. Hacking Tools For Kali Linux
  42. Pentest Tools For Ubuntu
  43. Hacker Tools For Ios
  44. Hacker Search Tools
  45. Hacking Tools Online
  46. Hacker Tools Mac
  47. Hack Apps
  48. Hack Tools
  49. Pentest Tools Kali Linux
  50. Hacker Tool Kit
  51. Pentest Tools For Windows
  52. Wifi Hacker Tools For Windows
  53. Hacking Tools For Beginners
  54. Hacking Tools 2019

No comments:

Post a Comment