https://github.com/k4u5h4l/crackeasy
A WiFi cracking script which eases the process of bruteforcing and capturing handshakes.
https://github.com/k4u5h4l/crackeasy
linux shell-script wpa2
Last synced: about 1 month ago
JSON representation
A WiFi cracking script which eases the process of bruteforcing and capturing handshakes.
- Host: GitHub
- URL: https://github.com/k4u5h4l/crackeasy
- Owner: k4u5h4L
- License: gpl-3.0
- Created: 2020-02-25T16:16:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T07:58:53.000Z (over 4 years ago)
- Last Synced: 2025-01-06T06:43:40.952Z (9 months ago)
- Topics: linux, shell-script, wpa2
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrackEasy
A WiFi cracking script which eases the process of bruteforcing and capturing handshakes.## Prerequisities:
* You need to have a WiFi adapter which supports monitor mode and packet injection.
* A linux distro running Debian or debian based OS or Arch or Arch based OS would be nice.## Instructions:
* Clone this repository.
```
git clone https://github.com/k4u5h4L/CrackEasy.git
```
* Change file permissions to executable.
```
chmod +x wifi_wpa.sh
```
* Execute the script with root permissions
```
sudo ./wifi_wpa.sh
```
The script installs packages required for the attack automatically.
The packages are available in Debian and Arch official repositories.
Happy cracking!!