Skip to content

Latest commit

 

History

History
101 lines (76 loc) · 4.1 KB

english.md

File metadata and controls

101 lines (76 loc) · 4.1 KB
aaWAF

aaWAF

aaWAF openresty version social

official website | Using Tutorials | Demo | ARM and Domestic System Compatibility Table | Update log

aaWAF Introduction

Free private cloud WAF firewall Baota Cloud WAF has been certified by millions of users to safeguard your business By using reverse proxy, website traffic first reaches the Baota Cloud WAF After being detected and filtered by Baota Cloud WAF, it will be transferred to the website server that originally provided the service. Baota Cloud WAF is an open-source web application firewall that can protect websites from SQL injection, XSS,CSRF,SSRF, Command injection, code injection, local file inclusion, remote file inclusion, and other attacks

Demo

URL:https://btwaf-demo.bt.cn:8379/c0edce7a

Working principle diagram of Baota Cloud WAF

install

Use SSH tool to log in to the server and execute the following command to install:

URL=https://node.aapanel.com/cloudwaf_en/scripts/install_cloudwaf_en.sh && if [ -f /usr/bin/curl ];then curl -sSO "$URL" ;else wget -O install_cloudwaf_en.sh "$URL";fi;bash install_cloudwaf_en.sh

Offline installation

Note that this installation method is suitable for selecting when the server cannot connect to a public network node

  • Docker must be manually installed during offline installation, otherwise it cannot be installed
  • Before offline installation, please ensure that your server has the tar gzip curl netstat ss docker command. You can use this command to check if it exists:
Packs=("curl" "tar" "gzip" "netstat" "ss" "docker" ); for pack in "${Packs[@]}"; do command -v "$pack" >/dev/null 2>&1 || echo -e "\033[31mError: $pack cmd not found\033[0m"; done

After downloading the above files, use tools such as Xftp and winscp to upload them to the server, place the downloaded files in the same path, and then execute the installation command to install offline:

bash install_cloudwaf.sh offline

After installation, the login steps are the same as online

Function Introduction

1.Home Overview

image

2.Intercept record

image

3.Hit record

image

4.Attack map

image

Contact Us

  1. GitHub Issue
  2. WeChat

image