1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

wpaclean: add page (#9977)

This commit is contained in:
Johan Degn 2023-04-02 00:53:29 +02:00 committed by GitHub
parent be67209702
commit e11e8c2589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
pages/common/wpaclean.md Normal file
View file

@ -0,0 +1,13 @@
# 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.1>.
- 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 ...}}`