Metadata-Version: 2.1
Name: dronesploit
Version: 1.1.7
Summary: Drone pentesting framework console
Home-page: https://github.com/dhondta/dronesploit
Author: Alexandre D'Hondt
Author-email: alexandre.dhondt@gmail.com
License: AGPLv3
Keywords: drone,pentesting,framework
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4,>=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center"><img src="https://github.com/dhondta/dronesploit/raw/master/docs/img/logo.png"></p>
<h1 align="center">DroneSploit <a href="https://twitter.com/intent/tweet?text=DroneSploit%20-%20Console%20made%20with%20SploitKit%20for%20hacking%20light%20commercial%20drones.%0D%0Ahttps%3a%2f%2fgithub%2ecom%2fdhondta%2fdronesploit%0D%0A&hashtags=python,console,sploitkit,dronehacking,dronepentesting"><img src="https://img.shields.io/badge/Tweet--lightgrey?logo=twitter&style=social" alt="Tweet" height="20"/></a></h1>
<h3 align="center">Easily pentest drones.</h3>

[![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/)
[![Requirements Status](https://requires.io/github/dhondta/dronesploit/requirements.svg?branch=master)](https://requires.io/github/dhondta/dronesploit/requirements/?branch=master)
[![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://img.shields.io/badge/Black%20Hat%20Arsenal-EU%202019-blue.svg)](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/master/LICENSE)


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/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

<p align="center"><img src="https://github.com/dhondta/dronesploit/raw/master/docs/img/dronesploit.png"></p>
<p align="center"><img src="https://github.com/dhondta/dronesploit/raw/master/docs/img/dronesploit-commands.png"></p>

### Modules

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

<p align="center"><img src="https://github.com/dhondta/dronesploit/raw/master/docs/img/dronesploit-module.png"></p>


## :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)

<p align="center"><a href="#"><img src="https://img.shields.io/badge/Back%20to%20top--lightgrey?style=social" alt="Back to top" height="20"/></a></p>


