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
FollinaScanner — A tool written in Go that scans files & directories for the Follina exploit (CVE-2022-30190) | Kitploit
Tools/GitHubGitHub/errornointernet/follinascanner
Static AnalysisVulnerability ScannersVulnerability AnalysisCode AnalysisMalware Analysis
GitHuberrornointernet/follinascanner

FollinaScanner

A tool written in Go that scans files & directories for the Follina exploit (CVE-2022-30190)

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

FollinaScanner

A tool written in Go that scans files & directories for the Follina exploit (CVE-2022-30190) Screenshot (Note: "Suspicious files" means files that have a URL in them but isn't working)

Compiling

root@kitploit:~
git clone https://github.com/ErrorNoInternet/FollinaScanner
cd FollinaScanner
go build

Usage

root@kitploit:~
# Scan the current directory
./follina-scanner -r .

# Scan a specific file
./follina-scanner amogus.docx

Use ./follina-scanner --help for a list of arguments

If you would like to modify or use this repository (including its code) in your own project, please be sure to credit!

Download Tool