Git Product home page Git Product logo

airscript-ng's Introduction

What is this?

This is a script written in Python3 to automate the process of performing basic pen-testing on a WPA/WPA2/WPS network. The goal here is not to compete with existing tools or scripts, but to provide as much functionality and simplicity to the end user as possible, so that someone with no previous experience can use a WiFi-cracking tool such as aircrack-ng or reaver. As long as you know some of the general theory behind cracking WPA2 or WPS, you will be able to use this script with ease.

In addition to allowing a user to capture a handshake, this script can host a basic Evil-Twin wireless AP and crack a WPA2 handshake using your GPU with Hashcat. see https://hashcat.net/hashcat/.

GitHub forks GitHub stars GitHub watchers

Prerequisites

  • Some familiarity with the Linux command line (e.g. Basic usage, running python scripts, filesystem navigation)
  • Some basic knowledge of how WiFi hacking works.
  • The APT package manager (Must be able to install packages and have appropriate repository lists)
  • The bash/dash shell (Any shell that works with the Python3 subprocess module)
  • A stable internet connection (To fetch dependencies and updates)
  • A Debian based distro. (e.g. Kali Linux/Debian/Ubuntu and must follow their file structure)
  • Access to the root/superuser account (The user's home directory must be the same as the superuser's)
  • The ~/ path must be the same as /root/ (Just become the root/super user. That's it!)
  • A WiFi-card/chipset that is capable of supporting monitor mode. (see: https://www.aircrack-ng.org/doku.php?id=compatible_cards)
  • Wireless interface names must start with "wl". E.g. "wlan1" or "wlxxxx" (Custom interface names are not supported)
  • Drivers capable of running in promiscuous monitor mode/packet injection mode.
  • A x86_64 or AMD64 (64 bit) processor. (32bit will work to an extent)
  • 300-500MiB free space (For caching and storing wordlists)
  • (Optional) A hashcat supported GPU, with appropriate drivers installed.
  • (Optional) A second WiFi card, needed to create a Evil-Twin/Fake-AP. This doesn't need monitor mode or packet injection.

Usage?

$ sudo su
$ python3 airscript-ng.py

Alternatively:

$ sudo su
$ chmod +x airscript-ng.py no-color-airscript-ng.py airscript-old-stable.py
$ ./airscript-ng.py

or, if you want it without colours:

$ sudo su
$ ./no-color-airscript-ng.py

The rest is self explainatory once run, choose your attack option from the menu and you are good to go! Anyone can use this script to pentest a wireless network, it really is that simple to use.

Additonal note: If you're going to fork this project, please ensure to keep checking back, as your fork may be outdated. Any contributions are absolutely welcome, please create a pull request.

How do you update this script? just run it and type 5 in the menu. Want to update manually? Simply git stash the changes and git pull the new additions.

Upcoming

  • Make a basic python script
  • Make and integrate similar script for reaver/other-tools [Reaver/Pixie Dust added 11/06/17]
  • Add option to resolve dependencies [Added 17/06/17]
  • Add option to create captive portal/Evil-twin AP [Added 24/08/2017]
  • Add option to crack existing .cap files using hashcat/GPU/CPU/Aircrack [Added 24/08/2017]
  • Improve menu layout [Improved 30/9/2017]
  • Add options to install opencl-runtime for hashcat [Added 30/9/2017]
  • Add support for Hostapd [Added 27/10/2017]
  • Add Airodump-ng CSV files support [Added 16/11/2017]
  • Add support for GENPMK/CoWPAtty [Coming soon]
  • Make code more efficient
  • Add FHS support/compliancy
  • Add support for MDK3
  • Design and build a Gtk/Qt or any type of GUI [Help needed, due to limited knowledge of GUIs]

Screenshots

Title Menu Aircrack-ng Reaver Fake AP MITM Crack Handshake

Credits and inspirations.

Thanks to Joshua D. for extensively testing it on his machine! Thanks to TomHulmeUK for helping with testing! Project inspired by Airgeddon and Fluxion

WPA3 ANNOUNCED!

Cool logo

airscript-ng's People

Contributors

sh3llcod3 avatar pastrywuff avatar

Watchers

 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.