Feature/addon request - Virustotal big files handling

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
zarnivop
Junior Member
Junior Member
Posts: 6
Joined: 2019-01-07, 07:46 UTC

Feature/addon request - Virustotal big files handling

Post by *zarnivop »

Works like this:

1.Takes a file that is too big to upload to VT
2. Split it to 256Mb chunks. No compression, just split.
3. Upload the chunks to VT.
4. Open results as a browser tab for each chunk

Would be NICE TO HAVE : Just like VT app, can upload multiple files.
zarnivop
Junior Member
Junior Member
Posts: 6
Joined: 2019-01-07, 07:46 UTC

Feature/addon request - Virustotal big files handling

Post by *zarnivop »

Works like this:

1.Takes a file that is too big to upload to VT
2. Split it to 256Mb chunks. No compression, just split.
3. Upload the chunks to VT.
4. Open results as a browser tab for each chunk

Would be NICE TO HAVE : Just like VT app, can upload multiple files.
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Feature/addon request - Virustotal big files handling

Post by *petermad »

2zarnivop
No need to duplicate your request. But maybe put it in the right forum = TC Suggestions (English)





Posts merged and moved to Suggestions by Mod.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Re: Feature/addon request - Virustotal big files handling

Post by *MVV »

I don't see this as a plugin at all, only as a separate tool that gets file path(s) in arguments and may be added to buttonbar...
arko
Junior Member
Junior Member
Posts: 84
Joined: 2020-04-05, 06:41 UTC

Re: Feature/addon request - Virustotal big files handling

Post by *arko »

MVV wrote: 2019-01-28, 08:05 UTC I don't see this as a plugin at all, only as a separate tool that gets file path(s) in arguments and may be added to buttonbar...
err... Which tool again?
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Feature/addon request - Virustotal big files handling

Post by *nsp »

You can use on windows sigcheck (Command line plus VT sending..) or give a look here.

If you want a plugin, you could create a lister or whatever you want using API specifications... You even have some sourceode for VirusTotalUploader...
arko
Junior Member
Junior Member
Posts: 84
Joined: 2020-04-05, 06:41 UTC

Re: Feature/addon request - Virustotal big files handling

Post by *arko »

nsp wrote: 2020-05-11, 06:20 UTC You can use on windows sigcheck (Command line plus VT sending..) or give a look here.

If you want a plugin, you could create a lister or whatever you want using API specifications... You even have some sourceode for VirusTotalUploader...
Thanks. I am aware of the tools/links you have listed and currently using this:

Code: Select all

TOTALCMD#BAR#DATA
%$APPDATA%\GHISLER\scripts\show_output.cmd
"c:\Program Files\Sysinternals\sigcheck64.exe" -a -v -vt -nobanner %p%n
C:\Users\xxx\AppData\Roaming\GHISLER\icons\sc.ico
Check signature
c:\Program Files\Sysinternals\
0
-1
Was wondering if there is a well-functioning "upload button" that uses HTTPs, supports chunks, etc.
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Feature/addon request - Virustotal big files handling

Post by *nsp »

If you are confortable with powershell, you can use the split file from this library.
then you can send each chunk using sigcheck.
But usually large files are not a single piece of executable, dll, ressource but more installation files, compressed,.... anything that will be altered by the chunk and make virustotal useless..
Post Reply