JaredWestley / VirusTotalChecker

C# Winforms application, Add VirusTotal to your right click menu to check if a file is malicious quickly!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VirusTotalChecker

Open-source custom application for VirusTotal.

Screenshots

Home Page Settings Page Upload Page

Credits

This is not my own source, SamuelTulach is behind the base code of this project. I have only modified the UI and some of the underlying code, plus I have decided to only release a setup version of the app to streamline it.

Warning

This is not an officially supported application. It was created because official VirusTotal desktop app is unmaintained. If you are afraid, you can build it from source by yourself. Also please don't download it from any third-party sites.

Download (GitHub release)

Please go to releases page to download the compiled app and installer. Don't forget to star the repo!

How to get API key

It is really simple! All you need to do is to go to VirusTotal official page, create profile and copy your key.

How to use

It is very easy! Drag and drop file into the app and it will upload the file to VirusTotal via their API and open the report for you!

Contributing

If you have any idea how to make this app better, please create a pull request. If you find any bug, please create an issue.

License

This project is licensed under GPLv3 and it's libraries under their license. Please check both LICENSE.txt and LICENSE_3rd.txt.

About

C# Winforms application, Add VirusTotal to your right click menu to check if a file is malicious quickly!

License:MIT License


Languages

Language:C# 76.6%Language:Inno Setup 23.4%