Monday, June 27, 2005
WebGoat set-up issues
Firstly for those of you not familiar with WebGoat, it "is a full J2EE web application designed to teach web application security lessons. In each lesson, users must demonstrate their understanding by exploiting a real vulnerability on the local system"
I had some issues setting it up as it is not as well documented as it could be. To set it up on Windows:
Could not get to work, BUT remotely from another machine on the network with same credentials it worked fine (ie http://10.0.0.52/WebGoat/attack) which is how I would use anyway.
I had some issues setting it up as it is not as well documented as it could be. To set it up on Windows:
- Download WebGoat with Java (48MB), other versions don't seem to work as well.
- Unzip and run the batch file.
- Make sure nothing is running on port 80 or it will fail.
- Username: guest & password: guest
Could not get to work, BUT remotely from another machine on the network with same credentials it worked fine (ie http://10.0.0.52/WebGoat/attack) which is how I would use anyway.