WebGoat Configuration | Web Application Security | Cycubix Docs
Besides using the default URL you can also create fully qualified domain names (FQDN) for WebGoat and WebWolf. Read our guide & learn how to configurate WebGoat.
Fully Qualified Domain Names (FQDN)
Besides using the default URL’s you can also create fully qualified domain names (FQDN) for WebGoat and WebWolf. You will need to edit the hosts file for Windows / Mac.
Troubleshooting
If you can't find the path to c:\system32\drivers\etc\hosts, open your Notepad App as an administrator and put the following path into the file address: c:\system32\drivers\etc\hosts. Then make the corresponding FQDN changes.
Download and run WebGoat with the necessary configuration to bind to the specified FQDN.
java -jar webgoat-server-8.0.0.M26.jar --server.address=webgoat.local
Open a web browser and navigate to
http://webgoat.local:8080/WebGoat
. You should see the WebGoat login screen, indicating that the configuration was successful.
Last updated