Samuel Tulach

Results 43 comments of Samuel Tulach

> > > @SamuelTulach I talked to the Winrar Developer he sent me this. > > Hello, > > I used this one: https://github.com/microsoft/AppModelSamples/tree/master/Samples/SparsePackages > > as a sample. >...

There is an endpoint in the API for getting detailed results. The problem is that the free API is very aggressively rate limited so it would literally die after checking...

Quick Google search will show you [some basic examples](https://www.tines.com/blog/virustotal-api-security-automation) with curl. As for the response parsing, you will get a JSON with all the results and you will have to...

With default firewall settings, you should be asked if you want to allow connections from the program, so I presume you either have edited those settings or used some debloater/privacy...

As the documentation says, [you need an API key to interact with the API](https://developers.virustotal.com/reference/authentication). Both tools you linked are most probably using their own dedicated API key. I could try...

Primarily having the option to just right click and upload. The API is the official way to interact with VT when you want to use any automation tools/desktop apps. So...

It took me longer to get to my PC then to actually find the ProcessExplorer API key. `4e3202fdbe953d628f650229af5b3eb49cd46b2d3bfe5546ae3c5fa48b554e0c` All that was needed for a simple HTTP logging session (their EULA...

Not sure what you mean by that. In the settings there is a "direct upload" option and you can right click -> send to -> VT uploader to upload the...

I was trying to say that it's not the smartest idea to implement something like this since VT explicitly states that if you want to use it in desktop programs...

This is how an electron client could look. Maybe adding something like DarkReader to the mix to make it dark would not be bad. ![image](https://user-images.githubusercontent.com/16323119/141651687-f54fa004-8a81-4dc9-b8c2-15cb61a6a586.png) Unfortunately the use like this...