Skip to content
/ vt Public

Java implementation of VirusTotal command line interface

License

Notifications You must be signed in to change notification settings

BlazerYoo/vt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5962cf7 · Jan 20, 2022

History

11 Commits
Dec 30, 2021
Dec 30, 2021
Dec 30, 2021
Dec 30, 2021
Jan 20, 2022
Jan 20, 2022
Jan 20, 2022
Jan 20, 2022
Dec 30, 2021
Dec 30, 2021
Dec 30, 2021
Dec 30, 2021
Jan 20, 2022
Jan 20, 2022
Jan 20, 2022

Repository files navigation

vt

Java implementation of VirusTotal command line interface

image

Installation

Chrome

Installation of Chrome is required.

Go to https://www.google.com/chrome/ if you don't have Chrome installed.

Chromedriver

Go to chrome://settings/help to check the Chrome version.

Then download Chrome driver from https://chromedriver.chromium.org/downloads with the same version number as your Chrome version.

Example from https://chromedriver.chromium.org/downloads

If you are using Chrome version 98, please download ChromeDriver 98.0.4758.48

If you are using Chrome version 97, please download ChromeDriver 97.0.4692.71

If you are using Chrome version 96, please download ChromeDriver 96.0.4664.45

Java

Install Java from https://www.oracle.com/java/technologies/downloads/

VT

Run git clone https://github.com/BlazerYoo/vt.git or download repo.

Open VT.java and replace .\\chromedriver_win32\\chromedriver.exe on line 357 with the address to the downloaded, unzipped ChromeDriver binary.

Inside the cloned repo, run ./vt -h for the help menu.

License

Read the AGPL-3.0 License

Releases

No releases published

Packages

No packages published

Languages