mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
fixed issues
This commit is contained in:
parent
58348c3913
commit
45f94b075e
2
start.py
2
start.py
|
@ -220,7 +220,7 @@ class HttpFlood(Thread):
|
|||
self._target = target
|
||||
self._raw_target = (self._target.host, (self._target.port or 80))
|
||||
|
||||
if not self._target.host[len(self._target.host)].isdigit():
|
||||
if not self._target.host[len(self._target.host)-1].isdigit():
|
||||
self._raw_target = (gethostbyname(self._target.host), (self._target.port or 80))
|
||||
|
||||
if not referers:
|
||||
|
|
Loading…
Reference in New Issue
Block a user