mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
573 B
Plaintext
19 lines
573 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# wpaclean
|
|
|
|
> Clean capture files to get only the 4-way handshake and a beacon.
|
|
> Part of Aircrack-ng network software suite.
|
|
> More information: <https://manned.org/wpaclean>.
|
|
|
|
- Clean capture and save only the 4-way handshake and a beacon in the result:
|
|
|
|
`wpaclean {{path/to/result.cap}} {{path/to/capture.cap}}`
|
|
|
|
- Clean multiple captures and save 4-way handshakes and beacons in the result:
|
|
|
|
`wpaclean {{path/to/result.cap}} {{path/to/capture1.cap path/to/capture2.cap ...}}`
|