Share
## https://sploitus.com/exploit?id=9429031E-31C9-5A1B-9414-D22E75815212
This is a .NET Remoting Service exploit tool. It is a proof-of-concept (PoC) exploit for a vulnerability in the .NET Remoting Service. The tool is designed to demonstrate the exploitation of this vulnerability, which allows an attacker to execute arbitrary code on a remote system.

The tool consists of several components, including:

1. A custom channel implementation (CustomChannel.cs) that allows for communication between the client and server.
2. A channel URI fixing client and server sink provider (ChannelUriFixingClientChannelSinkProvider.cs and ChannelUriFixingServerChannelSinkProvider.cs) that modifies the channel URIs to use a public host and port.
3. A dataset marshal (DataSetMarshal.cs) that serializes and deserializes data between the client and server.
4. A remoting protocol implementation (RemotingProtocol.cs) that defines the communication protocol between the client and server.

The tool can be used to exploit the vulnerability by creating a custom channel and using it to communicate with the server. The server can be configured to use the custom channel, and the client can use the tool to send arbitrary code to the server, which can then be executed.

The tool is designed to be used for educational purposes only and should not be used to exploit vulnerabilities in a production