Skip to content

SigScanner is a lightweight malware hash matching utility for linux, taking advantage of the latest hash APIs to provide an extra line of defence against malicious software.

Notifications You must be signed in to change notification settings

elliottmotson/SigScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigScanner

SigScanner is a lightweight malware hash matching utility for linux, taking advantage of the latest hash APIs to provide an extra line of defence against malicious software.

The aims of this program:

The aims of this program are to create a Python utlity to:

1  - Find a files SHA_256 hash
2  - Compare the files hash to an online database
3  - Store the hash locally
4  - Be lightweight

License

MIT License

Features

Arguments:

Scan single file

python3 sigscanner.py -scan [FILE]

scan

Scan all files in current directory

python3 sigscanner.py -dirscan

dirscan.mp4

Recursively scan all files in current directory

python3 sigscanner.py -dirscan -r

Feedback

If you have any feedback, please reach out to me on my Github profile.

About

SigScanner is a lightweight malware hash matching utility for linux, taking advantage of the latest hash APIs to provide an extra line of defence against malicious software.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published