An open-source GoTestWAF tool to test different web application firewalls (WAF) for detection logic and bypasses.

 Install Docker

===========

sudo apt update

sudo apt install apt-transport-https ca-certificates curl software-properties-common

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

sudo apt update

apt-cache policy docker-ce

sudo apt install docker-ce

sudo systemctl start docker

sudo systemctl enable docker

sudo systemctl status docker

sudo docker --version

Docker GoTestWAF tool Installation

==========================

docker pull wallarm/gotestwaf

Run Docker GoTestWAF tool

=====================

docker run --rm -it -v /root:/app/reports \

    wallarm/gotestwaf --url=<EVALUATED_SECURITY_SOLUTION_URL>

*Replace '<EVALUATED_SECURITY_SOLUTION_URL>' with target URL.


OR follow the below,

git clone https://github.com/wallarm/gotestwaf.git
snap install go --classic
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ./google-chrome-stable_current_amd64.deb
cd gotestwaf
go run ./cmd/gotestwaf --url=https://url.com

For Support, support@cybersecuritysolutions.raiseaticket.com

Comments

Popular posts from this blog

Install and Enable Certbot letsencrypt SSL/TLS Certificate in NGINX Ubuntu 22.04 LTS without using snapd