Close

Reverse Engineering from Package Data

A project log for Reverse Engineering a Drone

I reverse engineered a toy drone to make it programmable

r3dappler3dapple 02/16/2018 at 22:200 Comments

So I knew the drone was creating a WiFi called JJRC-Something. So in order to capture the traffic the app was sending to the drone I fired up Kali Linux and used aircrack-ng to start a scan.

First stop the network driver in order to use monitor mode.

sudo airmong-ng check kill
sudo airmong-ng start wlan0
sudo airodump-ng wlan0mon 

Discussions