PyAV is an antivirus developed entirely in Python. It features a daily hash update function using the Malware-Basar API.
- Daily hash updates
- System tray icon to restore or exit the application
- Window hidden when closed, keeping the application running
- Hourly hash updates
-
Clone the repository:
git clone https://github.com/Rieidi/PyAV.git
-
Navigate to the project directory:
cd PyAV
-
Install the required dependencies:
Make sure you have Python installed. Then, install the dependencies listed in the
requirements.txt
file:pip install -r requirements.txt
-
Set up the Malware-Basar API:
Place the necessary
.txt
file in the same directory as the main.py
file, as mentioned in the repository. -
Run the antivirus:
python PyAV.py
- Botloader backup
- Web protection
MIT LICENSE