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
Follina_Exploiter_CLI — Exploit Microsoft Zero-Day Vulnerability Follina (CVE-2022-30190) | Kitploit
Tools/GitHubGitHub/hrishikesh7665/follina_exploiter_cli
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubhrishikesh7665/follina_exploiter_cli

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Follina_Exploiter_CLI

Exploit Microsoft Zero-Day Vulnerability Follina (CVE-2022-30190)

View Repository
34134 years agoReviewed by Kitploit

Follina Exploiter CLI Tool MSDT Vulnerability (CVE-2022-30190)

A Command Line based python tool for exploit Zero-Day vulnerability in MSDT (Microsoft Support Diagnostic Tool) also know as 'Follina' CVE-2022-30190.

Info : New Microsoft Office zero-day used in attacks to execute PowerShell

Made In Python(3.10.4)

Features

  1. Execute malicious Command in Victim Device.
  2. Take ReverseShell (NetCat).
  3. Zero Click RTF included for .rtf files. New

Requirements

  • pyfiglet

Installation

  • Clone Repository
root@kitploit:~
https://github.com/Hrishikesh7665/Follina_Exploiter_CLI.git
  • Or

  • Download Repository

Direct Download Zip Click Here

For Linux

  • Install Required Module
root@kitploit:~
pip3 install pyfiglet

Single Line Command

root@kitploit:~
git clone https://github.com/Hrishikesh7665/Follina_Exploiter_CLI.git && pip3 install pyfiglet
  • Run
root@kitploit:~
python3 "follinaExploiter.py"

For Windows

  • Install Required Module
root@kitploit:~
pip install pyfiglet
  • Run
root@kitploit:~
python "follinaExploiter.py"

Proof of Concept (POC)

Mallsious command execution

Taking ReverseShell

How it work?

The vulnerability is being exploited by using the MSProtocol URI scheme to load some code. Attackers could embed malicious links inside Microsoft Office documents, templates or emails beginning with ms-msdt: that will be loaded and executed afterward without user interaction

  • except if the Protected View mode is enabled. Nevertheless, converting the document to the RTF format could also bypass the Protected View feature.

MS Office docx files may contain external OLE Object references as HTML files. There is an HTML scheme "ms-msdt:" which invokes the msdt diagnostic tool, what is capable of executing arbitrary code (specified in parameters).

BONUS (0-click RTF version) (Do it by yourself) Now included

Show Details

If you also add these elements under the <o:OLEObject> element in word/document.xml

root@kitploit:~
<o:LinkType>EnhancedMetaFile</o:LinkType>
<o:LockedField>false</o:LockedField>
<o:FieldCodes>\f 0</o:FieldCodes>

then it'll work as RTF also (open the resulting docx and save it as RTF).

With RTF, there is no need to open the file in Word, it is enough to browse to the file and have a look at it in a preview pane. The preview pane triggers the external HTML payload and RCE is there without any clicks.

Conclusion & Warnings

  • Warning It Is End User's Responsibility to Obey All the Applicable Laws.

Follina Exploitation Code originally invented by John Hamond


Peace ✌️

Download Tool