Can't specify port
Dekedro opened this issue · 1 comments
Dekedro commented
s.connect((ip,80))
(line 57 in slowloris.py) should look like this s.connect((ip,args.port))
, otherwise user can't specify port.
GettingGodlyInThisGame commented
Sent through a pull request containing what's needed to fix this.