Skip to content

gilzonme/AndroGuardAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published