McBin

attack_script.py

import os
ip = input("Enter your home IP: ")
for i in range(1000):
    os.system(f"ping -c 1 {ip}")
Copied to clipboard!