A simple scanner that identifies malicious files based off lists of strings and hashes
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 !!!