Skip to content

Instantly share code, notes, and snippets.

View DimaDmiTreX's full-sized avatar

Дима DimaDmiTreX

  • Russia
View GitHub Profile
using System.IO;
using System;
using System.Net.Sockets;
class Program
{
static void Main()
{
Connect("88.85.211.202","GET / HTTP/1.0\r\n\r\n");
}