mirror of
https://github.com/hexahigh/nodejs-hash-antivirus.git
synced 2025-12-11 20:05:07 +01:00
18 lines
579 B
Markdown
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>
|