Metadata-Version: 2.1
Name: dronesploit
Version: 1.0.0
Summary: Drone pentesting framework console
Home-page: https://github.com/dhondta/dronesploit
Author: Alexandre D'Hondt
Author-email: alexandre.dhondt@gmail.com
License: AGPLv3
Description: [![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)
        [![Known Vulnerabilities](https://snyk.io/test/github/dhondta/dronesploit/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/dhondta/dronesploit?targetFile=requirements.txt)
        [![Requirements Status](https://requires.io/github/dhondta/dronesploit/requirements.svg?branch=master)](https://requires.io/github/dhondta/dronesploit/requirements/?branch=master)
        [![Python Versions](https://img.shields.io/pypi/pyversions/dronesploit.svg)](https://pypi.python.org/pypi/dronesploit/)
        [![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)
        
        
        # DroneSploit
        
        This CLI framework is based on [`sploitkit`](https://github.com/dhondta/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.
        
        [Black Hat Europe Arsenal 2019 presentation](https://github.com/dhondta/dronesploit/tree/master/docs/blackhat-eu19-arsenal.pdf)
        
        Also see: [Article on *The Daily Swig*](https://portswigger.net/daily-swig/black-hat-europe-new-tool-offers-metasploit-like-framework-for-hacking-into-drones)
        
        # Basics
        
        ## Interface
        
        ![DroneSploit](https://github.com/dhondta/dronesploit/tree/master/docs/img/dronesploit.png)
        
        ![DroneSploit command examples](https://github.com/dhondta/dronesploit/tree/master/docs/img/dronesploit-commands.png)
        
        ## Modules
        
        This example shows an example of module for DroneSploit aimed to change the password or the SSID of a particular model of drone.
        
        ![DroneSploit command examples](https://github.com/dhondta/dronesploit/tree/master/docs/img/dronesploit-module.png)
        
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: >=3.6, <4
Description-Content-Type: text/markdown
