Skip to content
/ ldos Public

Simple cli test tool that implements syn flood or udp big/small attacks

License

Notifications You must be signed in to change notification settings

htonl/ldos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This software was designed for test purposes. It is the responsibility of this software's operator to use this in a responsible fashion. The creators recommend that the operator not break the law.

This software can implement a TCP SYN flood attack. More info on this attack can be found in RFC 4987 - http://www.ietf.org/rfc/rfc4987

This software can implement a UDP packet flood (big or small packet sizes). More information on these types of attack can be found here - https://www.incapsula.com/ddos/attack-glossary/ip-fragmentation-attack-teardrop

TODO:

  • Fix check_args -- the algorithm is currently wrong

  • The thing builds, and we get an exectuable

  • Need to test