Actiontec - Dumping the firmware..

Starting of an outline of how I dumped the firmware off of an Actiontec device through the UART interface. More to expand on.
-
Get a friend with a steady soldering hand to put on some header pins after using the flashlight trick to figure out the
GRNDpin. -
Connect USB->UART interface (Used an FTDI based device, no drivers required).
-
Serial program
minicom, start logging, send a break to break the countdown and drop into the CFE> interface. -
dmto dump to a log file. -
Edit log file to make sure only hexdump with address is there.
-
Use
xxd -rto transform hexdump file into binary file. -
Use
binwalkon file to extract the images. Document weird headers here.
Reference: Dumping Firmware
Written on July 20, 2017
