You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When running command:
.\ExploitRemotingService.exe --uselease --autodir --ver=2 tcp://<ip>:23453/Server
, I got an exception:The remote server is runing RemotingService under C# .NET 3.5 on Windows Server 2008?
The text was updated successfully, but these errors were encountered: