Skip to content

avinash-ghadshi/VT-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Sign up 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 Sign in button which is at left side of Sign up 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

About

File & URL scanning Using VirusTotal APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages