mirror of
https://github.com/jjshoots/RemoteIDSpoofer.git
synced 2026-01-13 15:37:06 +00:00
RIDS - Remote ID Spoofer
Disclaimer: This repository and its code are intended for educational purposes only.
An ESP8266/NodeMCU Drone RemoteID Spoofer. Built based on work done by sxjack and SpacehuhnTech. I stand on the shoulders of giants.
This spawns 16 different fake drones broadcasting RemoteID, with them all flying in random directions around a particular GPS location.
Installation
- You need the Arduino IDE.
- Open the file
RemoteIDSpoofer/RemoteIDSpoofer.ino. - In Arduino IDE, go to
File>Preferences, then add this URL to theAdditional Boards Manager URLs: - Now go to
Tools>Boards>Boards Manager, searchdeautherand installDeauther ESP8266 Boards. - Select your board at
Tools>Board> and be sure it is atDeauther ESP8266 Boards(and not atESP8266 Modules). - Plug in your device, I used a NodeMCU v2, and select its COM port at
Tools>Port. - Press
upload, or use Ctrl+U. - The device should start broadcasting RemoteID packets generated for random flying machines.
To-Do List
- Set custom MAC address for each Remote ID instance.
- Add GPS capability to automatically create IDs wherever the device is located.
Languages
C
66.4%
C++
33.5%
Shell
0.1%