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

Fixed regex #5

Closed rohitchormale closed 7 years ago

rohitchormale commented 7 years ago

Old regex is not catching 'http' urls. It's only catching 'https'. New fix should catch both.

grafov commented 7 years ago

Ups, really. Thank you!