From 3c5f8c9f94c79bb15fd7c3c135cc06a0a3c28b23 Mon Sep 17 00:00:00 2001 From: Alfred Gamulo Date: Sat, 7 Aug 2021 09:07:42 -0400 Subject: [PATCH] Update README.md --- WCTF/WiFi/WEP/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WCTF/WiFi/WEP/README.md b/WCTF/WiFi/WEP/README.md index e648719..291a8a3 100644 --- a/WCTF/WiFi/WEP/README.md +++ b/WCTF/WiFi/WEP/README.md @@ -83,12 +83,18 @@ aireplay-ng -1 1000 -o 1 -q 10 -e WCTF_02 -a 00:DC:63:ED:5D:00 -h 02:00:00:00:1e ``` 😬 The way Ted did it for RFHS_RFCTF_02: + aireplay -4 running on wlan28 + sup running on 27 with a bs key + you can ignore the steps after -4 runs(edited) + i just cracked it with that small amount of data + i never got the inject to work + supplicant: ``` ┌──(root💀efa43d97627c)-[~/rf]