Difference between revisions of "Facedancer"
Jump to navigation
Jump to search
(Created page with "==Links== * http://travisgoodspeed.blogspot.be/2012/07/emulating-usb-devices-with-python.html * http://blog.opensecurityresearch.com/2012/11/solder-time-facedancer11-and-goodf...") |
m (→Raspdancer) |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Links== |
==Links== |
||
* http://travisgoodspeed.blogspot.be/2012/07/emulating-usb-devices-with-python.html |
* http://travisgoodspeed.blogspot.be/2012/07/emulating-usb-devices-with-python.html |
||
+ | * http://travisgoodspeed.blogspot.be/2012/10/emulating-usb-dfu-to-capture-firmware.html |
||
* http://blog.opensecurityresearch.com/2012/11/solder-time-facedancer11-and-goodfet41.html |
* http://blog.opensecurityresearch.com/2012/11/solder-time-facedancer11-and-goodfet41.html |
||
* http://goodfet.sourceforge.net/hardware/facedancer11/ |
* http://goodfet.sourceforge.net/hardware/facedancer11/ |
||
+ | * http://goodfet.sourceforge.net/tutorial/ |
||
− | |||
+ | ==Making== |
||
− | ==Merging Facedancer & Raspberry-Pi== |
||
+ | I met Travis at Troopers2013 and he was very kind of giving me one Facedancer11 PCB. |
||
− | ===Why?=== |
||
+ | <br>I soldered the elements by reflow with solder paste in a kitchen pan, on a cooking paper and with good ventilation. |
||
− | Facedancer11 is a one-purpose version of the flexible GoodFET board. |
||
+ | ==Installation== |
||
− | <br>It was well designed to move all the intelligence into the host controller, not in the embedded uC. |
||
+ | <source lang=bash> |
||
− | <br>Facedancer11 hardware can be seen as: |
||
+ | sudo apt-get install python-sqlite python-serial gcc-msp430 |
||
− | USBconn -- FT232RL -- MSP430F2618TPM -- MAX3420E -- USBconn |
||
+ | svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet |
||
− | where the first two chips are only converting busses: |
||
+ | cd goodfet/trunk/client/ |
||
− | USB <-> UART <-> SPI <-> MAX3420E -- USBconn |
||
+ | sudo make link |
||
− | BoM view (excluding taxes, Farnell prices): |
||
+ | cd goodfet/trunk/firmware/ |
||
− | USBconn -- 5.45€ -- 13.03€ -- 8.27€ -- USBconn |
||
+ | goodfet.bsl --dumpinfo |tee info.txt |
||
− | So 18.48€ to talk SPI over UART over USB while the Raspberry-Pi has natively SPI, hmmm. |
||
+ | </source> |
||
− | <br>Let's try to make a RPi extension board with only the MAX3420E. And to save a few cents and construction pain let's replace the USB connector by a USB cable from a cannibalized mouse. So: |
||
+ | Mine: |
||
− | RPI-MODA-256M -- MAX3420E -- USBcable |
||
− | <br>From a BoM point of view this becomes (depending on what you add to the RPi, nice casing etc): |
||
− | 27.66€ -- 8.27€ |
||
− | And we get a fully autonomous facedancer which can be even powered over USB and controlled remotely |
||
− | ===Schematics=== |
||
− | TODO |
||
<pre> |
<pre> |
||
+ | MSP430 Bootstrap Loader Version: 1.39-goodfet-8 |
||
− | x |
||
+ | Transmit default password ... |
||
− | x |
||
+ | @1000 |
||
− | P3 Vcc P1 3v3 -- 0.1uF -- GND |
||
+ | aa 55 ff 3f cd ab aa 55 34 12 ff ff aa 55 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |
||
− | P4 Vcc P1 3v3 / |
||
+ | ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |
||
− | P5 GND \ P |
||
+ | ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |
||
− | P6 GND / |
||
+ | ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 20 84 fe 16 ff ff ff ff |
||
− | x |
||
+ | ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 08 10 00 80 01 00 11 80 9b 0b c2 0d 2a 80 f5 06 40 08 fe 08 ff ff ff ff ff ff ff ff 01 08 82 8f |
||
− | x |
||
+ | 8a 8e 7b 8d b3 86 |
||
+ | </pre> |
||
+ | My uC was a msp430f2619 so: |
||
+ | <source lang=bash> |
||
+ | cp lib/msp430f2617.c lib/msp430f2619.c |
||
+ | board=facedancer11 mcu=msp430f2619 make clean reinstall installinfo |
||
+ | </source> |
||
+ | ==Usages== |
||
− | x |
||
+ | ===goodfet.monitor listapps=== |
||
− | P10 -RST P15-GPIO22 |
||
+ | GoodFET with f26f MCU |
||
− | P11 SCLK |
||
+ | Clocked at 0x8f82 |
||
− | P12 -CS |
||
+ | Build Date: 2013-03-28 23:38 |
||
− | P13 MISO |
||
+ | Firmware apps: |
||
− | P14 MOSI |
||
+ | Monitor |
||
− | x |
||
+ | SPI |
||
− | x |
||
+ | MAXUSB |
||
+ | ===goodfet.monitor testleds=== |
||
− | (P17 INT) |
||
+ | Flashing LEDs |
||
− | P18 GND |
||
+ | Flashed 1 LED. |
||
− | P19 GND |
||
+ | ===goodfet.maxusb info=== |
||
− | P20 -- 33 -- USB D- |
||
− | + | First connect target USB |
|
+ | Connected to MAX342x Rev. 4 |
||
− | P22 Vcc -- 1uF -- GND |
||
+ | ===goodfet.maxusbftdi=== |
||
− | P23 Vcc |
||
+ | goodfet.maxusbftdi |
||
− | P24 USB VBUS -- 1uF -- GND |
||
+ | On target: |
||
+ | cat /dev/ttyUSB0 |
||
+ | Or, as sometimes previous command sends only one char at a time: |
||
+ | screen /dev/ttyUSB0 |
||
+ | [...] |
||
+ | GoodFET emulates FTDI properly, if you can read this! |
||
+ | [...] |
||
+ | ===goodfet.maxusbmass=== |
||
+ | <source lang=bash> |
||
+ | dd if=/dev/zero of=test.img bs=512 count=10000 |
||
+ | /sbin/mkfs.vfat test.img |
||
+ | mkdir test |
||
+ | sudo mount -o loop test.img test |
||
+ | echo hello |sudo tee test/hello.txt |
||
+ | sudo umount test |
||
+ | goodfet.maxusbmass test.img |
||
− | x |
||
+ | </source> |
||
− | P26 XTal -- 18pF -- GND |
||
+ | ===goodfet.maxusbhid=== |
||
− | P27 XTal -- 18pF -- GND |
||
+ | On target, chars are typed in an OS-dependent way: |
||
− | x |
||
+ | Python does USB HID on Linux! |
||
− | x |
||
+ | ===goodfet.maxusbdfu=== |
||
− | x |
||
+ | Emulating Ubertooth device to capture firmware: |
||
− | x |
||
+ | goodfet.maxusbdfu FFFF 0004 |
||
− | x |
||
+ | On target: |
||
− | </pre> |
||
+ | ./ubertooth-dfu --write bluetooth_rxtx.dfu |
||
− | ===Code=== |
||
+ | Checking firmware signature |
||
+ | ............................................................................................ |
||
+ | Write complete |
||
+ | ==Scapy support== |
||
+ | http://rmspeers.com/archives/252 |
||
+ | ==Raspdancer== |
||
+ | Merging Facedancer & Raspberry Pi |
||
+ | <br>See dedicated page: [[Raspdancer]] |
Latest revision as of 14:11, 26 April 2013
Links
- http://travisgoodspeed.blogspot.be/2012/07/emulating-usb-devices-with-python.html
- http://travisgoodspeed.blogspot.be/2012/10/emulating-usb-dfu-to-capture-firmware.html
- http://blog.opensecurityresearch.com/2012/11/solder-time-facedancer11-and-goodfet41.html
- http://goodfet.sourceforge.net/hardware/facedancer11/
- http://goodfet.sourceforge.net/tutorial/
Making
I met Travis at Troopers2013 and he was very kind of giving me one Facedancer11 PCB.
I soldered the elements by reflow with solder paste in a kitchen pan, on a cooking paper and with good ventilation.
Installation
sudo apt-get install python-sqlite python-serial gcc-msp430
svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet
cd goodfet/trunk/client/
sudo make link
cd goodfet/trunk/firmware/
goodfet.bsl --dumpinfo |tee info.txt
Mine:
MSP430 Bootstrap Loader Version: 1.39-goodfet-8 Transmit default password ... @1000 aa 55 ff 3f cd ab aa 55 34 12 ff ff aa 55 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 20 84 fe 16 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 08 10 00 80 01 00 11 80 9b 0b c2 0d 2a 80 f5 06 40 08 fe 08 ff ff ff ff ff ff ff ff 01 08 82 8f 8a 8e 7b 8d b3 86
My uC was a msp430f2619 so:
cp lib/msp430f2617.c lib/msp430f2619.c
board=facedancer11 mcu=msp430f2619 make clean reinstall installinfo
Usages
goodfet.monitor listapps
GoodFET with f26f MCU Clocked at 0x8f82 Build Date: 2013-03-28 23:38 Firmware apps: Monitor SPI MAXUSB
goodfet.monitor testleds
Flashing LEDs Flashed 1 LED.
goodfet.maxusb info
First connect target USB
Connected to MAX342x Rev. 4
goodfet.maxusbftdi
goodfet.maxusbftdi
On target:
cat /dev/ttyUSB0
Or, as sometimes previous command sends only one char at a time:
screen /dev/ttyUSB0 [...] GoodFET emulates FTDI properly, if you can read this! [...]
goodfet.maxusbmass
dd if=/dev/zero of=test.img bs=512 count=10000
/sbin/mkfs.vfat test.img
mkdir test
sudo mount -o loop test.img test
echo hello |sudo tee test/hello.txt
sudo umount test
goodfet.maxusbmass test.img
goodfet.maxusbhid
On target, chars are typed in an OS-dependent way:
Python does USB HID on Linux!
goodfet.maxusbdfu
Emulating Ubertooth device to capture firmware:
goodfet.maxusbdfu FFFF 0004
On target:
./ubertooth-dfu --write bluetooth_rxtx.dfu Checking firmware signature ............................................................................................ Write complete
Scapy support
http://rmspeers.com/archives/252
Raspdancer
Merging Facedancer & Raspberry Pi
See dedicated page: Raspdancer