-
I compiled [VirusTotal/c-vtapi](https://github.com/VirusTotal/c-vtapi) with `mold -run make -j60`. The compilation went fine.
I then compiled [VirusTotal/qt-virustotal-uploader](https://github.com/…
rjzak updated
8 months ago
-
Pretty minor but you might want to fix this typo on the api key type selection.
```sh
vt download --help
[+] Config setup start
[0] .vtapi
[1] vtapi.conf
[2] ~/.vtapi
…
-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [X] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master…
-
I'm using Cuckoo 2.0.2 in Ubuntu 16.04 LTS.
Environment is VMWare ESX 6.5
I have two VM's:
Windows 7 and Windows XP
Both are set up identical (despite the client IP). agent.pyw is running via …
-
footer should have the following information:
- www.verticaltubejig.com
- orders@verticaltubejig.com
- hand made in vermont
- vtapi.co
- ~~guaranteed to get big fish chasing~~
as im writing …
-
Hi
Doing a query against hash 44676ad570f565608ddd6759532c3ae7b1e1a97d returns a String instead a JSON
The issue can be reproduced with a call like:
(Get-VirusReport -ApiKey $VTApi -Hash 44676…
-
If I try to init vt-cli, I get the following error and start the init process again:
```
molinajavier@jramirez-samples:~$ vt
[+] Config setup start
[0] .vtapi
[1] vtapi.conf
…
-
Hello,
The c-vtapi was included in [Debian](https://tracker.debian.org/pkg/c-vtapi) on 2022-02-14 and recently failed during build due to some functions involving curl.
In the files lib/VtUrl.c…
-
```cpp
string GetFileContent(string path)
{
string content = "";
FILE *f = fopen(path.c_str(), "rb");
while (!feof(f))
content += fgetc(f);
fclose(f);
return content;
}
Scan Uploa…
-
Hi,
I use virustotal in wazuh, and it is not working as expected kibana don't show any thing.
I have set this config in ossec.conf in manager:
``
`virustotal`
`......................`
`…