> cat /dev/github | grep security-tools
discovered 30 Mar 2026

dronesploit

Python ★ 1880 via github-topic
→ View on GitHub

AI Summary: DroneSploit is a command-line interface framework designed for penetration testing of light commercial drones, leveraging techniques and exploits similar to Metasploit. It allows users to interactively conduct security assessments on drone systems, with features that include a variety of modules for specific drone payload alterations such as changing passwords or SSIDs. The framework’s structure facilitates easy extension and integration of new hacking techniques.


README

DroneSploit Tweet

Easily pentest drones.

PyPi Read The Docs Python Versions Known Vulnerabilities DOI Black Hat Arsenal Europe 2019 License Contribution

This CLI framework is based on sploitkit and is an attempt to gather hacking techniques and exploits especially focused on drone hacking. For the ease of use, the interface has a layout that looks like Metasploit.

pip3 install dronesploit

:warning: When starting up the framework, you may have every modules disabled. You can see why by using the show issues command. Modules are disabled when they have unsatisfied requirements, i.e. aircrack-ng not installed.

:notebook_with_decorative_cover: Documentation

:clipboard: Basics

Interface

Modules

This example shows an example of module for DroneSploit aimed to change the password or the SSID of a particular model of drone.

:clap: Supporters

Stargazers repo roster for @dhondta/dronesploit

Forkers repo roster for @dhondta/dronesploit

Back to top