1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 04:02:09 +02:00
tldr/pages/linux/bully.md
Madawa De Silva 312475c70c
bully: add page (#9561)
* bully: add page

* Apply suggestions from code review

* Update bully.md

* Update pages/linux/bully.md
2022-12-01 12:30:30 +10:00

369 B

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