README.md
April 20, 2025 ยท View on GitHub
carpunk
CAN Injection | Car Hacking Toolkit
๐ What's New
Carpunk is an advanced CAN Injection Toolkit, evolving from the original CANghost. It introduces new functionalities, including interface control, basic sniffing, and CAN Injection vulnerabilities.
- โ Compatible with both Simulation & Real Cars
- ๐ ๏ธ Added Two New CAN Injection Attacks
- ๐งช Tested on Ubuntu and Parrot OS
โ ๏ธ Important Notes Before Running Carpunk
- CAN Driver Loading: Ensure your CAN bus driver is loaded manually. The script only manages the interface's up/down state.
- Interface Argument: Pass your CAN bus interface as an argument when running the script.
- Log Files: Logs are named sequentially (e.g.,
carpunk1.log,carpunk2.log). Restarting the script will overwritecarpunk1.log. Backup your logs accordingly. - Disclaimer: Use this toolkit responsibly. The author is not liable for any damage or illegal activities resulting from its use.
๐ฆ Installation & Usage
git clone https://github.com/souravbaghz/Carpunk
cd Carpunk
sudo bash carpunk.sh
If you like my works, you can buy me a coffee here.
๐ค Connect with me
Thanks To:
- @linux-can for can-utils
- @Craig Smith for ICSim
- @Jay Turla