Skip to content

A script based on the aircrack-ng package. Used to simplify network penetration testing.

Notifications You must be signed in to change notification settings

sondrekulseng/aircrack.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux made-with-bash

aircrack.sh

A script based on the aircrack-ng package. Used to simplify network penetration testing.

Features | Installation | Usage | Screenshots | License

Disclaimer

For educational use only. Do NOT use on networks you don't own or have permissions to test!

Features

  • Scan nearby Wi-Fi networks
  • See hidden networks
  • See clients that are connected to a network
  • De-auth attacks and handshake capture
  • Wi-Fi password cracking

Installation

Step 1: Clone repository or download ZIP-file

git clone git@github.com:sondrekulseng/aircrack.sh.git

Step 2: Install required packages in a Linux terminal (Debian/Ubuntu):

sudo apt update
sudo apt install aircrack-ng figlet -y

Step 3: Run the script as root

sudo ./aircrack.sh

Usage

NB: You need root privileges to run the script!

Usage: ./aircrack.sh <options>

NB: Script requires root privileges!

Options:
 -i <interface>: Wireless network interface to use. Default is wlp8s0.
 -f <password file>: Path to password file for cracking network key.
 -v: Verbose mode. Print out debug information, must be the last flag.
 -h: show help

Screenshots

Main menu:

Discover hidden networks:

Attack options:

License

This project is open-source and may be shared or modified freely.

License for aircrack-ng

"In real open source, you have the right to control your own destiny."
Linus Torvalds

About

A script based on the aircrack-ng package. Used to simplify network penetration testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages