-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
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:
split.py- a script that will batch APK filenames to a maximum of M MB specified in the command linescan.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.
Metadata
Metadata
Assignees
Labels
No labels