cybersecuritybase / cybersecuritybase.github.io

Cyber Security Base with F-Secure
52 stars 26 forks source link

Fix incorrect filename #21

Closed kiuru closed 7 years ago

kiuru commented 7 years ago

The filename is incorrect. If you download file from https://s3.amazonaws.com/webgoat-war/webgoat-container-7.0.1-war-exec.jar it should be "webgoat-container-7.0.1-war-exec.jar".

Incorrect command gives the following error:

java -jar webgoat-standalone-7.0.1-exec.jar -httpPort 8081
Error: Unable to access jarfile webgoat-standalone-7.0.1-exec.jar

I really trust very much that filename is correct, so took almost 1 hour for me to understand that error "Unable to access jarfile ..." due to this :smile:.