Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-46703 — Simple payload builder | Kitploit
Tools/GitHubGitHub/benedridge/cve-2021-46703
Payload GenerationVulnerability AnalysisCode AnalysisExploitationWeb Application Exploitation
GitHubbenedridge/cve-2021-46703

CVE-2021-46703

Simple payload builder

View Repository
43 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-46703

Simple payload builder based on POC in: https://github.com/Antaris/RazorEngine/issues/585

Usage

C#

root@kitploit:~
dotnet build --configuration Release
.\bin\Release\net4.8\Poc.exe "System.IO.File.WriteAllText(\"rce.txt\", \"Hello World\");"

Python

root@kitploit:~
./poc.py "System.IO.File.WriteAllText(\"rce.txt\", \"Hello World\");"

Acknowledgements

  • https://www.yielddd.com/about-us/discovery-of-a-critical-open-source-vulnerability-cve-2021-46703
Download Tool