Exemple #1
0
        static void Main(string[] args)
        {
            IHost host = HostFactory.Factory <FTPHost>();

            IHostOperation operation = HostOperationFactory.Factory <DownloadFileOperation>();

            HostWrapper.BreakHost <Bruteforce>(host, operation);

            //Console.ReadLine();
        }