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
- Host: GitHub
- URL: https://github.com/souravbaghz/Carpunk
- Owner: souravbaghz
- License: gpl-3.0
- Created: 2021-09-10T17:20:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T18:22:05.000Z (over 2 years ago)
- Last Synced: 2024-08-04T04:06:15.131Z (9 months ago)
- Topics: automotive-hacking, automotive-security, canbus, canbus-messages, canghost, carhacking, carpunk, hacking-tool, vehicle-security
- Language: Shell
- Homepage: https://github.com/souravbaghz/Carpunk
- Size: 5.52 MB
- Stars: 162
- Watchers: 9
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canbus - Carpunk - CAN injection toolkit and successor of CANghost. (Hacking and Reverse Engineering tools)
- awesome-hacking-lists - souravbaghz/Carpunk - The CAN Injection Toolkit (Shell)
README
![]()
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.
![]()
---
### ๐ค Connect with me
[](https://www.instagram.com/souravbaghz)
[](https://github.com/souravbaghz)
[](https://twitter.com/souravbaghz)
[](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)