Virtual CAN - Configuring ICSim & Identifying Signals

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • Get a virtual CAN bus set up with ICSim and start identifying traffic with Block Harbor Cybersecurity!
    Check us out at: blockharbor.io
    ICSim: github.com/zom...
    Commands:
    sudo apt-get update
    sudo apt-get upgrade
    git clone github.com/zom...
    sudo apt-get install libsdl2-dev libsdl2-image-dev
    sudo modprobe can
    sudo modprobe vcan
    sudo ip link add dev vcan0 type vcan
    sudo ip link set up vcan0
    cd ICSim
    make all
    ./icsim vcan0
    ./controls vcan0
    candump vcan0
    cansniffer vcan0
    ./icsim -r vcan0
    ./controls -s [seed] vcan0
    ./controls -s [seed] -l 2 vcan0

Komentáře • 6

  • @youtubesucks376
    @youtubesucks376 Před rokem +2

    Sweet! Now I can fuzz the bus without breaking my car!

  • @ayodejifewa8292
    @ayodejifewa8292 Před rokem +3

    Thanks soo much for this content.

  • @bennguyen1313
    @bennguyen1313 Před rokem

    Any idea if CAN hardware (Ixxat USB-to-CAN V2, Peak PCAN-USB, etc) will work on a Linux VM running inside of a Windows Host?
    Or will the Windows driver have issues with passing data to Linux/SocketCAN?

  • @bigboss-bv5wl
    @bigboss-bv5wl Před 5 měsíci

    which one is the pount symbol

  • @tilojavideo
    @tilojavideo Před rokem

    I cant make my control needle go up. Everything works except that.

  • @artsie6146
    @artsie6146 Před 9 měsíci

    tysm that was so informative