diff --git a/README.md b/README.md index 0ab74ed..96edcec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Hulk DoS tool HULK DoS tool ported to Go language from Python. Original Python utility by Barry Shteiman http://www.sectorix.com/2012/05/17/hulk-web-server-dos-tool/ -I just ported the code as is quick and dirty. Original functions names are keeped and original logic mostly keeped too. +I just ported the code as is quick and dirty. Original functions names are kept and original logic is mostly kept too. The main difference from Python version layed in Golang architecture for concurrency: the goroutines. hulk.py runs a new thread for each connection in the connection pool so it uses hundreds and thousands of threads. @@ -35,7 +35,7 @@ License ======= I think it may be public domain because of it is just simple and short piece of code but for reason I don't remember already -I have choose GPL for it. Okey. So, Go version of HULK licensed under GPLv3. See LICENSE. +I choose GPL for it. Okey. So, Go version of HULK licensed under GPLv3. See LICENSE. I am not related with original HULK utility in Python. Original HULK utility is authority of Barry Shteiman (http://sectorix.com). There are not any references to license in the original source then it is not under GPL. Ask author of the original utility about license.