Files
metasploit-gs/documentation/modules/post/hardware/automotive/identifymodules.md
T
2017-01-25 17:43:49 -08:00

31 lines
710 B
Markdown

Scans the CANBUS for devices responding to UDS DSC queries. By trying to set
the Diagnostic Session Control (DSC) devices that support UDS will typically respond
with an error or an acknowldegment. We use this information to map out modules in a vehicle.
## Options
**STARTID**
The CAN ID to start your scan from.
**ENDID**
The CAN ID to stop the CAN scan.
**CANBUS**
The bus to scan. See 'supported_buses' for a list of available buses
## Scenarios
A Quick scan of buses from 0x600 to 0x7FF
```
hwbridge > run post/hardware/automotive/identifymodules CANBUS=can2 STARTID=0x600
Starting scan...
[*] Identified module 7e0
Scanned 504 IDs and found 1 modules that responded
7e0
```