Skip to content

Instantly share code, notes, and snippets.

View rodrigoms2004's full-sized avatar

Rodrigo Moraes Silveira rodrigoms2004

  • São Paulo, Brazil
View GitHub Profile
@hedinasr
hedinasr / flood_udp.py
Created January 10, 2017 10:24
Python UDP Flooder
"""
UDP Flooder.
This is a 'Dos' attack program to attack servers, you set the IP
and the port and the amount of seconds and it will start flooding to that server.
(inspire from http://hazardedit.com/forum/viewtopic.php?t=73)
Usage : ./flood_udp <ip> <port> <second>
"""
import time
import socket