mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
497 B
Plaintext
19 lines
497 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|