Files
cheatsheet-tldr/tldr/linux/bully

19 lines
461 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 --bssid "{{mac}}" --channel "{{channel}}" --bruteforce "{{interface}}"`
- Display help:
`bully --help`