I am looking to create a small first project to further my self education into infosec. I will be putting this on my Github.
My idea is to create a script that automates the process of deauthing all users on my wireless network except myself ( the machine running the script ).
I understand that:
- all deauthed users would most likely immediately reconnect if the password is saved in their system
- during the process of the deauth my wireless card would be in monitor mode
So, the solution to this could possibly be to simultaneously have my wireless card in monitor mode and managed mode. This way I could continuously deauthenticate all MACs ( except the machine running the script ) and "browse the web" at the same time.
Is this possible?
Or possible to add another wireless card via usb dongle and approach that way?