Skip to content

A simple scanner that identifies malicious files based off lists of strings and hashes

License

Notifications You must be signed in to change notification settings

kaiiyer/malware-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

malwarescanner

A simple scanner that identifies malicious files based off lists of strings and hashes

Usage

For scanning the present working directory

python scanner.py -H infectedfile.txt strings.txt 

For scanning any random directory

python scanner.py [-h] [-H HASHFILE] [-D DIRECTORY] stringfile

PRs are welcome !!!

Releases

No releases published

Packages

No packages published

Languages