

- #Virustotal uploader v2.2 how to#
- #Virustotal uploader v2.2 for mac os x#
- #Virustotal uploader v2.2 code#
If Not Exist "%Files_List2Upload%" ( Goto :Error )įor /f "delims=" %%f in ('Type "%Files_List2Upload%"') Do ( Set "Files_List2Upload=%~dp0ListFiles.txt"Įcho Creating a list of all *.exe files located on your temporary folder. If Not Exist "%VirusTotalUploaderTool%" ( Call:Downloading ) Please wait.Įcho Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"Įcho UAC.ShellExecute "cmd.exe", "/c ""%~s0"" %params%", "", "runas", 1 > "%temp%\getadmin.vbs" I'm making a batch file to download the virustotal uploader tool in order to upload a suspect file. :: Automatically check & get admin rights Title "%~nx0" for Multi-files VirusTotal Uploader by Hackoo 2017 This is a special batch in order to upload all your *.exe suscpects files located on your temporary folder with command line to in the same time.

#Virustotal uploader v2.2 code#
I answser my self and i share my code with you ! Powershell.exe -command "(New-Object ).DownloadFile('%1','%2')" Rem Silent installation of vtuploader2.2.exe the uploading tool Įcho Installing "vtuploader2.2.exe" is in progress. Title Installing "vtuploader2.2.exe" is in progress. Rem Downloading vtuploader2.2.exe to the temporary folder Set "Setup_File=%MyDownload_Folder%\vtuploader2.2.exe"Įcho Please wait a while ! downloading "vtuploader2.2.exe" is in progress.
#Virustotal uploader v2.2 for mac os x#
If Not Exist "%MyDownload_Folder%" MD "%MyDownload_Folder%" Windows Uploader Uploader for Mac OS X and Linux VirusTotal for Browsers VirusTotal for Mobile Public API Antivirus products Website/domain scanning. Set "MyDownload_Folder=%temp%\MyDownload" Rem Create "MyDownload" folder in the temporary folder Title Downloading VirusTotal Uploader Tool v2.2 by Hackoo 2017 Taskkill /IM "VirusTotalUploader2.2.exe" /F Start /wait "" "%VirusTotalUploaderTool%" "%File2Upload%" If Not Exist "%VirusTotalUploaderTool%" ( Set "VirusTotalUploaderTool=%ProgramFiles%\VirusTotalUploader2\VirusTotalUploader2.2.exe" Set "File2Upload=%windir%\system32\wscript.exe"Įcho Please wait a while ! Uploading file to VirusTotal is in progress.

#Virustotal uploader v2.2 how to#
So, my question is : How to close correctly the virustotal uploader tool after uploading a file by batch off The problem is after being uploaded by this tool, it remain opened ! Right click or control-click on a file, click Open With, then select the VirusTotal Uploader app. Select files to scan from the the File menu. I'm making a batch file to download the virustotal uploader tool in order to upload a suspect file. With the Uploader, you can scan files in several ways: Drag and drop files onto the application to scan them.
