-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sprint 3/4 Wifi Hacking #25
Comments
Able to successfully download drivers and get Wifi working on Kali Box. Thanks to this github repo: https://github.com/morrownr/rtl8852bu?tab=readme-ov-file Running into issues with Aircrack and specifically not being able to switch the All of these resources were used for troubleshooting with Aircrack:
|
Might have to push this into Sprint 4 as there seems to be no way of completing this for Demo of Sprint 3. |
Update on Wifi Hacking: Check IoT Room Capstone Notes 4/4 - 4/5 for a full breakdown and update, but I was successfully able to do a Deatuhentication Attack to a Device. The thing that fixed it was switching my Kali Box from NAT to Bridged and being connected to the network while having a wifi adapter to use. Then killing the Network Manager, doing Going to do a recording of this and link to it in both Sprint 4 and here. |
Also Going to Attempt a WPA3 Downgrade Attack. Going to demonstrate that Deauth doesn't work with WPA3, Downgrade to WPA2, and then commit the Deauth Attack. Source for Downgrade Attack: http://www.netprojnetworks.com/wpa3-downgrade-attack/ |
Page made for Wifi Deauthentication |
Wifi Hacking Complete. Moving to close. |
This will have updates for Wifi Hacking.
Currently the method I'm using is a Kali Linux VM with Aircrack to initiate a
Deauthentication Attack
.This will involve a USB Wifi Adapter that will have the Kali Linux box connect to the AP and be able to see each MAC Address of a device connected to the network. Then using Aircrack, you can execute commands to kick those devices off the network. This works with WPA2 and may still be vulnerable with WPA3.
Will update with documentation on process as well as demo video.
The text was updated successfully, but these errors were encountered: