#AppScan Platform
###1. Introduce This is an app check platform for detecting security problem, which is based on Drozer and Androguard ###2. Env To run the code, you may need to prepare the following things,
-
Python 2.7
-
Django 1.9
-
Drozer 2.3.4 (to configue it, you can refer to Running on the edge and then set Drozer as a system environment variable)
-
Androguard
To make it easily, you can use Santoku and just need install Django
###3. Run
--1. At first, prepare a mobile or AVD, install drozer agent and keep the agent on.
--2. Run "python manage.py runserver" to start Django service
--3. Upload an Apk by access "http://127.0.0.1:8000/index"
###4. To be contined