From 312475c70c38373953badcbba44d9f6704dcbbc9 Mon Sep 17 00:00:00 2001 From: Madawa De Silva <88103017+TerribleCodes@users.noreply.github.com> Date: Thu, 1 Dec 2022 08:00:30 +0530 Subject: [PATCH] bully: add page (#9561) * bully: add page * Apply suggestions from code review * Update bully.md * Update pages/linux/bully.md --- pages/linux/bully.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/linux/bully.md 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`