Installing Thunder WAF on Kali Linux

Select Installation Method

Select the installation method based on your actual situation

  • Automatic Installation : Use a single command for automated installation, recommended for beginners

  • Manual Installation : If you are familiar with Linux and Docker, you can manually configure the Thunder environment

  • Offline Installation : If your environment cannot connect to the internet, you can download the offline installation package using this method

Automatic Installation

One-click installation: The automatic installation can be completed in 3 minutes.

bash -c "$(curl -fsSLk https://waf-ce.chaitin.cn/release/latest/manager.sh)"

If the command executes successfully, it means that Thunder has been installed successfully, and you can now access the Thunder console

Accessing the Thunder Console

After Thunder is successfully installed, you can open your browser and visit <span>https://<safeline-ip>:9443/</span> to use the Thunder console.

Note to open access to port 9443

Leave a Comment