2025-03-14 21:59:59 -06:00
|
|
|
# wpaclean
|
|
|
|
|
|
|
|
|
|
> Clean capture files to get only the 4-way handshake and a beacon.
|
|
|
|
|
> Part of Aircrack-ng network software suite.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/wpaclean>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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 ...}}`
|