Skip to content

Simple script to detect malicious files through NIST and TotalVirus API. Coded in Python.

Notifications You must be signed in to change notification settings

y9y9/EasyScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyScanner

EasyScanner is a simple script that scans for malicious files in a specified directory using NIST NSRL and VirusTotal API.

The tool will first calculate the md5 of a file and check hashes within the NIST Database and then it will upload it to VirusTotal for further analysis.

How to run:

  • first make sure you have the requirements pip install -r requirements.txt (most likely you will have everything installed by default)
  • go to line 173 and add your API key
  • go to line 177 and put in the path of your NIST hashes (unless its in same folder)
  • got to line 181 and add the path you want to run the scans on, if you are stuck on this and need a NIST Hashset click here

About

Simple script to detect malicious files through NIST and TotalVirus API. Coded in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages