Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.26 KB

7-hw-hacking.org

File metadata and controls

41 lines (23 loc) · 1.26 KB

Hardware Hacking

Ethical hacking course - S2024

Lecture slides by Felix Anton Anderson (aka Cave)

Slides

Alessandro Bruni

Literature:

Intro to hardware hacking

Step 1: break it apart!

img/router.png

Step 2: find interesting information on the board

img/router.png

Step 3: recognize useful interfaces (JTAG/UART/I2C/SPI etc.)

img/router.png

Step 4: connect and inspect

img/buspirate.jpg

Follow the Bus Pirate 101 tutorial

Step 5: dump firmware and binwalk!

Follow Reverse engineering my router’s firmware with binwalk