Simple Malware Scanner written in python

made-with-python
Python Versions
Hits

  • Very basic malware Scanner by hash comparison
  • Sometimes this can be needed when an incident response.
  • If you found new or suspicious files when you do response, you want to check out where these files exist in systems. so then you may need like this tool. this is a demo version. not complete. you have to change and modify code and make it yours.
  • Let me know if there are any changes required or additional features need it.

# pip install requests
# python main.py

Usage