mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 22:06:02 +02:00
bully: add page (#9561)
* bully: add page * Apply suggestions from code review * Update bully.md * Update pages/linux/bully.md
This commit is contained in:
parent
717c090bb7
commit
312475c70c
1 changed files with 13 additions and 0 deletions
13
pages/linux/bully.md
Normal file
13
pages/linux/bully.md
Normal file
|
@ -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: <https://salsa.debian.org/pkg-security-team/bully>.
|
||||
|
||||
- Crack the password:
|
||||
|
||||
`bully --bssid "{{mac}}" --channel "{{channel}}" --bruteforce "{{interface}}"`
|
||||
|
||||
- Display help:
|
||||
|
||||
`bully --help`
|
Loading…
Add table
Reference in a new issue