gkbrk/slowloris

Can't specify port

Dekedro opened this issue · 1 comments

s.connect((ip,80)) (line 57 in slowloris.py) should look like this s.connect((ip,args.port)), otherwise user can't specify port.

Sent through a pull request containing what's needed to fix this.