0xRar / VT-CLI

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

added the functionality & removed some trailing whitespaces #3

Closed g0rchy closed 1 year ago

g0rchy commented 1 year ago

this PR should resolve issue https://github.com/0xRar/VT-CLI/issues/2

PS: actual scan hasn't been tested

rilysh commented 1 year ago

The only downside is that VT API rate-limit 4 requests/min for non-premium users. Thus, if the directory have more than 4 files it might just stuck in a rate-limit loop unless each scanning takes a minute or more to complete.

0xRar commented 1 year ago

hello @rilysh,

The only downside is that VT API rate-limit 4 requests/min for non-premium users. Thus, if the directory have more than 4 files it might just stuck in a rate-limit loop unless each scanning takes a minute or more to complete.

Thank you for the info, i also lost the spark of trying to make it work if i am being honest.