akimdi / lazyaircrack

Wifi hacking bash script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LazyAircrack

The main purpose of the tool is automating wifi attack. It is a automated bash script. Crack the four way handshake and get into the network.

Watch tutorial on youtube

Screenshots

This tool uses 2 methods:

1.Wifi Hacking: Get all the wireless traffic around you listed, select the victim and crack the password using handshake packet. The by default dictionary for cracking passowrd is rockyou.txt from linux, don't forget to replace it with your custom dictionary.

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: at the end of the script all the log files are deleted, if you abort the script in middle for whatsoever reason - delete all the log files manually if created. To get a handshake, there should be at least one active user using the wifi.

Installing and requirements

  • aircrack-ng
  • Linux or Unix-based system (Currently tested only on Kali Linux rolling)
  • Root access

Installing

  • For Linux :
~ ❯❯❯ git clone https://github.com/3xploitGuy/lazyaircrack.git

~ ❯❯❯ cd lazyaircrack

~/lazyaircrack ❯❯❯ chmod +x lazyaircrack.sh

~/lazyaircrack ❯❯❯ chmod +x airplay.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 Website

Disclaimer

LazyAircrack is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.

Feel free to raise any issue on github if you stuck somewhere with the script.

License

LazyAircrack is under the terms of the MIT License.

About

Wifi hacking bash script.

License:MIT License


Languages

Language:Shell 100.0%