
Originally Posted by
pressf10
hi all!
after following the steps above i get this

however there are those files and directories

any idea? or tip how can i reinstall the whole thing? it is enough to del the directories?
thanks for the answers

root@bt:~# sh /pentest/web/webgoat/webgoat.sh start80
chmod: cannot access `././tomcat/bin/*.sh': No such file or directory
cp: cannot stat `./tomcat/conf/server_80.xml': No such file or directory
/pentest/web/webgoat/webgoat.sh: line 39: ./tomcat/bin/startup.sh: No such file or directory
Open
http://127.0.0.1/WebGoat/attack
Username: guest
Password: guest
Or try
http://guest:guest@127.0.0.1/WebGoat/attack
tail: cannot open `./tomcat/logs/catalina.out' for reading: No such file or directory
tail: no files remaining
Hi all, those of you who are experiencing similar problems as above is because you need to navigate to the correct directory before running the script. If you had followed the HOW-TO exactly you will have to navigate to the folder /pentest/web/webgoat and run the script like so:
Code:
root@bt:~# cd /pentest/web/webgoat
root@bt:/pentest/web/webgoat# sh /pentest/web/webgoat/webgoat.sh start8080
hope this solved some problems for newbies like myself i ran into the same stumble block being new to linux and all.
Cheers happy BTing