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.



For Support, support@cybersecuritysolutions.raiseaticket.com

Comments

Popular posts from this blog