APKLeaks installation error fixed: APK bug boundy tool


 
step 1: git clone https://github.com/dwisiswant0/apkleaks.git  

step 2: cd apkleaks/

step 3: apt install python3-pyaxmlparser

step 4: sudo apt install jadx

step 5: python3  apkleaks.py  -f   ~/Downloads/<app-to-test-android.apk >

 


Comments

Popular posts from this blog

Bug Boundy Methodology, Tools & Resources

Install & set up mitmweb or mitmproxy in Linux

Day 20: Search in Rotated Sorted Array: Binary Search - leetcode - Python3