mirror of
https://github.com/V33RU/awesome-connected-things-sec.git
synced 2026-04-10 12:33:45 +00:00
3.6 KiB
3.6 KiB
Automotive
AutomotiveSecurity
Automotive-Security comprises a vast amount of interlinkings to different cybersecurity areas like IoT Security. So, don't limit yourself.
This page contains additional stuff specific to automotive security compared to IoTsecurity101.
Note: Explore each link to dig more into your topic of interest.
ApproachMethodology
- 1. In-Vehicle Network
- 2. Hardware Hacking & Fault Injections & SCA Attacks
- 3. Firmware Pentesting (OS and Firmware)
- 4. Wireless Connectivity (RF, Zigbee, WiFi, Bluetooth, etc)
- 5. Mobile App (Android & iOS)
- 6. Cloud / Telemetry
Contents
AutomotiveSecurityInformation
InVehicleNetworkCommunicationProtocols
AutomotiveSecurityCommunity
BooksChannelsRelatedToAutomotiveSecurity
Books
Channels
Blogs
ExploitationTools
Hardware
- Nano-CAN - Go-to CAN tool for beginners for hardware MITM.
- USBtin - USB2CAN connector for data dumping on Linux.
- USB2CAN - CAN connector for data dumping on Linux.
- CANPico - Best tool for protocol level attacks, also comes with C API library support.
- Intrepid Tools - Costly but reliable for rich hackers and corporate, comes with software support too.
- CANtact - Open source tool available for purchase also.
- OBD-KILL - Fancy hacker version of CANPico.
- ELM327 - Works (sometimes) in old vehicles where there is OBD-II data inflow protection enabled.
Software
- can-utils - Linux (SocketCAN) userspace utilities and tools for CAN bus.
- ICsim - CLI based Instrument Cluster emulator for learning.
- UDSim - GUI tool helps in learning also.
- CANalyse 2.0 - Vehicle network analyzer built on top of python-can library.
- CANToolz - Framework for analyzing CAN bus networks.
- CANalyzat0r - Framework for analyzing vehicle networks.
Libraries
- python-can - Python support for CAN developers and scripting.
- Scap CAN Layer - CAN integration in Scapy