Skip to content

Instantly share code, notes, and snippets.

@naagaraa
Last active December 10, 2021 02:57
Show Gist options
  • Save naagaraa/9ef48d8ba6ff2de00e086176335dd6b5 to your computer and use it in GitHub Desktop.
Save naagaraa/9ef48d8ba6ff2de00e086176335dd6b5 to your computer and use it in GitHub Desktop.
DDoS

note for me, when learning security at Denieal of service or u can call DDoS attack hahaha :

  • UDP flood A UDP flood is a type of denial-of-service attack in which a large number of User Datagram Protocol (UDP) packets are sent to a targeted server with the aim of overwhelming that device’s ability to process and respond. The firewall protecting the targeted server can also become exhausted as a result of UDP flooding, resulting in a denial-of-service to legitimate traffic.

  • HTTP level attack : An HTTP flood attack is a type of volumetric distributed denial-of-service (DDoS) attack designed to overwhelm a targeted server with HTTP requests. Once the target has been saturated with requests and is unable to respond to normal traffic, denial-of-service will occur for additional requests from actual users.

  • Slowloris attack : Slowloris is a denial-of-service attack program which allows an attacker to overwhelm a targeted server by opening and maintaining many simultaneous HTTP connections between the attacker and the target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment