official website | Using Tutorials | Demo | ARM and Domestic System Compatibility Table | Update log
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
URL:https://btwaf-demo.bt.cn:8379/c0edce7a
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
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
- Offline installation script:Click to download offline installation script
- Download image file:Download image file
- Download the cloudwaf program file:Download cloudwaf
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
1.Home Overview
2.Intercept record
3.Hit record
4.Attack map
- GitHub Issue