Skip to content

Instantly share code, notes, and snippets.

@MrSuicideParrot
Last active March 29, 2024 14:28
Show Gist options
  • Save MrSuicideParrot/18d59a2949b65cf1cb9234db8a6642c6 to your computer and use it in GitHub Desktop.
Save MrSuicideParrot/18d59a2949b65cf1cb9234db8a6642c6 to your computer and use it in GitHub Desktop.
Restart network on kali linux, after use wirless in monitor mode
#!/bin/bash
sudo service networking restart
sudo service NetworkManager restart
@shariar100
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment