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.
- Edit
app.js
file and put your VirusTotal API key on theapikey
field. - Have the files in a same folder and run the following:
node app.js
- Open
localhost:3000