Giter Site home page Giter Site logo

taptapcuz / pwnagotchi_fast_dictionary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nothingbutlucas/pwnagotchi_fast_dictionary

0.0 0.0 0.0 21 KB

Improved version of quickdic.py - For pwnagotchi's devices

License: GNU General Public License v3.0

Shell 26.47% Python 73.53%

pwnagotchi_fast_dictionary's Introduction

pwnagotchi_fast_dictionary

Improved version of quickdic.py + aircrackonly - For pwnagotchi's devices


Why improved?

  • Use the quickdic code as a base
  • Use of scapy to see if there is any handshake in the pcap file
  • Delete the pcap file automatically if there is no handshake or bssid or ssid (Like aircrackonly)
  • Timeout between each wordlist (Avoids the pwnagotchi to freeze or hang on one pcap)
  • Defensive programming filosophy
  • More logs

Where can I find wordlists?

Seclists

Installation

Installation via script

On your pwnagotchi, go to your home directory and clone the repository:

git clone https://github.com/nothingbutlucas/pwnagotchi_fast_dictionary fast_dictionary
cd fast_dictionary
chmod 744 install.sh
sudo ./install.sh

Then, just follow the installation script instructions.

Manual installation

Basically, you can read the install.sh file and do the same thing manually.

  1. Clone the repository (git clone https://github.com/nothingbutlucas/pwnagotchi_fast_dictionary fast_dictionary)
  2. Move or symlink (recommended) fast_dictionary.py to your custom plugins directory (Usually /usr/local/share/pwnagotchi/custom-plugins)
  3. Edit your config file (/etc/pwnagotchi/config.toml) and add the following lines:
main.plugins.fast_dictionary.enable = true
main.plugins.fast_dictionary.wordlist_folder = "/usr/share/wordlists" # This is the folder where your wordlists are
main.plugins.fast_dictionary.time_per_wordlist = 5 # This is the timeout between each wordlist
  1. Restart your pwnagotchi (At least, the daemon): sudo systemctl restart pwnagotchi

pwnagotchi_fast_dictionary's People

Contributors

nothingbutlucas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.