79628310

Date: 2025-05-19 07:52:57
Score: 1
Natty:
Report link
from apkutils2 import APK

apk = APK(apk_path)
permissions = apk.get_manifest()['uses-permission']

print("Permissions:")
for perm in permissions:
    print(perm['@android:name'])

you can get all perimission of application
need to install
pip install apkutils2

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anurag Srivastava