The main purpose of the tool is automating wifi attack. It is a automated bash script for aircrack-ng. Crack the four way handshake and get into the network.
1.Wifi Hacking:
Get all the wireless traffic around you listed, select the victim and crack the password using handshake packet.
The by default wordlist for cracking passowrd is rockyou.txt from linux, don't forget to replace it with your custom dictionary as per the target or you can still choose to use the default one.
2.Wifi Jammer:
It creates denial of service (DoS) condition against any wifi router by continously sending the deauthentication packets resulting in disrupted connection of all connected users to it.
Note:
~ ❯❯❯ git clone https://github.com/3xploitGuy/lazyaircrack.git
~ ❯❯❯ cd lazyaircrack
~/lazyaircrack ❯❯❯ chmod +x lazyaircrack.sh
~/lazyaircrack ❯❯❯ ./lazyaircrack.sh
## Basics
> BSSID: Basic service set identifiers, it recognizes the access point or router uniquely because it has address which creates the wireless network.
> Channel: As Wi-Fi data is digital, the signals are transmited and received on a certain frequency also known as channel.
## Contact
[Gmail](mailto:marileonce2009@gmail.com)
## Disclaimer
LazyAircrack is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.
Feel free to discuss any issue or new feature at GitHub's new [Discussions](https://github.com/bonachylauriel/AircrackAttack/discussions).
Pull requests are always welcomed.
## License
LazyAircrack is under the terms of the [MIT License](https://www.tldrlegal.com/l/mit).