Iffy Books | 404 S. 20th St., PHL
hacking, free culture, gardening, zines
β’ Command for opening serial connection with router:
minicom -D /dev/ttyUSB0 -c on
β’ Firmware download for Tenda FH1206 router
β’ Docker command for decompressing firmware with unblob:
docker run \
–rm \
–pull always \
-v /Users/iffybooks/Documents/Router_firmware/output:/data/output \
-v /Users/iffybooks/Documents/Router_firmware/input:/data/input \
ghcr.io/onekey-sec/unblob:latest –report firmware_reoirt.json /data/input/firmware.bin
β’Β Jim’s unsqhashfs instructions
On May 27th we’re spending the whole afternoon (1β6 p.m) hacking away at an old Tenda FH1206 router, with the goal of installing open firmware such as OpenWrt or FreshTomato. We have plenty of routers to go around, which we’re selling for $8 each. Proceeds will be split evenly between Philly Community Wireless and Iffy Books.
This will be an informal event, more like a hackathon than a structured workshop. We recommend bringing a laptop if you have one.
We’ll also be selling used electronics, including desktop computers, monitors, peripherals, cables, and TS-7600 single-board computers. Come early before they’re picked over!
1β3 p.m. Orientation
We’ll show you how to examine the router firmware and gain root access via telnet.
3β5 p.m. Soldering session
You’ll learn to access your router’s serial shell, which requires soldering a few wires to the board.
5:00 p.m. Progress reports
We’ll go around the room and talk about what we’ve learned.
The routers weβre trying to hack were sold under the name Atlas Media AMW-DBR1200AC, but theyβre actually repackaged Tenda FH1206 routers.
Here’s a blog post with our progress on the router so far.
And here are more details to get you started:
β’ FCC page for Atlas Media AMW-DBR1200AC
β’ User manual for Atlas Media AMW-DBR1200AC
β’ Firmware for Atlas Media AMW-DBR1200AC router
β’ Firmware for Tenda FH1206 router
β’ Wireless Cat page with hardware details
β’ unblob, a program you can use to decompress the firmware files