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
Tools/GitHubGitHub/dust-life/cve-2019-18935-memshell
ExploitationShellcodeWeb Application ExploitationPenetration TestingPayload Development
GitHubdust-life/cve-2019-18935-memshell

CVE-2019-18935-memShell

C++ memshell DLL generator for CVE-2019-18935, enabling in-memory web shell deployment via Telerik UI deserialization with Assembly.Load and IJW compilation.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
13331 year agoNot yet reviewed
Share

CVE-2019-18935-memShell

source CVE-2019-18935-Memshell

Compile

root@kitploit:~
1.Build https://github.com/A-D-Team/SharpMemshell/blob/main/VirtualPath/memshell.cs
2.Convert dll to byte array
3.Replace rawData in memShell.cpp
4.csc /target:module empty.cs
5.cl /c memShell.cpp
6.link /DLL /LTCG /CLRIMAGETYPE:IJW /out:memShell.dll memShell.obj empty.netmodule
7.enjoy :)

Tips

Other scenarios

  • CompilerResults
  • AssemblyInstaller
  • Assembly.Load*
Download Tool