Rem01Gaming / OneShot-Termux

Run WPS PIN attacks (Pixie Dust and bruteforce) without monitor mode with wpa_supplicant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disclaimer: I am not responsible for what you do with this tool or this information. The use of this tool should only be attempted on networks you own or have permission to test. please use this tool wisely.

OneShot-Termux

OneShot-Termux is a Implementation of OneShot on Termux with DEB package, is a WiFi Hacking tool that allows runs WPS PIN attacks (Pixie Dust and bruteforce) without monitor mode with the wpa_supplicant, Originally made by @rofl0r and modded by @drygdryg.

Installation

apt install ./oneshot.deb

DEB package build

make pack-deb

Usage examples

Start Pixie Dust attack on a specified BSSID:

sudo oneshot -i wlan0 -b 00:90:4C:C1:AC:21 -K

Show avaliable networks and start Pixie Dust attack on a specified network:

sudo oneshot -i wlan0 -K

About

Run WPS PIN attacks (Pixie Dust and bruteforce) without monitor mode with wpa_supplicant


Languages

Language:Python 97.6%Language:Makefile 2.4%