Web-Hacking-Toolkit : A Multi-Platform Web Hacking Toolkit Docker Image With Graphical User Interface (GUI) Support

Web-Hacking-Toolkit multi-platform web hacking toolkit Docker image with Graphical User Interface (GUI) support. Installation Docker Pull the image from Docker Hub: docker pull signedsecurity/web-hacking-toolkit Run a container and attach a shell: docker run \ -it \ –rm \ –shm-size=”2g” \ –name web-hacking-toolkit \ –hostname web-hacking-toolkit \ -p 22:22 \ -v $(pwd)/data:/root/data \ signedsecurity/web-hacking-toolkit \ /bin/bash …