Skip to content

pontocom/appsentinel

Repository files navigation

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

About

Appsentinel project repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages