Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/errornointernet/follinascanner
A tool written in Go that scans files & directories for the Follina exploit (CVE-2022-30190)
https://github.com/errornointernet/follinascanner
antivirus cve-2022-30190 follina golang scanner vulnerability-scanners
Last synced: 12 days ago
JSON representation
A tool written in Go that scans files & directories for the Follina exploit (CVE-2022-30190)
- Host: GitHub
- URL: https://github.com/errornointernet/follinascanner
- Owner: ErrorNoInternet
- License: mit
- Created: 2022-06-02T06:45:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T10:05:02.000Z (over 2 years ago)
- Last Synced: 2024-06-19T00:37:08.082Z (7 months ago)
- Topics: antivirus, cve-2022-30190, follina, golang, scanner, vulnerability-scanners
- Language: Go
- Homepage:
- Size: 304 KB
- Stars: 23
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FollinaScanner
A tool written in Go that scans files & directories for the Follina exploit (CVE-2022-30190)
![Screenshot](https://raw.githubusercontent.com/ErrorNoInternet/FollinaScanner/main/screenshots/screenshot0.png)
*(Note: "Suspicious files" means files that have a URL in them but isn't working)*## Compiling
```sh
git clone https://github.com/ErrorNoInternet/FollinaScanner
cd FollinaScanner
go build
```## Usage
```sh
# Scan the current directory
./follina-scanner -r .# Scan a specific file
./follina-scanner amogus.docx
```
Use `./follina-scanner --help` for a list of argumentsIf you would like to modify or use this repository (including its code) in your own project, please be sure to credit!