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 with urllib2 #1

Closed Tosible closed 8 years ago

Tosible commented 8 years ago

Your script works, but if you capture the requests it sends using Wireshark, it says, "Connection: close" instead of "Connection: keep-alive". The problem is urllib2, they override the Connection header.

Any fix for this? I looked online to try and improve this, but nothing.

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.