Skip to content

komodoooo/bossetti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Bossetti

image
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.

Installation

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

Usage

  • 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.

#FREEBOSSETTI

Releases

No releases published

Packages

No packages published