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-2020-1015 — PoC for CVE-2020-1015 | Kitploit
Tools/GitHubGitHub/0xeb-bp/cve-2020-1015
Vulnerability AnalysisExploitationPenetration TestingPayload DevelopmentBinary Exploitation
GitHub0xeb-bp/cve-2020-1015

cve-2020-1015

PoC for CVE-2020-1015

View Repository
40116 years agoReviewed by Kitploit

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-2020-1015

PoC for CVE-2020-1015

More detail available here

To compile:

  1. Create an empty C++ project in Visual Studio.
  2. Add cve_2020_1015.cpp and Source.idl to the project as source files.
  3. Compile Source.idl. This will generate three files: Source_c.c, Source_h.h and Source_s.c.
  4. Add the first two as source files to the project.
  5. Add rpcrt4.lib as an additional dependency to the project
  6. Build!
Download Tool