All Projects → Sh3llcod3 → Airscript-ng

Sh3llcod3 / Airscript-ng

Licence: GPL-3.0 license
A python script to simplify the process of auditing wireless networks.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Airscript-ng

Hijacker
Aircrack, Airodump, Aireplay, MDK3 and Reaver GUI Application for Android
Stars: ✭ 1,982 (+2287.95%)
Mutual labels:  reaver, monitor-mode
fluxion
WiFi Cracking Tool (Using Evil Twin Attack) With Some Modification. (Only For Legal Purposes)
Stars: ✭ 115 (+38.55%)
Mutual labels:  handshake, kali
Fluxion
Fluxion is a remake of linset by vk496 with enhanced functionality.
Stars: ✭ 3,275 (+3845.78%)
Mutual labels:  handshake, kali
RenameThemSubs
Rename multiple subtitles files to match video file names for automatic loading with just one click
Stars: ✭ 40 (-51.81%)
Mutual labels:  python-script
conv2mp4-py
Python script that recursively searches through a user-defined file path and converts all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. …
Stars: ✭ 37 (-55.42%)
Mutual labels:  python-script
rpi3-wifi-conf
A simple Python script to configure wifi over bluetooth for a Raspberry Pi 3
Stars: ✭ 112 (+34.94%)
Mutual labels:  python-script
iot-security-vulnerability
Raspberry PI Vulnerability Study using Flask, PWA VueJS 2, Requests, Vue-Socket.io and Flask SocketIO
Stars: ✭ 24 (-71.08%)
Mutual labels:  kali
nomenclate
An indexing server for Handshake addresses and auctions
Stars: ✭ 39 (-53.01%)
Mutual labels:  handshake
pwk scripts
Automation scripts in preparation for PWK/OSCP labs
Stars: ✭ 16 (-80.72%)
Mutual labels:  kali
Python-NEO-6M-GPS-Raspberry-Pi
Python script for the NEO-6M GPS module on the Raspberry Pi
Stars: ✭ 41 (-50.6%)
Mutual labels:  python-script
github-clear-merged-pull-requests
Clear merged pull requests ref (branch) on GitHub
Stars: ✭ 12 (-85.54%)
Mutual labels:  python-script
kali-linux-full-container
Kali image with kali-linux-full metapackage installed, build every night.
Stars: ✭ 20 (-75.9%)
Mutual labels:  kali
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 1,572 (+1793.98%)
Mutual labels:  kali
pyddos
DDOS python script
Stars: ✭ 266 (+220.48%)
Mutual labels:  python-script
AdflyUrlGrabber
A python script designed to grab the original url from an adfly url without opening it :D
Stars: ✭ 53 (-36.14%)
Mutual labels:  python-script
IG Automation Bot
Python tool for Instagram direct message automation with scheduler, quota management, user blacklist & autonomous user scrapping. Easily configurable through Yaml config files! Not maintained anymore in favor of IGopher (https://github.com/hbollon/IGopher)
Stars: ✭ 18 (-78.31%)
Mutual labels:  python-script
nomenclate-js
Official JS client for Nomenclate
Stars: ✭ 29 (-65.06%)
Mutual labels:  handshake
handshake
Secure Scuttlebutt handshake + boxstream library
Stars: ✭ 20 (-75.9%)
Mutual labels:  handshake
warpi
"GUI" script running on a Raspberry Pi 4
Stars: ✭ 29 (-65.06%)
Mutual labels:  python-script
Dseized-Bot
This repository contains all of the code required NOTE you may need to download other dependencies which will be mentioned below. This bot has many features such as playing songs in multiple servers and making a queue for songs.
Stars: ✭ 20 (-75.9%)
Mutual labels:  python-script

Airscript-ng Build Version Bash_Version Python_Version Dependencies

Airscript-ng is a modular, object-oriented program written in python3 to simplify the process of performing basic manipulation on a wireless 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. filesystem navigation)
  • General overview of how WiFi hacking works.
  • The APT package manager (Must be able to install packages and have appropriate repository lists)
  • The bash shell (version 4.2+ is preferred)
  • A stable internet connection (To fetch dependencies and updates)
  • A Debian based distro. (Tested on: Kali Linux 2018.2/Ubuntu 16.04.04 LTS)
  • Root access. Otherwise the program will not work.
  • 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 chmod +x ./setup.sh
$ sudo ./setup.sh
$ sudo ./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. Try it out!

Additonal note: Airscript-ng is in active development. 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 8 in the menu. Want to update manually? Simply git stash the changes and git pull the new additions.

Upcoming

  • Make a basic python script
  • Add support for reaver/pixiedust [Added 11/06/17]
  • Add function to automatically download dependencies [Added 17/06/17]
  • Add support for captive portal/Evil-twin AP [Added 24/08/2017]
  • Add function to crack .cap files using GPU/CPU [Added 24/08/2017]
  • Improve menu layout [Improved 30/9/2017]
  • Add function to install Hashcat/Hashcat-utils [Added 30/9/2017]
  • Add Hostapd as AP hosting method [Added 27/10/2017]
  • Improve network selection process [Added 16/11/2017]
  • Make code object oriented [Rewritten 20/06/2018]
  • Add support for MDK4 (Beacon-Flood and Deauth-DOS) [Added 07/07/2018]
  • Add support for Cowpatty/Genpmk [Coming soon]
  • Add FHS compliancy and lint code to conform with PEP8
  • Improve startup times, performance and code efficiency

Work on this project is expected to resume soon!

  • I plan to write three different interfaces for this, a GUI, a webapp and the script version as it stands now.
  • The expected timeframe to resume development is by Early 2021.

Screenshots

Title Menu Aircrack-ng Reaver Fake AP MITM Crack Handshake Manual Control Beacon Flood

Credits and inspirations

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

WPA3 ANNOUNCED!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].