commands.sh

bully

linux

Brute-force the WPS pin of a wireless access point. Necessary information must be gathered with `airmon-ng` and `airodump-ng` before using `bully`.

More info →

Options (4)

-b, --bssidboolean

Crack the password

Example: bully {{[-b|--bssid]}} "{{mac}}" {{[-c|--channel]}} "{{channel}}" {{[-B|--bruteforce]}} "{{interface}}"
-c, --channelboolean

Crack the password

Example: bully {{[-b|--bssid]}} "{{mac}}" {{[-c|--channel]}} "{{channel}}" {{[-B|--bruteforce]}} "{{interface}}"
-B, --bruteforceboolean

Crack the password

Example: bully {{[-b|--bssid]}} "{{mac}}" {{[-c|--channel]}} "{{channel}}" {{[-B|--bruteforce]}} "{{interface}}"
-h, --helpboolean

Display help

Example: bully {{[-h|--help]}}

Examples (2)

Crack the password

bully [-b|--bssid] "mac" [-c|--channel] "channel" [-B|--bruteforce] "interface"

Display help

bully [-h|--help]
made by @shridhargupta | data from tldr-pages