Skip to content
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

Closed
seabar24 opened this issue Mar 21, 2024 · 6 comments
Closed

Sprint 3/4 Wifi Hacking #25

seabar24 opened this issue Mar 21, 2024 · 6 comments

Comments

@seabar24
Copy link
Owner

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.

@seabar24
Copy link
Owner Author

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 wlan0 interface for Wireless Interface from managed to monitor without the connection being disrupted. Tried doing the airmon-ng start wlan0 but this does not create wlan0mon nor mon for monitoring, and just disconnects me from the Wifi. I've tried manually turning off wlan0 with ifconfig wlan0 down then doing a iwconfig wlan0 mode monitor and then ifconfig wlan0 up, but I still get disconnected. Looked into it more and thought it might've been a driver issue, but I have the correct drivers installed for the chipset. That being 0bda:B832 Realtek Semiconductor Corp chipset for drivers rtlu8832bu. I've tried doing airmon-ng check kill to kill processes possibly interfering with the monitoring process but that killed NetworkManager causing all interfaces and networking to be killed. With the NetworkManager killed I also tried manually turning on the interface with iwconfig wlan0 mode monitor and ifconfig wlan0 up but to no avail.

All of these resources were used for troubleshooting with Aircrack:

@seabar24
Copy link
Owner Author

Might have to push this into Sprint 4 as there seems to be no way of completing this for Demo of Sprint 3.

@seabar24 seabar24 moved this from Todo to In Progress in Implementation Mar 30, 2024
@seabar24 seabar24 moved this from In Progress to Limbo in Implementation Mar 30, 2024
@seabar24
Copy link
Owner Author

seabar24 commented Apr 6, 2024

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 airmon-ng and airodump-ng to get the mointoring and MAC Address of the Wifi. Then switched the interface for the Wifi Adapter to the channel for the airmon-ng so that I can monitor the Access Point that I was connected to. Then finally selected the device that was connected (my iPhone) and the ESSID of the AP and sent a successful Deauth to kick it off the Network!

Going to do a recording of this and link to it in both Sprint 4 and here.

@seabar24 seabar24 moved this from Limbo to In Progress in Implementation Apr 6, 2024
@seabar24
Copy link
Owner Author

seabar24 commented Apr 10, 2024

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/

@seabar24 seabar24 changed the title Sprint 3 Wifi Hacking Sprint 3/4 Wifi Hacking Apr 12, 2024
@seabar24 seabar24 moved this from In Progress to Limbo in Implementation Apr 12, 2024
@seabar24 seabar24 moved this from Limbo to In Progress in Implementation Apr 22, 2024
@seabar24
Copy link
Owner Author

seabar24 commented Apr 24, 2024

Page made for Wifi Deauthentication

Wifi Deauthentication

@seabar24
Copy link
Owner Author

seabar24 commented May 1, 2024

Wifi Hacking Complete. Moving to close.

@seabar24 seabar24 closed this as completed May 1, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Implementation May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant