Skip to content

This is a Python project that detects if a file is MALICIOUS or not. The project extracts data using an API from virustotal.com

Notifications You must be signed in to change notification settings

hail0hydra/pyVTFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyVTFile : VirusTotal API







  • Python project to detect Malicious files via an API from VirusTotal

  • Project version 1.0.0






Go to:

- prerequisties 🗝️

- installation 🛠️

- features ⁉️

- demo 🏴‍☠️








Prequisites 🗝️


  • Make sure you have an API-KEY which you can get after regitering at VirusTotal

  • You must have Latest version of Python3 already installed.

  • You must have pip in your system.

  • have git present in your system or you can download ZIP of the repo





Installation 🛠️



Below commands will work on almost all Operating Systems, including Windows, Linux and MacOS.




clone the repository

git clone https://github.com/hail0hydra/pyVTFile.git

go into he directory

cd pyVTFile

install required modules

pip install -r requirements.txt



Additional Steps for Linux Based Systems

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






Features ⁉️


  • Works on any kind of file 😄

  • Interactive UI 😎

  • Works on files of sizes upto 32 Mb !

  • Futuristic UI

  • Cross Platform








Demo 🏴‍☠️


demo.mp4

About

This is a Python project that detects if a file is MALICIOUS or not. The project extracts data using an API from virustotal.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages