From e11e8c2589c4d6e92cef0b772336eb80ba7aee6e Mon Sep 17 00:00:00 2001 From: Johan Degn <54548365+johandegn@users.noreply.github.com> Date: Sun, 2 Apr 2023 00:53:29 +0200 Subject: [PATCH] wpaclean: add page (#9977) --- pages/common/wpaclean.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/wpaclean.md diff --git a/pages/common/wpaclean.md b/pages/common/wpaclean.md new file mode 100644 index 000000000..abc22556f --- /dev/null +++ b/pages/common/wpaclean.md @@ -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: . + +- 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 ...}}`