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 — Python-based exploit for CVE-2022-30190 (Follina) with environment setup and malicious document generation for educational penetration testing. | Kitploit
Tools/GitHubGitHub/hycheng15/cve-2022-30190
Payload GenerationVulnerability AnalysisExploitationPenetration TestingLearning & EducationRed Teaming
GitHubhycheng15/cve-2022-30190

CVE-2022-30190

Python-based exploit for CVE-2022-30190 (Follina) with environment setup and malicious document generation for educational penetration testing.

View Repository
132 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-2022-30190

Based on https://github.com/JohnHammond/msdt-follina

Environment Setup

Use files in /env-setup

  1. Virtual Machine: use VirtualBox and Win10_21H2_English_x32.iso (Build 19044.1288)
  2. Install Microsoft Word, run setup.exe /configure configuration.xml using cmd inside /env-setup/odt-2013
  3. Install Python 3.8.10

Exploitation

  1. Turn off Virus and Threat Scanning in Window's settings
  2. Make sure you have all the Python packages needed
    • Often need to install netifaces using pip install netifaces
  3. Get your machine's IP address (ipconfig)
  4. Run py folina.py -i <ip-address> (refer to the original repo for more details)
  5. Open the malicious doc file. Then the msdt, sdiagnhost and a calcualtor should pop up

Download Tool