Aetherinox
Aetherinox
These are the settings that work for me ```yml # port 465 server_port: 465 secure: true ignore_cert: false # port 587 server_port: 587 secure: false ``` The question is though,...
Experiencing the same. Documentation is rather bare in regards to certain instances. All I see for local images is "Image 1" "Image 2"
> [!NOTE] > Skip to next message for solution Alright, did a bunch of tests just to make sure that file could even be scanned at all by VT using...
I've been tearing through the code. It's the damn hardcoded URL at - https://github.com/dutchcoders/go-virustotal/blob/24cc8e6fa329f020c70a3b32330b5743f1ba7971/virustotal.go#L310 It needs to be changed to `https`: ```go request, err := newfileUploadRequest("https://www.virustotal.com/vtapi/v2/file/scan", params, path, file) ```...
Last part, and I'm done messing with this for now. The README.md for transfer.sh and also missing the env definition for the VirusTotal API key. I had to go digging...
Yeah I can do that. I updated a few things with the dependency because it appears there's no longer any work being done to it from the original developers. But...
So you can pick which route you want to go. I submitted two PRs: 1. https://github.com/dutchcoders/transfer.sh/pull/657 2. https://github.com/dutchcoders/go-virustotal/pull/4 If you have contrib status on the VT go repo, you can...
@Sparkenstein Keeweb itself is very much alive. Currently, we're working on v1.19.0, and this library is what I'm focusing on to address old packages. Once I get Keeweb v1.19 released,...
If you're up for contributing and think you can provide a solid and acceptable solution, I'm all for it, as long as it's not hacky. I have to keep security...
Also getting this issue. Same exact error.