18 lines
579 B
Markdown

# nodejs-hash-antivirus
Simple antivirus written in node.js. Uses md5 hashes.
<pre>
If you get any errors(Which you most likely will) please make a issue and send the log.txt file found in the same folder as the program
</pre>
# Usage
<pre>
Use "npm run" to run the main program.
Use "npm run update" to update the offical databases.
Use "npm run custom" to make custom databases.
</pre>
# Features
<p>Scanner, Updater and Custom database creator</p>
<p>Over 69,000 hashes in the built in database (Nice)</p>
<p>Horribly optimized code</p>
<p>Can only scan one file at once</p>