DroneSploit - Drone pentesting framework console GNU/Linux


Information Dronesploit - Drone pentesting framework console

DroneSploit
DroneSploit di buat atau di compile dengan bahasa pemrograman Python 3,
Kerangka kerja pada Terminal/CLI ini didasarkan pada sploitkit
dan merupakan upaya untuk mengumpulkan teknik peretasan dan eksploitasi
yang terutama berfokus pada peretasan drone. Untuk kemudahan penggunaan,
antarmuka memiliki tata letak yang mirip Metasploit.

DroneSploit ini juga sudah di tester pada saat acara BlackHat di Arsenal
berikut untuk Module dan cara menggunakan Full DroneSploit



Download [Disini Module Full DroneSploit BlackHat Arsenal]

Modules
Contoh ini menunjukkan contoh modul untuk DroneSploit
yang ditujukan untuk mengubah kata sandi atau SSID
dari model drone tertentu.


Setup Installasi DroneSploit

DroneSploit sudah tersedia di package Pip3
untuk install DroneSploit di semua distro GNU/Linux
menggunakan Pip3

$ sudo pip3 install dronesploit


atau juga bisa seperti ini

$ git clone https://github.com/dhondta/dronesploit
$ cd dronesploit
$ sudo pip3 install -r requirements.txt
$ python3 main.py


run dronesploit

$ dronesploit


Menu bantuan/Help

$ help

dronesploit > help

General commands
================

    Command     Description                                               
    -------     -----------                                               
    ?           Display help                                               
    back        Come back to the previous console level                   
    connect     Connect to an Access Point                                 
    disconnect  Disconnect from an Access Point                           
    edit        Edit a file with PyVim                                     
    exit        Exit the console                                           
    help        Display help                                               
    history     Inspect commands history                                   
    password    Manually set the password of an Access Point               
    quit        Exit the console                                           
    record      Consult status for commands recording to a .rc file       
    scan        Scan for targets                                           
    search      Search for text in modules                                 
    set         Set an option in the current context                       
    shell       Execute a shell command                                   
    targets     Display the list of currently known targets               
    toggle      Toggle monitor/managed mode for the given wireless interface
    unset       Unset an option from the current context                   
    use         Select a module

Project commands
================

    Command  Description                                                   
    -------  -----------                                                   
    record   Start/stop or consult status of commands recording to a .rc file
    replay   Execute commands from a .rc file                               

Root commands
=============

    Command  Description                                                   
    -------  -----------                                                   
    archive  Archive a project to a ZIP file (it removes the project folder)
    delete   Delete a project                                               
    help     Display help (commands or individual command/module)           
    load     Load a project from a ZIP file (it removes the ZIP file)       
    record   Start/stop or consult status of commands recording to a .rc file
    replay   Execute commands from a .rc file                               
    select   Select a project (create if it does not exist)                 
    show     Show options, projects, modules or issues (if any)             
    stats    Display console's statistics


contoh menggunakan exploit dan module di DroneSploit

$ show issues
$ use <nama Module>
$ show options
$ use auxiliary/wifi/find_targets



kalau ada Error saat menjalankan DroneSploit
bisa baca artikel [disini]

selamat belajar dan selamat mencoba ke tiap Drone...
kalau ada kesalahan dan kekurangan nya mohon maaf...

Post a Comment

0 Comments