Python project to detect
Maliciousfiles via an API from VirusTotalProject version 1.0.0
- prerequisties 🗝️
- installation 🛠️
- features⁉️
- demo 🏴☠️
Make sure you have an API-KEY which you can get after regitering at VirusTotal
You must have Latest version of
Python3already installed.You must have
pipin your system.have
gitpresent in your system or you can download ZIP of the repo
Below commands will work on almost all Operating Systems, including Windows, Linux and MacOS.
- Open up a shell
clone the repository
git clone https://github.com/hail0hydra/pyVTFile.gitgo into he directory
cd pyVTFile
install required modules
pip install -r requirements.txt
Skip these steps if you have Tkinter installed. To verify just type in
python -m tkinter
or
python3 -m tkinter
- Debian
sudo apt-get install python-tk
- Arch Linux
sudo pacman -S tk
- Fedora
sudo dnf install python3-tkinter
- RHEL, CentOS, Oracle Linux
sudo yum install -y tkinter tk-devel
run the program with
python main.py
Works on any kind of file 😄
Interactive UI 😎
Works on files of sizes upto
32 Mb !Futuristic UI
Cross Platform
