Denial of Service - TairinySimeonato/WebAuditing GitHub Wiki

  • slowloris - can DoS websites
    • send a uncomplete GET request packet to the server. Serves is waiting for the end of the request and it is indefenitely holding on until it times out
    • send slow packets or dont terminate the connection
    • there needs to be a FIN packet. Otherwise, the connection isnt finished
  • regex - complicated regex perfomed on user input can result in DoS
  • zip bomb -

Creating or uploading very large file Creating or uploading a ton of files how could you cost money,what could you do to the servers that could slow them down

References

https://www.youtube.com/watch?v=1EAnjZqXK9E