0xRar / VT-CLI

A virustotal command line script to scan/analyze suspicious files and url's.
11 stars 2 forks source link
python virustotal virustotal-api vt-py



A Basic VirusTotal CLI Script.


What is VT-CLI

VT-CLI is a VirusTotal command-line interface script where you can scan/analyze suspicious links and files, developed for practice and personal use.

the script is written based on the vt-py library presented by Virus Total themselves as the main dependency to interact with VirusTotal REST API v3.

Installation

⚠️To run the script you're going to need a virustotal account so you can get your api key: https://www.virustotal.com/gui/my-apikey

Screenshots ✨📸

image

Usage

options:

-h, --help          show this help message and exit
-an                 url to get the last analysis stats
-scan               url to scan and detect malware and other breaches
-anf                file hash[SHA-256, SHA-1, MD5] to get the last analysis stats
-scanf              file location to scan and detect malware and other breaches

Example: python vt-cli.py -an https://google.com/
$ python vt-cli.py -h

Examples

Contributing

⚠️before contibuting its recommended to open up an issue to discuss what you're trying to fix.

Credits

mgmacias95: For helping me with fixing a client error & helping others trying to make scripts with the vt-py library, just scrolling through the issues you will see how much Marta contributed ❤.