Comments on: Unofficial VirusTotal uploader https://grey-panther.net/2007/08/unofficial-virustotal-uploader.html Just another WordPress site Sat, 05 Jan 2008 18:55:17 +0000 hourly 1 https://wordpress.org/?v=7.0.2 By: Anonymous https://grey-panther.net/2007/08/unofficial-virustotal-uploader.html#comment-759 Sat, 05 Jan 2008 18:55:17 +0000 https://grey-panther.net/?p=820#comment-759 This is great. One problem. VT recently made a change on their site. I think that kills this pl if the file has been examined before. Can you help with a mod? If the file has been looked at before, VT throws up a screen asking if you want to re-analyze or view the previous analysis…

]]>
By: Unknown https://grey-panther.net/2007/08/unofficial-virustotal-uploader.html#comment-776 Thu, 13 Sep 2007 06:22:13 +0000 https://grey-panther.net/?p=820#comment-776 it’s changed from /vt/en/recepcionf to /vt/en/recepcion now

]]>
By: Martin https://grey-panther.net/2007/08/unofficial-virustotal-uploader.html#comment-777 Tue, 11 Sep 2007 05:16:31 +0000 https://grey-panther.net/?p=820#comment-777 Here’s a diff in case you want to use SSL for the upload:
311c311
< my $file_upload_request = POST 'http://www.virustotal.com/vt/en/recepcionf',

> my $file_upload_request = POST ‘https://www.virustotal.com/vt/en/recepcion’,
314c314,315
< 'distribuir' => $distribute

> ‘distribuir’ => $distribute,
> ‘envioseguro’ => 1
341d341
<
343c343
< unless ($response->header(‘Location’) =~ /?([a-f0-9]+)$/i);

> unless ($response->header(‘location’) =~ /?([a-f0-9]+)$/i);

]]>
By: Unknown https://grey-panther.net/2007/08/unofficial-virustotal-uploader.html#comment-785 Fri, 17 Aug 2007 09:42:53 +0000 https://grey-panther.net/?p=820#comment-785 a great thanks by myself as well! 😉

]]>
By: Anonymous https://grey-panther.net/2007/08/unofficial-virustotal-uploader.html#comment-786 Tue, 14 Aug 2007 05:19:09 +0000 https://grey-panther.net/?p=820#comment-786 Hi Cd-MaN
This is a very useful script !!
Thank you very much for shared it…

I just tested it with samples from http://blog.untangle.com/?p=96
http://virus.untangle.com/

Your script worked perfectly
BTW these results are here
http://vrac.uggy.org/results-vtuploader-virus-untangle-com

(And I blogged in french about your script on http://blog.uggy.org )

Thank you again..
Great script 🙂

]]>