8000 GitHub - thealper2/vtscan: Scan hashes, ip addresses and urls using Virus Total API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thealper2/vtscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

VTSCAN

Scan hashes, urls and ip addresses using VirusTotal API. writes the report to a .txt file after scanning.

Usage

Run the following command to install the required modules.

  pip3 install -r requirements.txt
Parameter Tip Açıklama
-h --help Shows the help menu.
-k --key Required. VirusTotal API Key.
-x --hash Hash (MD5, SHA-1, SHA-256).
-i --ip IP Address
-u --url URL.

Examples

  python3 vtscan.py -k 'VT_API_KEY' -x 'HASH'
  python3 vtscan.yp -k 'VT_API_KEY' -u 'URL'

About

Scan hashes, ip addresses and urls using Virus Total API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0