All Projects → 3xploitGuy → lazyaircrack

3xploitGuy / lazyaircrack

Licence: MIT license
Automated tool for WiFi hacking.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to lazyaircrack

changemac
change mac address of linux ,ubuntu
Stars: ✭ 17 (-94.35%)
Mutual labels:  wifi, bash-script, wifi-hacking
wifi-penetration-testing-cheat-sheet
Work in progress...
Stars: ✭ 149 (-50.5%)
Mutual labels:  wifi, penetration-testing, aircrack-ng
Auto-Besside-Capturer
Capture WPA handshakes, using besside-ng. Auto upload to http://wpa-sec.stanev.org for cracking the password.
Stars: ✭ 28 (-90.7%)
Mutual labels:  wifi, bash-script
wifivoid
Ruby script for continuously jam all wifi clients and access points within range
Stars: ✭ 91 (-69.77%)
Mutual labels:  wifi, wifi-hacking
wifi-pentesting-guide
WiFi Penetration Testing Guide
Stars: ✭ 105 (-65.12%)
Mutual labels:  wifi, wifi-hacking
Wifi Txpower Unlocker
Stars: ✭ 173 (-42.52%)
Mutual labels:  wifi, bash-script
vietnamese-password-dicts
Tổng hợp danh sách mật khẩu wifi tiếng Việt sử dụng cho aircrack-ng
Stars: ✭ 40 (-86.71%)
Mutual labels:  wifi, aircrack-ng
webrecon
Automated Web Recon Shell Scripts
Stars: ✭ 48 (-84.05%)
Mutual labels:  penetration-testing, bash-script
owt
Update Version 3.1 added free SMS messaging.
Stars: ✭ 339 (+12.62%)
Mutual labels:  wifi, wifi-hacking
rsm
Reverse shell manager using tmux and ncat
Stars: ✭ 29 (-90.37%)
Mutual labels:  penetration-testing, bash-script
8821au
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets
Stars: ✭ 67 (-77.74%)
Mutual labels:  wifi, aircrack-ng
fluxion
WiFi Cracking Tool (Using Evil Twin Attack) With Some Modification. (Only For Legal Purposes)
Stars: ✭ 115 (-61.79%)
Mutual labels:  wifi, handshake
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+3071.43%)
Mutual labels:  wifi, aircrack-ng
Ska
Simple Karma Attack
Stars: ✭ 55 (-81.73%)
Mutual labels:  wifi, penetration-testing
8821au-20210708
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets - v5.12.5.2
Stars: ✭ 40 (-86.71%)
Mutual labels:  wifi, aircrack-ng
WiCrackFi
Python Script to help/automate the WiFi hacking exercises.
Stars: ✭ 61 (-79.73%)
Mutual labels:  aircrack-ng, wifi-hacking
realtek rtwifi
Realtek RTWIFI - RTL8XXXU mod
Stars: ✭ 32 (-89.37%)
Mutual labels:  wifi, aircrack-ng
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (-48.5%)
Mutual labels:  wifi, aircrack-ng
refluxion
Refluxion -- MITM WPA attacks tool
Stars: ✭ 25 (-91.69%)
Mutual labels:  wifi, wifi-hacking
scripts
Collection of useful scripts for Linux (git, docker, LUKS, Archlinux...)
Stars: ✭ 36 (-88.04%)
Mutual labels:  linux-shell, bash-script

LazyAircrack License Version

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.

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 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:

  • To get a handshake, there should be at least one active user using the wifi. By default the script waits 2 mins for handshake packet and checks every 20 seconds if found or not. You can change the waiting time by modifying value of variable "handshakeWait" present at line number 10 in script.
  • If the password is not found in default wordlist try using custom wordlist, you can use tools like crunch and cupp for generating wordlist.
  • Don't waste your time trying to attack wifi networks without password, since there is no password protection the script will not be able to determine encryption type and will exit with message "Can't find Handshake".

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 ❯❯❯ ./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

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.

Pull requests are always welcomed.

License

LazyAircrack is under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].