mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 01:47:56 +00:00
Update cheatsheets
This commit is contained in:
18
linux/bully
Normal file
18
linux/bully
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user