Episode Details
Back to Episodes
7MS #84: DIY Pwn Pad
Published 10 years, 7 months ago
Description
Hey have you heard of Pwn Pads? They're an awesome network pentesting tool that leverages a Nexus tablet - which you can either buy right from Pwnie Express, or create your own if you have a certain model of Nexus lying around. I just happened to have the right Nexus model around, so this podcast episode chronicles my trial and error (mostly error) in making a DIY Pwn Pad!
P.S. to get the Android tools installed on Ubuntu 14.04, run these commands:
--
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot
--