Metadata-Version: 2.1
Name: vtscan
Version: 1.0.3
Summary: Utility to scan for malicious files using the VirusTotal API.
Home-page: https://github.com/prahladyeri/vtscan
Author: Prahlad Yeri
Author-email: prahladyeri@yahoo.com
License: MIT
Description: # VTScan
        Utility to scan for malicious files using the VirusTotal API
        
        # Installation
        
        pip3 install vtscan
        
        # Usage
        
        vtscan </path/to/filename>
        
        # Notes
        
        It will prompt you to register a free account at [https://www.virustotal.com ](https://www.virustotal.com ) when you run for the first time. Then, you'll have to get your API Key and put it in the `config.json` in order for the scanning script to work.
        
Keywords: security,scanner
Platform: UNKNOWN
Description-Content-Type: text/markdown
