please visit SecureHeaders Project.
An easy way to up and running a web interface to navigate in data collected by headers core script.
This project provides an easy way to up and running a web interface to navigate in data collected by headers core script.
This folder have all PHP, JS and CSS files to run headers-ui.
A mininum container for share volume with others containers. Data shared are:
- application files
./app/:/var/www/html
- database data
./database/:/var/lib/mysql
All database data files.
MySQL (5.5.52) container instance.
NGINX (1.10.1) container instance.
PHP (5.6.25) container instance. This container have:
- php-mysqli; and
- php-mysqlnd.
IE libraries required to access database instance.
The definition file to up and running headers-ui.
To run the container images it will be necessary a docker and docker-compose installation.
With requirements met, just follow the steps below:
$ docker-compose build
$ docker-compose up -d
$ bash db_run.sh #necessary to populate headers database#