Difference between revisions of "Let's have a Board Level Talk"

From HOPE Wiki
Jump to: navigation, search
(Created page for talk)
 
(Added Products)
Line 12: Line 12:
 
* https://github.com/anyconhhv/Talks/blob/master/Board%20Level%20Talk.pdf - Slides
 
* https://github.com/anyconhhv/Talks/blob/master/Board%20Level%20Talk.pdf - Slides
 
* https://archive.org/details/hopeconf2020/20200727_2300_Lets_Have_a_Board_Level_Talk.mp4 - Video
 
* https://archive.org/details/hopeconf2020/20200727_2300_Lets_Have_a_Board_Level_Talk.mp4 - Video
 +
== Devices ==
 +
=== Serial Interfaces ===
 +
* [https://www.adafruit.com/product/954 USB-UART Cable]
 +
* [https://www.adafruit.com/product/284 FTDI Friend]
 +
* [https://www.amazon.com/gp/product/B07WX2DSVB DSD-TECH]
 +
=== AVR Programmers ===
 +
* [https://www.adafruit.com/product/46 USBTinyISP]
 +
* [https://www.tindie.com/products/nsayer/usb-uisp/ USB µISP]
 +
=== Multiprotocol tools ===
 +
* [https://www.sparkfun.com/products/12942 BusPirate]
 +
* [https://www.seeedstudio.com/Bus-Blaster-v4-p-1416.html Bus Blaster V4]
 +
* [https://www.tiaowiki.com/w/TIAO_USB_Multi_Protocol_Adapter_User%27s_Manual TUMPA]
 +
* [https://expliot.io/products/expliot-nano Expliot-NANO]
 +
* [https://int3.cc/products/the-shikra Shikra]
 +
* [https://www.tincantools.com/flyswatter2/ Flyswatter2]
 +
* [https://www.adafruit.com/product/2264 Adafruit FT232H]
 +
* FT232H CJMCU
 +
** [https://github.com/whid-injector/Focaccia-Board Focaccia Board]
 +
** [https://github.com/linker3000/shukran Shukran]
 +
 +
=== Specialized Boards ===
 +
* [http://www.grandideastudio.com/jtagulator/ JTagulator]
 +
* [https://hydrabus.com/ HydraBus]
 +
* [https://1bitsquared.com/products/black-magic-probe Black Magic Probe]
 +
** [https://flirc.tv/more/flirc-jeff-probe-bmp-jtag-black-magic-probe JEFF Probe]
 +
** [https://www.tindie.com/products/electronutlabs/bumpy-blackmagic-probe-compatible-swd-debugger/ Bumpy]
 +
* [https://greatscottgadgets.com/greatfet/ GreatFET]
 +
* [https://github.com/whid-injector/Burtleina-Board Burtleina Board]
 +
 +
=== Future Boards ==
 +
 +
* Luna
 +
* Bus Pirate Ultra
 +
* [https://www.crowdsupply.com/1bitsquared/glasgow Glasgow]
 +
 +
 +
 +
  
 
==Resources ==
 
==Resources ==

Revision as of 14:03, 31 July 2020

Summary

This talk provides an introduction and survey of existing and future boards used to interface and reverse engineer electronic equipment. These are boards that allow your computer to interface to the protocols used in embedded computers, such as UART, I2C, SPI and JTAG, and SWD.

If you want to know more about these boards, what they can do, and how to use them, this is a good introduction. There are over 20 products and designs, such as the BusPirate, Facedancer, GreatFet, JTAGulator, Shikra, Focaccia, Shukran, the Black Magic Probe, etc. In addition, developers are working on the next generation, such as the Luna, BusPirate Ultra, Glasgow, and Edinburgh boards. If you don't know what to buy, or the advantages and disadvantages of each, this talk will help clear things up.

Speaker

Bruce Barnett

Archive

Devices

Serial Interfaces

AVR Programmers

Multiprotocol tools

Specialized Boards

= Future Boards



Resources

Start with #0 - Finding uart data pins on WRT54G

Mark Carney’s book on PenTesting hardware

Curated list of hacking resources