Skip to content

Instantly share code, notes, and snippets.

@arioch1984
Forked from MrSuicideParrot/Wifi-restart.sh
Last active April 23, 2021 22:56
Show Gist options
  • Save arioch1984/4cffc02d51274d269984d5b64ad6ee01 to your computer and use it in GitHub Desktop.
Save arioch1984/4cffc02d51274d269984d5b64ad6ee01 to your computer and use it in GitHub Desktop.
Restart network on kali linux, before use wirless in monitor mode #linux #kali
#!/bin/bash
sudo service networking restart
sudo service network-manager restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment