Open hamzasaeed2029 opened 4 years ago
Try the go version as
go run hulk.go -site https://www.example.com
The hulk tool code is based of python2.7. It seems you are using python3.0, hence the syntax error.
@maisheri You are correct but the GoLang Version is 10X Better.
File "hulk.py", line 72 print '---------------------------------------------------' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('---------------------------------------------------')?