msm-code / karton-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android karton service

Extract various information from APK.

Author: Julien (jvoisin) Voisin

Consumes:

{
    "type":  "sample",
    "extension": "apk"
} 

Produces:

{
    "type": "sample",
    "kind": "analyzed",
    "sample": <Resource>,
    "payload": {
	"attributes": {
          "certificate": <string>,
          "main_activity": <string>,
          "package": <string>
          "activities": <list<string>>
          "permissions": <list<string>>
	}
    }
}

Usage

First of all, make sure you have setup the core system: https://github.com/CERT-Polska/karton

Then install karton-android from PyPi, as well as androguard

$ pip install karton-android androguard

$ karton-android

About

License:Apache License 2.0


Languages

Language:Python 100.0%