An open API service indexing awesome lists of open source software.

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.

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