Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 610 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 610 Bytes

VirusTotal bulk hash checker

This is a frontend based VirusTotal bulk hash checker built in node.js and HTML 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

How to use:

  1. Edit app.js file and put your VirusTotal API key on the apikey field.
  2. Have the files in a same folder and run the following: node app.js
  3. Open localhost:3000