A golang utility for Windows that helps you check if a file is guilty through Virus Total API.
Better than any antivirus because it's not bloated.
Before all these steps make sure to get your VirusTotal API key
git clone https://github.com/komodoooo/bossetti
cd bossetti/src
make build APIKEY="YOUR_VT_APIKEY"
make install
make clean
Then you will need to open a cmd with privileges and add a registry system rule to insert a voice into the contextual menu, run the following.
reg add "HKEY_CLASSES_ROOT\*\shell\Scan with Bossetti\command" /ve /t REG_SZ /d "\"%APPDATA%\\bossetti.exe\" \"%1\"" /f
Now reboot or start %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\bagent.exe
to run the agent and make changes effective.
As it hints, Bossetti will run automatically every time you will turn on your PC
- You can scan a single file with Right-click > "Scan with Bossetti"
- Bossetti will monitor and scan for new files in your
%USERPROFILE%\Downloads
directory, notifying you with details and a link to the web dashboard for additional data.