-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcan_test.txt
46 lines (32 loc) · 1.07 KB
/
can_test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
X 3 can 3
candump can0
python3 data/send_from_log.py can1 data/logs/recording1.log
python3 attack.py -q -c can2 dos
2 vcan 1
candump vcan0
python3 data/send_from_log.py vcan0 data/logs/recording1.log
X 1 can 1
candump can0
cangen can0
X 2 vcan 1
candump vcan0
python3 data/send_from_log.py vcan0 data/logs/recording1.log
X 2 vcan 1
python3 hardware/interframe_spacing_test.py vcan0 0 send 1 1 1
python3 hardware/interframe_spacing_test.py vcan0 0 receive 0 0 0
X 3 vcan 1
candump vcan0
python3 hardware/interframe_spacing_test.py vcan0 0 send 4 4 4
python3 hardware/interframe_spacing_test.py vcan0 0 send 2 2 2
X 3 vcan 1
candump vcan0
python3 data/send_from_log.py vcan0 data/logs/recording1.log
python3 attack.py -q -c vcan0 dos
X 2 can 2
candump can0
python3 attack.py -q -c can1 fuzz
reference:
python3 hardware/interframe_spacing_test.py [device_name] [vitrate] [send/receive] [ID] [length] [data]
python3 data/send_from_log.py [device name] [logfile]
logfiles: data/logs recording1.log, recording.log, spoof.log, spoof_50.log, spoof_170.log
python3 defense/response/response.py