ExploitRemotingService
ExploitRemotingService copied to clipboard
A tool to exploit .NET Remoting Services
Any ideas on the following? PS C:\Users\redacted\ExploitRemotingService-master\ExploitRemotingService-master\ExploitRemotingService\bin\x86\Debug> .\ExploitRemotingService.exe tcp://192.168.74.65:17001/Servers ver Error, couldn't detect version, using host: 4.0.30319.42000 Detected version 4 server System.Runtime.Remoting.RemotingException: Error deserializing message. ---> System.NotSupportedException: http://go.microsoft.com/fwlink/?LinkId=390633 --- End...
When running command: `.\ExploitRemotingService.exe --uselease --autodir --ver=2 tcp://:23453/Server`, I got an exception: ``` System.ArgumentException: Couldn't get instance of System.IO.DirectoryInfo from server. at ExploitRemotingService.SerializerRemoteClass.Cast[T]() at ExploitRemotingService.Program.ExecuteCommand(IRemoteClass c) at ExploitRemotingService.Program.Main(String[] args) ```...
Don't expect it to be merged in particular, but thought it might be useful to have a reference if anyone comes across a project using it like I have. I...
see my project https://github.com/cbwang505/TcpServerChannelRce
According to the documentation the command to retrieve the OS version information is `ver`. In `ExploitRemotingService`, the internally interpreted command is `osver`. This pull request fixes the command supplied to...