Androguard is a full python tool to play with Android files.
Androguard API is a wrapper for androguard to parse the permissions of an APK submitted.
docker pull gilzonme/androguard-api
docker run -p 5000:5000 gilzonme/androguard-api
This is based on the above running commands which will run/expose the port at 5000
Request:
[POST] http://localhost:5000/
Parameters
file - APK file to be parsed
Response :
Array of Permissions
🪲 Report issues at https://www.reddit.com/r/androguardapi/