All Projects → zecure → shadowd_ui

zecure / shadowd_ui

Licence: GPL-2.0 license
The Shadow Daemon user interface

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Twig
543 projects

Logo

Quality Gate Status

Shadow Daemon is a collection of tools to detect, record and prevent attacks on web applications. Technically speaking, Shadow Daemon is a web application firewall that intercepts requests and filters out malicious parameters. It is a modular system that separates web application, analysis and interface to increase security, flexibility and expandability.

This component can be used to manage profiles, rules and recorded attacks.

Documentation

For the full documentation please refer to shadowd.zecure.org.

Demo

A demonstration of this web interface can be found at demo.shadowd.zecure.org.

Installation

Use Composer to install the user interface.

composer install

If the installation is successful you are able to add a new admin user via the terminal:

php app/console swd:register --name=arg (--email=arg) (--admin)

Make sure that app/cache and app/logs are writeable by the web server user.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].