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 |
lol
ver good
Update:
The only services to stop and restat actually are NetworkManage, wpa_supplicant:
sudo airmon-ng check
PID Name
470 NetworkManager
23542 wpa_supplicant
To put your Network Card back into Managed Mode
run Following Comands -->
sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode managed
sudo service NetworkManager start
thanks
To put your Network Card back into Managed Mode run Following Comands --> sudo ifconfig wlan0 down sudo iwconfig wlan0 mode managed sudo service NetworkManager start
How can I put those commands in a file in a list, one command per line, the just run one command in the terminal that runs all of those commands in order? So I only have to run one command to run them all. Like automating it?
never mind I got chatgpt to help me
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gotcha. From the name, an i guess thevstate of my mind at the time, i thought that maybe this was an exploit. To remote restart the hardware....lol