Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/post/hardware/automotive/ecu_hard_reset.md
Views: 11789
Introduction
This module performs hard reset in the ECU Reset Service Identifier (0x11).
Verification Steps
Fire up virtual CAN bus:
sudo modprobe can
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0
Launch msf:
Start
msfconsole
use auxiliary/server/local_hwbridge
set uripath testbus
run
use auxiliary/client/hwbridge/connect
set targeturi testbus
Options
ARBID CAN ID to perform ECU Hard Reset (Default: 0x7DF)
CANBUS CAN Bus to perform scan on, defaults to connected bus
Scenarios
Using UDS simulator for testing ECU hard reset:
You can use candump to verify the CAN messages being sent:
UDS Server Output