An open API service indexing awesome lists of open source software.

https://github.com/souravbaghz/Carpunk

The CAN Injection Toolkit
https://github.com/souravbaghz/Carpunk

automotive-hacking automotive-security canbus canbus-messages canghost carhacking carpunk hacking-tool vehicle-security

Last synced: 2 days ago
JSON representation

The CAN Injection Toolkit

Awesome Lists containing this project

README

        


Carpunk Logo

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 overwrite `carpunk1.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

```bash
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.
Buy Me A Coffee
---
### ๐Ÿค Connect with me
[![Instagram: souravbaghz](https://img.shields.io/badge/instagram-%23E4405F.svg?&style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/souravbaghz)
[![GitHub souravbaghz](https://img.shields.io/badge/github-%23000000.svg?&style=for-the-badge&logo=github)](https://github.com/souravbaghz)
[![Twitter souravbaghz](https://img.shields.io/badge/twitter-%231DA1F2.svg?&style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/souravbaghz)
[![Medium baudskidninja](https://img.shields.io/badge/medium-%2312100E.svg?&style=for-the-badge&logo=medium&logoColor=white)](https://medium.com/@baudskidninja)

---
### Thanks To:
+ [@linux-can](https://github.com/linux-can) for [can-utils](https://github.com/linux-can/can-utils)
+ [@Craig Smith](https://github.com/zombieCraig) for [ICSim](https://github.com/zombieCraig/ICSim)
+ [@Jay Turla](https://github.com/shipcod3)