From 14e4aa8a345a4b6f3601ce825a1cf2eafb944ebe Mon Sep 17 00:00:00 2001 From: evildevill Date: Tue, 26 Nov 2024 12:45:54 +0500 Subject: [PATCH] added new content --- public/content/wifi-hacking-course.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/public/content/wifi-hacking-course.md b/public/content/wifi-hacking-course.md index e58b49a..ebff744 100644 --- a/public/content/wifi-hacking-course.md +++ b/public/content/wifi-hacking-course.md @@ -243,4 +243,15 @@ Once the handshake is obtained, tools like **Hashcat** can be used to crack the ### wifi hacking methodology - Network Scanning: You discover nearby access point and decide which one to attack. -- Denial of Service Attack: You deauthenticate a device from the network to capture the handshake. \ No newline at end of file +- Denial of Service Attack: You deauthenticate a device from the network to capture the handshake. +- Get the Handshake: Once the device reconnects, you capture the handshake containing the encrypted password. +- Password Cracking: Use tools like Hashcat to crack the password and gain access to the network. +- Network Access: Once you have the password, you can connect to the network and perform further attacks. + +So far, the configuration and basic concepts part. You can also see more commands and content here and here + +### Change MAC address + +In this section we will see what the MAC address is, what it is used for, why to change it and what it has to do with wifi hacking. + +Well, the truth is that they are simple questions. The MAC address is a unique identifier that each physical device has, such as your mobile phone or your television, and as I have already said, it allows devices to be identified, so when auditing Wi-Fi networks they can see your MAC address (identifier that sends the packets) and that is why it is good practice to change it with the tool macchanger(installed by default in Kali and Parrot). \ No newline at end of file