diff --git a/pages/linux/bully.md b/pages/linux/bully.md new file mode 100644 index 000000000..dce54a6ff --- /dev/null +++ b/pages/linux/bully.md @@ -0,0 +1,13 @@ +# 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: . + +- Crack the password: + +`bully --bssid "{{mac}}" --channel "{{channel}}" --bruteforce "{{interface}}"` + +- Display help: + +`bully --help`