VirusTotal Upload

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Arcanez
Junior Member
Junior Member
Posts: 14
Joined: 2012-03-11, 09:01 UTC

VirusTotal Upload

Post by *Arcanez »

Hey,

can you upload files to Virus Total with ftp/url connection buttons in TC to check them or do you have to do that manually by surfing to the website and browsing to the file location and click upload...???

I would like to have the opportunity to browse files in TC and only click on one button in TC to open the web browser, go to virustotal automatically and start scanning the selected file.

I made a macro that opens the website, now I would have to add something that automatically copies the selected file path in the browse window on VirusTotal so that you just have to click on scan and thats it...

Would that be possible with TC??


Can you set more than one command in one macro??

First command: open website!
Second Command: Copy full path of selected file to clipboard!

So you would have to just paste it on the website and click scan...
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3897
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

You just have to download the uploader from VT.
Just copy the following and paste it to your button bar:

Code: Select all

TOTALCMD#BAR#DATA
%COMMANDER_PATH%\..\VirusTotalUpload\VirusTotalUpload2.exe
%P%N
%COMMANDER_PATH%\..\VirusTotalUpload\VirusTotalUpload2.exe
VirusTotal Upload


-1
It will upload the selected file.
(You may adapt the path of VirusTotalUpload2.exe to your own location)
#5767 Personal license
Arcanez
Junior Member
Junior Member
Posts: 14
Joined: 2012-03-11, 09:01 UTC

Post by *Arcanez »

not working for me it says "File not found"...

could you just type an exact example of how it could look like without the \..\

do I have to type the exact path of TC for %Commander Path%???

tried %COMMANDER PATH%\..\D:\Program Files\VirusTotalUpload\VirusTotalUpload2.exe.......not working

tried %COMMANDER PATH%\D:\Program Files\VirusTotalUpload\VirusTotalUpload2.exe.......not working...

same as above: File not found. Copy Paste thing with predefined macros doesn't work.

Could you explain more in depth and more specifically??
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3381
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Arcanez wrote:tried %COMMANDER PATH%\..\D:\Program Files\VirusTotalUpload\VirusTotalUpload2.exe.......not working

tried %COMMANDER PATH%\D:\Program Files\VirusTotalUpload\VirusTotalUpload2.exe.......not working...
ofc it doesnt work cause it should be D:\Program Files\VirusTotalUpload\VirusTotalUpload2.exe
Hoecker sie sind raus!
Arcanez
Junior Member
Junior Member
Posts: 14
Joined: 2012-03-11, 09:01 UTC

Post by *Arcanez »

thank you so much! works!
Post Reply