From 79a7b5d50a254fd8be1b4ccf8e480438e8ef676c Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Mon, 17 Jun 2019 12:12:35 +0300 Subject: [PATCH] Update ClientSocket.cs --- AsyncRAT-C#/Client/Sockets/ClientSocket.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AsyncRAT-C#/Client/Sockets/ClientSocket.cs b/AsyncRAT-C#/Client/Sockets/ClientSocket.cs index c9446e2..857c9e1 100644 --- a/AsyncRAT-C#/Client/Sockets/ClientSocket.cs +++ b/AsyncRAT-C#/Client/Sockets/ClientSocket.cs @@ -13,6 +13,7 @@ using System.Net.Security; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Net; +using System.Text.RegularExpressions; // │ Author : NYAN CAT // │ Name : Nyan Socket v0.1