File & URL scanning Using VirusTotal APIs
NOTE: This Scanner Supports only File Scanning. URL Scanning will be available soon
USAGE:
./vtScanner -f <filename> -a <apikey>
go run vtScanner.go -f <filename> (IF API KEY IS INTEGRATED WITH CONFIGURATION)
EXAMPLE:
./vtScanner -f /home/test.txt -a xxxxxxxxxxxxxxxxxxx
go run vtScanner.go -f /home/test.txt (IF API KEY IS INTEGRATED WITH CONFIGURATION)
HOW TO CREATE API KEY
- Go to https://www.virustotal.com/gui/
- Click on Sign up button present at top-right corner of page
- Fill all the required information & click on Join us button
- Come back to https://www.virustotal.com/gui/ and click on Sign in button which is at left side of Sign up button
- After successfull login, Click on your avatar at top-right corner & then click on API key
- Copy You API KEY(long hash) and use save
HOW TO INTEGRATE API KEY IN CODE(NOT RECOMMENDED)
- Open VT-Scanner/scanmod/config/config.go
- At line number 9, Replace xxxxxxxxxxxxxxxxxxxxxx with your api key
Note:- To run scanner after editing the config file, you will need golang installed on your machine
Thanks
Avinash Ghadshi