HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bully — Brute-force the WPS pin of a wireless access point. Necessary information must be gathered with `air

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandforcepinclibullybrutewps
linux

Problem

How to use the bully command: 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 information: <https://salsa.debian.org/pkg-security-team/bully>.

Solution

bully — 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 information: <https://salsa.debian.org/pkg-security-team/bully>.

Crack the password:
bully {{[-b|--bssid]}} "{{mac}}" {{[-c|--channel]}} "{{channel}}" {{[-B|--bruteforce]}} "{{interface}}"


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

Code Snippets

Crack the password

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

Display help

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

Context

tldr-pages: linux/bully

Revisions (0)

No revisions yet.