Skip to content

Releases: op2gs2/Denial-of-Service-in-c

v0.0.1-alpha

08 Dec 08:13
c91625f
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

This release has several features (DoS Attacks):

  • Ping of Death (ping_flooding_byWork.c)
  • SYN Flooding (syn_flooding.c)
  • Input and Output Integration (DoS.c)


This is way to use this program.
This code require super-user privileges.

$ sudo ./DoS [Options] [SourceIP] [DestinationIP]


And, Here is the list of options.

  • Ping of Death (-i)
  • SYN Flooding (-s)


DoS is the object file of this project.
You don't need to compile the process using this object file.