From 32a4d63bdedd307ff4a833a71b6ba9feda44a883 Mon Sep 17 00:00:00 2001 From: Philip Lundrigan Date: Tue, 19 Mar 2024 20:48:28 -0600 Subject: [PATCH] Add note about WEP keys being hex --- _labs/wep_wpa_security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_labs/wep_wpa_security.md b/_labs/wep_wpa_security.md index 54595d4..e6e19a7 100644 --- a/_labs/wep_wpa_security.md +++ b/_labs/wep_wpa_security.md @@ -50,3 +50,4 @@ Here are the steps of the lab: - This lab should only take around 45 minutes to complete. If the lab takes longer than that, there is a chance you are doing something wrong. If you are stuck, ask for help. +- The WEP key is hex. Aircrack will return the key in the following format: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX. To join the network, you will want to remove all of the colons: XXXXXXXXXXXXXXXXXXXXXXXXXX.