Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@ipduffy ipduffy released this 16 Jan 15:25
· 12 commits to main since this release

Initial release (version 0.2). The plugin will require you to create a vtconfig.txt file in the same folder where the .DLL file is located. This should contain two fields separated by a colon ":" character. The first field should be your API key for VirusTotal and the second field should be the number of queries per minute that your API key allows. For example:

012345...abcdef:4

This will tell the X-Tension to use your API key that starts with 012345...abcdef at a rate of 4 queries per minute.

We are not responsible for any issues you encounter related to use of your API key at a rate that is higher than what VirusTotal allows.

NOTE: using a rate of zero (0) tells the X-Tension to go as fast as possible (it will not rate-limit). If you have unlimited queries on VirusTotal this will get your results the fastest.