Webgoat Installation: If You Get Message That It Cannot Find The Download

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

WEBGOAT INSTALLATION

Install Java

 If you get message that it cannot find the download


o wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add

 apt-get update && apt-get update

 apt-get install default-jdk

 java -version

Install Webgoat
NOTE: the most recent version is M26, so replace M23 with M26 below. Also, for
the chown command use root:root (opposed to grace:grace).
wget
https://github.com/WebGoat/WebGoat/releases/download/v8.0.0.M23/webgoat-
server-8.0.0.M23.jar

chmod 755 webgoat-server-8.0.0.M23.jar


chown grace:grace webgoat-server-8.0.0.M23.jar

java -jar webgoat-server-8.0.0.M23.jar

Open Browser to: http://127.0.0.1:8080/WebGoat/


Login:

You might also like