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 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
python3 sigscanner.py -scan [FILE]
python3 sigscanner.py -dirscan
dirscan.mp4
python3 sigscanner.py -dirscan -r
If you have any feedback, please reach out to me on my Github profile.