OWASP Webgoat 8 : Setting up the environment
Welcome back everyone, today I’m going to teach you how to setup Webgoat version 8 in Kali Linux.
Webgoat is a vulnerable web application that teaches you how to exploit and defend vulnerabilities in web applications.
Please feel free to visit my website at:
https://www.hackingplayground.com
Webgoat GitHub:
https://github.com/WebGoat/WebGoat/releases
Command:
wget
https://github.com/WebGoat/WebGoat/releases/download/v8.0.0.M23/webgoat-server-8.0.0.M23.jar
Run it using java.
java -jar webgoat-server-8.0.0.M23.jar [–server.port=8080] [–server.address=localhost]
Make sure, before you run web goat to stop any proxies running on port 8080 otherwise it won’t work.
Follow me on social media at:
https://www.facebook.com/EthicalHackingPlayground/
by krypt0mux
linux web server