mvt icon indicating copy to clipboard operation
mvt copied to clipboard

VirusTotal scan doesn't start

Open alghe-global opened this issue 8 months ago • 2 comments

I managed to get the APKs from my device (Pixel 8a, Android 16), though virus total says it will start and then the script simply exits after showing progress bar (not started).

I had to write two scripts to work around this issue:

  1. split.py - a script that will batch APK filenames to a maximum of M MB specified in the command line
  2. scan.py - a script that takes in a file and runs VirusTotal on it (configured with user's API key)

I'm half way through scanning the zip files (individual, not partitioned with zip Linux utility so they are recognized by virustotal and files are scanned within, individually). Though, it'd have been nice if this was automated within MVT.

Thanks for all the effort so far.

N.B. I ran the tool within a container as instructed with MVT docker image documentation.

alghe-global avatar Jun 27 '25 12:06 alghe-global

Could you try running the virustotal scan outside of the container? Maybe it was an issue related to the container or notwork.

besendorf avatar Jul 12 '25 15:07 besendorf

Well, I implemented my own scripts to do the scanning. Fewer anti viruses scanned, though I was ok with the trade-off.

; Alexandru Gheorghe ; ; alghe.global gmail com

On Sat, Jul 12, 2025, 16:39 besendorf @.***> wrote:

besendorf left a comment (mvt-project/mvt#654) https://github.com/mvt-project/mvt/issues/654#issuecomment-3065702169

Could you try running the virustotal scan outside of the container? Maybe it was an issue related to the container or notwork.

— Reply to this email directly, view it on GitHub https://github.com/mvt-project/mvt/issues/654#issuecomment-3065702169, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTHAL2AN65R2LHIW4Z67VD3IETZNAVCNFSM6AAAAACAI3RRFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANRVG4YDEMJWHE . You are receiving this because you authored the thread.Message ID: @.***>

alghe-global avatar Jul 12 '25 16:07 alghe-global