Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 710 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 710 Bytes

Appsentinel - APK security scanner

Mobile platforms and mobile applications are more and more used by millions of users worldwide. More and more developers and developing mobile applications and placing those on app stores for the users to install on their devices.

Set Up

Install Docker https://docs.docker.com/get-docker/

Once you have docker, clone the repository and inside the project run:

docker-compose build

After build, start the containers to do the magic!!!!

docker-compose up -d

Then you need to go inside the database container to create the tables

docker exec -it appsentinel-mariadb-1 bash
mysql -u appsentinel -p < data/application/scanner.sql
exit