An open API service indexing awesome lists of open source software.

https://github.com/MavaaQ/aircrack_plus

better aircrack for linux
https://github.com/MavaaQ/aircrack_plus

aircrack wifi wifi-hacking

Last synced: 6 months ago
JSON representation

better aircrack for linux

Awesome Lists containing this project

README

          

aircrack +


better aircrack.


## Note:

- this script is using aircrack
- need downloaded aircrack to work
- check name of your wifi adapter using iwconfig!!!

## Disclaimer:
usage of aircrack+ for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.

## Usage:

run these commands to use aircrack+

### For Linux:

**Notice:**

git installation methods are not universal and do differ between distributions,
so, installing git as per instructions below may not work.
Please check out how to install `wget` for your Linux distribution.
Commands below provide instructions for Debian-based systems.

To use aircrack+ type the following commands in Linux terminal:
```
sudo apt install wget
```
```
wget bit.ly/aircrack_plus
```
```
bash aircrack_plus
```