Wi-Fi-DoS
Wi-Fi-DoS copied to clipboard
Python script based on aireplay-ng to keep deauthenticating the specified stations from your WiFi network.
Results
1
Wi-Fi-DoS issues
Sort by
recently updated
recently updated
newest added
import subprocess import signal import sys #Deauthenticate all clients (You should use aircrack-ng directly): network = "00:00:00:00:00:00" victims = [] #Deauthenticate these specific clients: #network = "00:00:00:00:00:00" #victims = [...