Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

oshp/headers-ui-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

please visit SecureHeaders Project.

Build Status

headers-ui-container

An easy way to up and running a web interface to navigate in data collected by headers core script.

alt text

Table of contents

Description

This project provides an easy way to up and running a web interface to navigate in data collected by headers core script.

Project Structure

app/

This folder have all PHP, JS and CSS files to run headers-ui.

data/

A mininum container for share volume with others containers. Data shared are:

  • application files
    ./app/:/var/www/html
  • database data
    ./database/:/var/lib/mysql

database/

All database data files.

mysql/

MySQL (5.5.52) container instance.

nginx/

NGINX (1.10.1) container instance.

php/

PHP (5.6.25) container instance. This container have:

  • php-mysqli; and
  • php-mysqlnd.

IE libraries required to access database instance.

docker-compose

The definition file to up and running headers-ui.

How to use

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#

About

An easy way to up and running a web interface to navigate in data collected by headers core script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published