hbxc0re / Open-Source-Anti-Virus

Open Source Anti-Virus MAC OS menu-bar app. A different approach to virus checking - uses a hexadecimal comparison based algorithm that checks for hidden malware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-Source-Anti-Virus

Open Source Anti-Virus MAC OS menu-bar app. A different approach to virus checking - uses a hexadecimal comparison based algorithm that checks for hidden malware. We use a big list of know viruses to test whether a file is a virus or not. We also support zip files and directories. This is Open Source because you can contribute by adding malicious files in our separate repository to help improve the app.

If you have a known virus file that you'd like to add to our app, please go here and follow the instructions there: https://github.com/samueljaval/List-of-viruses-for-Open-Source-Anti-Virus

  • This app only runs on macOS.
  • The UI is in the Mac Menu Bar at the top of the screen
  • A standalone macOS app is provided (download link at the botton of this README, or go to the "release" tab)
  • You can test it by running main.py with python (you need to install the rumps and pync packages with pip)
  • As it is, the main loop (excluding single file check) only works for downloads from chrome and safari but can be easily modified to cover more browsers (comments in the code can help know what to change)

CLICK HERE TO DOWNLOAD THE APP!
(Note : Your browser might tell you that this file is not commonly downloaded and may be dangerous. You can disard this to proceed with the download)

Please consider contributing to our project, or submitting a malware file to our database!

About

Open Source Anti-Virus MAC OS menu-bar app. A different approach to virus checking - uses a hexadecimal comparison based algorithm that checks for hidden malware.

License:MIT License


Languages

Language:Python 100.0%