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
- Host: GitHub
- URL: https://github.com/MavaaQ/aircrack_plus
- Owner: MavaaQ
- Created: 2024-07-04T19:04:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T13:00:58.000Z (about 1 year ago)
- Last Synced: 2024-11-07T20:41:48.278Z (11 months ago)
- Topics: aircrack, wifi, wifi-hacking
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```