When running command: .\ExploitRemotingService.exe --uselease --autodir --ver=2 tcp://<ip>: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)
The remote server is runing RemotingService under C# .NET 3.5 on Windows Server 2008?