.NET Remoting articles
Three articles on remoting published on The Code Project website.
As Jeffrey Snover stated on his last interview with SearchWinIT.com ('remoting' will be built into the heart of the PowerShell engine).
At the meantime here are some others techniques in .NET.
A simple .NET Remoting example in three parts: the interface, the server, and the client. The client asks for your name, then sends it to the server. The server returns a personal greeting.
Remote Administration Tool (RAT) in C# - Part 3 (Reverse Connection Shell)
How to access server behind a gateway firewall using reverse connection shell technique
RemoteConsole
Remote console that allows to send commands to remote computer located in the Internet.
All articles includes source file in C#
3 comments:
Thanks for another great article. I appreciate your content!
- Steve
Thank you Steven.
There's also PowerShell Remoting or /n PowerShell over SSH
Post a Comment