Jump to content

Recommended Posts

Posted

Hi.

I've found this UDF: https://www.autoitscript.com/forum/topic/166414-virustotal-hash-checker/ that's propably doing exactly what I'm needing.

 

vt.au3 includes "WinHttp.au3", the appropriate one I cannot find in the UDF's (this site)

 

Anyone with one example call to let VirusTotal scan e.g. the file "C:\temp\Test.exe" ?

 

Or any other suggestions? (My personal API key is put into the script)

 

 

I'm desparately failing to use this UDF.

 

TIA, Rudi.

vt-example-failing.jpg

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Posted

Thanks, Had been on that tread before, but missed the download URL.

Now it's running, but I'll have to get familiar with the reported results.

#include "VT.au3"

Local $hVirusTotal = VT_Open()
ConsoleWrite("$sFilePath: " & VT($hVirusTotal, $fScan, $sFilePath,$APIkey) & @CRLF)
VT_Close($hVirusTotal)

 

{[snip]https://www.virustotal.com/file/e517e36831ff9e8e0d7fe20ccfb************/analysis/15614****/[/snip] "Scan request successfully queued, come back later for the report"}

 

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Posted

Hello. maybe you could  some minutes after check for fReport of your file hash.

 

Saludos

Posted

@Danyfirex

 

thanks for your reply.

 

I think that this "wait some while" will be required, so far I couldn't get the results from VT to process them. (for uploaded files to be checked / checked over again)

CU, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...