🚀AndroGuard API v2.0 is Live 🎉

What is AndroGuard?

Androguard is a full python tool to play with Android files.

What is AndroGuard API?

Androguard API is a wrapper for androguard to parse the permissions of an APK submitted.

Powered With

Getting Started

Run with docker commands

docker pull gilzonme/androguard-api
docker run -p 5000:5000 gilzonme/androguard-api

API Documentation

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/