40 lines
757 B
Markdown
40 lines
757 B
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# VirusTotal
|
|
Cool feature available only in horsy!
|
|
|
|
To enable it, you need to have VirusTotal API key.
|
|
|
|
## Getting API key
|
|
Go to [VirusTotal](https://www.virustotal.com/) and create an account.
|
|
|
|

|
|
|
|
Create account and open this in menu:
|
|
|
|

|
|
|
|
Copy your api key:
|
|
|
|

|
|
|
|
It is 64-character long string from random numbers and letters, for example
|
|
`0f000f0000f00f000000f0000f0000f00f0000f0000f00f0f0000f0f000f00f0`
|
|
|
|
## Adding key
|
|
Open terminal and type:
|
|
```
|
|
horsy --vt <api key>
|
|
```
|
|
|
|
## Disabling
|
|
Open terminal and type:
|
|
```
|
|
horsy --vt disable
|
|
```
|
|
|
|
## Functionality
|
|
// TODO in docs
|