You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
329 B

7 years ago
7 years ago
  1. # goDDOS
  2. academic purpose ddos server & client written in go
  3. https://en.wikipedia.org/wiki/Denial-of-service_attack
  4. ![Alt text](https://raw.githubusercontent.com/arnaucode/goDDOS/master/concept.png "concept")
  5. example command line on the server:
  6. ```
  7. ddos http://website.com 10
  8. ddos [website] [num of gets for each client]
  9. ```