# cat blog >> /dev/brain 2> /proc/mind
cat blog >> /dev/brain 2> /proc/mind
ILSpy decompilation private static void Main(string[] args) { string hostname = "127.0.0.1"; int port = 31337; TcpClient tcpClient = new TcpClient(); try { Console.WriteLine("Connecting..."); tcpClient.Connect(hostname, port); } catch (Exception) { Console.WriteLine("Cannot connect!\nFail!"); return; } Socket client = tcpClient.Client; string text = "Super Secret Key"; string text2 = Program.read(); client.Send(Encoding.ASCII.GetBytes("CTF{")); string text3 = text; for (int i = 0; i < text3.Length; i++) { char x = text3[i]; client.Send(Encoding.ASCII.GetBytes(Program.search(x, text2))); } client.Send(Encoding.ASCII.GetBytes("}")); client.Close(); tcpClient.Close(); Console.WriteLine("Success!");
C:\> reverse100.exe (2) C:\> nc -l 127.0.0.1 31337 (1) CTF{7eb67b0bb4427e0b43b40b6042670b55}
reverse100.exe
nc -l 127.0.0.1 31337
Post a Comment
No comments:
Post a Comment