You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I played with your machine ;-) and i found some problems in the XSS exercise:
When my browser tries to go: localhost:1337 i see that all Scripts, Images, and CSS getting 403 from the Server.
So i investigated it a little bit.
First, you must specify a relevant tag when you're using Base docker images https://github.com/ScaleSec/vulnado/blob/master/client/Dockerfile#L1
Pls change it to something that works and you're happy with like: nginx:3.14-alpine.
This is what made you trouble, since every time you're taking the latest version.
Now navigate to http://localhost:1337/login.html and make sure that everything is working fine!
• Check if there errors in the Inspect > Console tab in your browser.
Enjoy!
The text was updated successfully, but these errors were encountered:
reuvenel
changed the title
http://localhost:1337 not working well(JS, CSS, Images) since nginx user doesn't have permissions
(XSS exercise) http://localhost:1337 not working well(JS, CSS, Images) since nginx user doesn't have permissions
Dec 22, 2023
reuvenel
changed the title
(XSS exercise) http://localhost:1337 not working well(JS, CSS, Images) since nginx user doesn't have permissions
(XSS exercise) http://localhost:1337 not working well(JS, CSS, Images) since nginx user doesn't have permissions + Workaround
Dec 22, 2023
Hey there ;-)
I played with your machine ;-) and i found some problems in the XSS exercise:
localhost:1337
i see that all Scripts, Images, and CSS getting 403 from the Server.So i investigated it a little bit.
First, you must specify a relevant tag when you're using Base docker images
https://github.com/ScaleSec/vulnado/blob/master/client/Dockerfile#L1
Pls change it to something that works and you're happy with like:
nginx:3.14-alpine
.This is what made you trouble, since every time you're taking the latest version.
Workaround(Temporary fix):
Enter to Container
and goes to
Run those commands:
Now navigate to http://localhost:1337/login.html and make sure that everything is working fine!
• Check if there errors in the Inspect > Console tab in your browser.
Enjoy!
The text was updated successfully, but these errors were encountered: