Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 792 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 792 Bytes

VTChecker

Improved GUI-based VirusTotal bulk IP Address and Hash checker for non-premium API key users.

This is a GUI based VirusTotal bulk IP Address and Hash checker that was designed for non-premium VirusTotal API users. Due to API key limitations of 4 requests/minute, there's a sleep timer in between the scans per hashes.

image image

How to use:

  1. Clone this repository.
  2. Edit app.js file and put your VirusTotal API key on the API_KEY field.
  3. Run the following: node app.js
  4. Open localhost:3000

CHANGELOGS

v1.0

* First release.