Jump to content

VirusTotal API


Recommended Posts

I abandon the proyect because i found out very difficult... see the winHTTP UDF by trancexx there are plenty of examples to upload a file by a http POST, remember that what you need is how to do this multipart/form-data ask there...

Edited by monoscout999
Link to comment
Share on other sites

I think that i was clear... but i am worng

see the winHTTP UDF by trancexx there are plenty of examples to upload a file by a http POST, remember that what you need is how to do this multipart/form-data ask there...

.... just follow the link and prepare to read a lot...

Edited by monoscout999
Link to comment
Share on other sites

  • 1 month later...

Not meant as sarcasm, but the practical method to upload is:

#include <IE.au3>
#include <Inet.au3>
$oIE = _IECreate("http://www.virustotal.com/")

Then upload a file. Their server seems to be overwhelmed often; so if you have a lineup of captures please be patient.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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