Skip to main content

vt-kvd

Кожно-венерологический диспансер, вывеска

About

A VirusTotal GUI client.

vt-kvd application window

The application functionality is rather basic at the moment:

  • getting files hashes and fetching existing reports from VirusTotal
    • displaying results in a table
    • openning a link to the full report
  • uploading files for scanning isn't implemented

Installing

vt-kvd itself

From PyPI

$ pip install vt-kvd

From sources

$ cd /path/to/repository/
$ pip install ./

or:

$ cd /path/to/repository/
$ python -m build
$ pip install ./dist/vt_kvd-0.5.0-py3-none-any.whl

Dependencies

libmagic

All the dependencies are automatically installed with pip. But python-magic Python module expects libmagic to be present in the system. So if you will be scanning directories instead of individual files, then you will need to install this library using your system package manager:

  • Mac OS (Homebrew): brew install libmagic
  • GNU/Linux (APT): sudo apt install libmagic1
  • Windows: the easiest will be to use alternative package instead of python-magic, because that one bundles required libmagic binary (and actually you can probably use that package on non-Windows platforms too):
    $ pip uninstall python-magic
    $ pip install python-magic-bin
    

Configuration

Config file ~/.config/vt-kvd/config.toml:

[API]
key = "YOUR-VIRUSTOTAL-API-KEY"

If the main config file is missing, it will try to fallback to vt-cli's config at ~/.vt.toml:

apikey="YOUR-VIRUSTOTAL-API-KEY"

Running

$ vt-kvd --help

User agent

The application uses platform module to compose the agent string which is sent to VirusTotal API on every request. The full value can look like this:

vt-kvd/0.5.0 macOS-12.6.1-x86_64-i386-64bit

It is not (yet?) configurable, but you should probably be aware of its existence anyway.

Scanning directories

It is possible to check not a single file but a directory. In that case in order to skip the files that are of no interest the application will scan the directory for suitable files by guessing their types based on magic numbers. This is not an absolutely reliable way, so it is recommended that you check the files of interest individually by explicitly providing their full paths one by one.

Another thing to consider is that VirusTotal API has a quota for standard free public accounts, and you can quickly exceed that quota by scanning directories instead of individual files.

Scanning directories is disabled by default. If you would like to enable it, launch the application with --enable-dir-scan. That will also require you to have libmagic binary installed in the system.

Platforms

Tested on:

  • Mac OS:
    • 12.6.1, Intel
  • Windows:
    • 10 21H1
    • 11 21H2
  • GNU/Linux:
    • Ubuntu 22.04

3rd-party

Requirements

  • Python 3.8 or later
  • Dear PyGui - application window and UI controls
  • pandas - processing results
  • for detecting executables and libraries, either of these two:
    • python-magic (with libmagic to be installed separately from your system package manager)
      • installed by default
    • python-magic-bin (with bundled libmagic)
      • needs to be manually installed instead of the other one (which needs to be uninstalled)
  • vt-py - VirusTotal API library

Resources

Release files for vt-kvd 0.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for vt-kvd 0.5.0
File Size Uploaded
vt-kvd-0.5.0.tar.gz 111.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for vt-kvd 0.5.0
File Interpreter ABI Platform
vt_kvd-0.5.0-py3-none-any.whl Python 3 none any Details

Total release size: 219.0 kB

Release files / vt-kvd-0.5.0.tar.gz

Download URL vt-kvd-0.5.0.tar.gz
Size 111.0 kB
Tags Source
SHA-256 checksum
How to use checksums
28fefc38beff1b204d28bfcd46996d87729986265d81a5554dc2aef09743179d
BLAKE2b-256 checksum
How to use checksums
d71f5241c4b37e79a6c6b7a80e3fd5251ea5a22b4959b5a27b1f041300ef3582
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.15

Release files / vt_kvd-0.5.0-py3-none-any.whl

Download URL vt_kvd-0.5.0-py3-none-any.whl
Size 108.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
127396584b04386fd2d6632ec7d06bff3334e0de8aab6a5fc8ce0ff79b9be146
BLAKE2b-256 checksum
How to use checksums
d5ca77e0f2019a88536a8cced45bcedac9fbf02f7caa48e9eb460c4524729f4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.15

Release history Release notifications | RSS feed

This release

0.5.0 This release

2 release files

0.4.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page