Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhondta/dronesploit

Drone pentesting framework console
https://github.com/dhondta/dronesploit

cli console drone hacking pentest-tools python security-tools tinyscript

Last synced: about 2 months ago
JSON representation

Drone pentesting framework console

Awesome Lists containing this project

README

        


DroneSploit Tweet


Easily pentest drones.

[![PyPi](https://img.shields.io/pypi/v/dronesploit.svg)](https://pypi.python.org/pypi/dronesploit/)
[![Read The Docs](https://readthedocs.org/projects/dronesploit/badge/?version=latest)](https://dronesploit.readthedocs.io/en/latest/?badge=latest)
[![Python Versions](https://img.shields.io/pypi/pyversions/dronesploit.svg)](https://pypi.python.org/pypi/dronesploit/)
[![Known Vulnerabilities](https://snyk.io/test/github/dhondta/dronesploit/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/dhondta/dronesploit?targetFile=requirements.txt)
[![DOI](https://zenodo.org/badge/207086727.svg)](https://zenodo.org/badge/latestdoi/207086727)
[![Black Hat Arsenal Europe 2019](https://raw.githubusercontent.com/toolswatch/badges/master/arsenal/europe/2019.svg?sanitize=true)](https://www.blackhat.com/eu-19/arsenal/schedule/index.html#drone-hacking-with-dronesploit-18217)
[![License](https://img.shields.io/badge/license-AGPL%20v3-lightgrey.svg)](https://github.com/dhondta/dronesploit/blob/main/LICENSE)
[![Contribution](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://dronesploit.readthedocs.io/en/latest/newmodules.html#new-modules)

This CLI framework is based on [`sploitkit`](https://github.com/dhondta/python-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.

```sh
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

- [Black Hat Europe Arsenal 2019 presentation](https://dhondta.github.io/dronesploit/docs/pages/blackhat-eu19-arsenal.pdf)
- [*Black Hat Europe: New tool offers Metasploit-like framework for hacking into drones*, The Daily Swig](https://portswigger.net/daily-swig/black-hat-europe-new-tool-offers-metasploit-like-framework-for-hacking-into-drones)
- [*Dronesploit, a pentesting console framework dedicated to drones*, Hakin9](https://hakin9.org/dronesploit-a-pentesting-console-framework-dedicated-to-drones/)

## :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](https://reporoster.com/stars/dark/dhondta/dronesploit)](https://github.com/dhondta/dronesploit/stargazers)

[![Forkers repo roster for @dhondta/dronesploit](https://reporoster.com/forks/dark/dhondta/dronesploit)](https://github.com/dhondta/dronesploit/network/members)

Back to top