A script based on the aircrack-ng package. Used to simplify network penetration testing.
Features | Installation | Usage | Screenshots | License
- 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
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
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
Discover hidden networks:
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