Skip to content
styx0x6 edited this page Nov 7, 2020 · 13 revisions

Welcome to the sWAF Wiki!

sWAF is a simple Web Application Firewall docker image, pre-configured to be easily used within your web services architecture.

It runs NGINX as a dedicated reverse proxy embedding powerful WAF engines: ModSecurity 3, using OWASP® ModSecurity Core Rule Set (CRS) rules, and NAXSI. It uses acme.sh for Let's Encrypt and others free CA support.

This Wiki will be improved continuously. Feel free to open issues, submit pull requests or discuss on - Discord channel to come -.

Architecture

sWAF is a docker image acting as an infrastructure security asset ready to be deployed wherever into your network infrastructure:

[Client] --hxxp(s)://drive.cloud.me--> [sWAF > rProxy+Security] --hxxp://a.b.c.d:6666--> [webservice1]

TODO Improved examples.

Main Features

  • NGINX with:
    • LibreSSL & TLS 1.3 support.
    • ModSecurity 3 & OWASP® ModSecurity Core Rule Set.
    • NAXSI. (Roadmap v0.2.0)
  • acme.sh for Let's Encrypt and others free CA support. (Roadmap v0.2.0)

Table of Contents

Home

Deploy & Configure

Build Details

  • TODO
Clone this wiki locally