grafov / hulk

HULK DoS tool ported to Go with some additional features.
http://siberian.laika.name/node/7
GNU General Public License v3.0
816 stars 462 forks source link

SyntaxError: Missing parentheses #17

Open hamzasaeed2029 opened 4 years ago

hamzasaeed2029 commented 4 years ago

File "hulk.py", line 72 print '---------------------------------------------------' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('---------------------------------------------------')?

UBISOFT-1 commented 4 years ago

Try the go version as go run hulk.go -site https://www.example.com

maisheri commented 4 years ago

The hulk tool code is based of python2.7. It seems you are using python3.0, hence the syntax error.

UBISOFT-1 commented 4 years ago

@maisheri You are correct but the GoLang Version is 10X Better.