This project demonstrates how to build a VirusTotal client which is using the VirusTotal REST API, together with a tkinter UI. Good for the understanding of:
- REST API's
- Basic security analysis concepts
- UI programming with python & tkinter
- The difference between sync & async operations
- Python classes
- GIT branches, and the proper way to build your features using them
Designed for software engineers who are interested in cyber security, and cyber security engineers who are interested in software engineering :)
The code is heavily documented and explains a lot of software engineering concepts such as re-use, maintainability and OOP.
- GIT clone the repo
- CD into the virusTotal-ui-python folder
- Type
pip install -r requirements.txt
- inside
confing.ini
file, place an API key. you first have to log in to virus total and generate one (https://support.virustotal.com/hc/en-us/articles/115002100149-API) - Type
python Main.py