Skip to content
/ udpy Public

UDP Script written in Python to initialize a DDoS attack

License

Notifications You must be signed in to change notification settings

MrReacher/udpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

udpy

UDP Script written in Python to initialize a DDoS attack. This is for educational purposes only.

Usage: python ud.py <ip> -p <port> -t <time> -s <size>

  • Only the IP is required.
  • If no port is specified, it will send packets on random ports.
  • If no time is specified, it will take forever. The time is in seconds.
  • Size defaults to 1024 bytes. The maximum value is 65530.

About

UDP Script written in Python to initialize a DDoS attack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages