Skip to content

download apk file from androzoo according to year and benign/malware

Notifications You must be signed in to change notification settings

Dirtyboy1029/androzoo_download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

androzoo_download

download apk file from androzoo according to year and benign/malware Step1: if get malware:

malware 10<=vt_scan<80

python get_sha256_csv.py 2020 --vt_detection 10 --upper 80 

elif get benign

benign :vt_scan==0

python get_sha256_csv.py 2020 --vt_detection 0

Step2:

from csv get sha256.txt

python select_sample.py

Step3: ##download apk python androzoo_download.py

About

download apk file from androzoo according to year and benign/malware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages