grafov / hulk

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

Problem running hulk.py #2

Closed kayHams closed 8 years ago

kayHams commented 8 years ago

When I run the script with my url for example, "hulk.py www.example.com" I get the following error Traceback (most recent call last): File "hulk.py", line 150, in host = m.group(1) AttributeError: 'NoneType' object has no attribute 'group'

Roland0 commented 8 years ago

@kayHams prefix http:// to the beginning of the url, it should solve the issue you are having.

grafov commented 8 years ago

About original Python utility is better ask its author Barry Shteiman. I am not related to its code and just included the old Python code for reference in my repo.