Last active
August 17, 2024 10:04
-
-
Save MrSuicideParrot/18d59a2949b65cf1cb9234db8a6642c6 to your computer and use it in GitHub Desktop.
Restart network on kali linux, after use wirless in monitor mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo service networking restart | |
sudo service NetworkManager restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
never mind I got chatgpt to help me