GitHunt
TO

tomgold182/virusTotal-ui-python

Study Python & Cyber Security by implementing Virus Total functions in a tkinter UI!

virusTotal-ui-python

Study Python & Cyber Security by implementing Virus Total functions in a tkinter UI!

Example

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.

How To

  1. GIT clone the repo
  2. CD into the virusTotal-ui-python folder
  3. Type pip install -r requirements.txt
  4. 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)
  5. Type python Main.py

Languages

Python100.0%

Contributors

Latest Release

1.0April 3, 2020
Created March 13, 2020
Updated May 25, 2025
tomgold182/virusTotal-ui-python | GitHunt