Welcome to Russells-World

Hack-a-pi

PROLOGUE



I’ve been teaching off an on as an adjuct professor at a varity of local universitites on the topics of Information Security. More recently, I taught a class at Drexel University as a special topic about red team and blue team tactics. For the final exam, each student was broken into a small team and instructed to hack a raspberry pi image that I had made which presented a varity of vulnerabilities that were discussed during the class. Then, once done, they were swapped by me to another team, and then instructed to conduct a forensics exam on the image. I present this to you for you to hone your own skills and have some fun!

Core Components Needed




1. RaspberryPi 3 with Raspbian
2. The disk image here

Let’s get it on



DD the disk image to your SD adapter:

sudo dd if=vulnpi.img of=/dev/mmcblk0 status=progress
sudo sync



Install the microSD card and have at it!
The vulnerabilities provided within this image are:
Wi-Fi attacks
Bluetooth attacks
Web services
VoIP
Common configuration mistakes
and more!