본문 바로가기
Hack/Vehicle

자동차 해킹 실습 환경 구축하기

by Becoming a Hacker 2021. 11. 1.
반응형

필요한 도구 및 모듈 설치하기

# apt-get install libsdl2-dev libsdl2-image-dev can-utils  
# git clone https://github.com/zombieCraig/ICSim.git
# cd ICSim
# ./setup_vcan.sh
# make

 

사용법

1. IC(Instrument) Simulator 실행

./icsim vcan0

IC(Instrument) Simulator

 

2. Controller 실행

./controls vcan0

Controller

 

키보드 사용 방법

기능 키보드 사용법
Accelerate
Left/Right Turn Signal ←/→
Unlock Front L/R Doors Right Shift+A/B
Unlock Back L/R Doors Right Shift+X/Y
Lock Front L/R Doors Left Shift+A/B
Lock Back L/R Doors Left Shift+X/Y
Lock All Doors Hold Right Shift Key + Left Shift
Unlock All Doors Hold Left Shift Key + Right Shift

 

Reference

 

GitHub - zombieCraig/ICSim: Instrument Cluster Simulator

Instrument Cluster Simulator. Contribute to zombieCraig/ICSim development by creating an account on GitHub.

github.com

 

 

Car Hacking 101: Practical Guide to Exploiting CAN-Bus using Instrument Cluster Simulator — Part I…

Automotive security is really exciting and is an interesting topic of study for many security researchers. Automotive and hardware, for…

medium.com

 

반응형

댓글