Skip to content

virustotal_checker.py is a Python script that integrates the VirusTotal API. This utility allows users to scan web addresses, check reports using MD5 hashes, or analyze files

Notifications You must be signed in to change notification settings

Hinatara/VTScanner.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

# VirusTotal Checker Utility

This utility was created out of a spontaneous need to avoid the hassle of manually uploading files or URLs to VirusTotal for checking. By writing this script, I not only practiced my coding skills but also solved a personal problem.

You can refer to the documentation at [VirusTotal Python API](https://github.com/VirusTotal/vt-py), which I used as a reference while developing this script.

## Instructions:

1. **Install the required package:**
   '''bash 
   pip install vt-py
  1. Clone the repository:

    git clone https://github.com/Hinatara/VTScanner.py.git
  2. Navigate to the project directory:

    cd VTScanner.py
  3. Run the script:

    python virustotal-checker.py

Note: The first time you run the script, it will prompt you to enter your VirusTotal API key. This key will be saved in a config.json file, so you won't need to enter it again in subsequent runs. If you want to verify the saved API key, you can use the command:

cat config.json

If you encounter any issues, please report them at VTScanner Issues, and I will address them as soon as possible.

About

virustotal_checker.py is a Python script that integrates the VirusTotal API. This utility allows users to scan web addresses, check reports using MD5 hashes, or analyze files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages