Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.19 KB

VT-Scanner

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

  1. Go to https://www.virustotal.com/gui/
  2. Click on # button present at top-right corner of page
  3. Fill all the required information & click on Join us button
  4. Come back to https://www.virustotal.com/gui/ and click on # button which is at left side of # button
  5. After successfull login, Click on your avatar at top-right corner & then click on API key
  6. Copy You API KEY(long hash) and use save

HOW TO INTEGRATE API KEY IN CODE(NOT RECOMMENDED)

  1. Open VT-Scanner/scanmod/config/config.go
  2. 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