Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem01gaming/oneshot-termux
Run WPS PIN attacks (Pixie Dust and bruteforce) on your Termux
https://github.com/rem01gaming/oneshot-termux
bruteforce pentesting pixie-dust pixiedust termux termux-hacking termux-tool wifi-hacking wifi-security wpa-supplicant wps-bruteforce
Last synced: 1 day ago
JSON representation
Run WPS PIN attacks (Pixie Dust and bruteforce) on your Termux
- Host: GitHub
- URL: https://github.com/rem01gaming/oneshot-termux
- Owner: Rem01Gaming
- Created: 2024-03-08T07:26:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T11:45:26.000Z (4 months ago)
- Last Synced: 2024-08-02T13:18:07.479Z (4 months ago)
- Topics: bruteforce, pentesting, pixie-dust, pixiedust, termux, termux-hacking, termux-tool, wifi-hacking, wifi-security, wpa-supplicant, wps-bruteforce
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**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](https://github.com/drygdryg/OneShot) on Termux with DEB package, is a WiFi Hacking tool that allows to run WPS PIN attacks ([Pixie Dust](https://forums.kali.org/showthread.php?24286-WPS-Pixie-Dust-Attack-Offline-WPS-Attack) and bruteforce) without monitor mode with the wpa_supplicant, Originally made by @rofl0r and modded by @drygdryg (the original repository removed, somehow).# Requirements
- An Android device with Termux installed
- Root Access
- Working brain with minimal cli knowledge ðŸ§# Installation
```shell
apt update -y && apt upgrade -y
apt install wget root-repo openssl -y
wget https://github.com/Rem01Gaming/OneShot-Termux/releases/download/v1.0.1/oneshot.deb
apt install ./oneshot.deb
```# DEB package build
```shell
make pack-deb
```## Usage examples
Start Pixie Dust attack on a specified BSSID:
```shell
sudo oneshot -i wlan0 -b 00:90:4C:C1:AC:21 -K
```
Show avaliable networks and start Pixie Dust attack on a specified network:
```shell
sudo oneshot -i wlan0 -K
```