VirusTotal / vt-cli

VirusTotal Command Line Interface

Home Page:https://virustotal.github.io/vt-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

possible problem with the code or documentation

microlaser opened this issue · comments

The documentation says you can query a group of URLs with this syntax:

cat list_of_urls | vt url -

this is taken from the help file on the command line binary.

~/virustotal_workspace$ cat test.txt | vt url -k KEY -
URL "LQ" not found

I have replaced my API key with KEY

I have tested this same code on both Linux and Windows with PowerShell and get the same results. The commands should work on both platforms. This leads me to two possible conclusions. Either there is a problem with the documentation, or there is a problem with the code. I may grep the code to see if I can find this string, but I am working at the moment. If I am typing something wrong, please correct me. Thank you.

This was actually a bug in the code. I've released version 0.9.0 that should work fine.