Description
Get the password from the URL below.
Instructions
Type password from URL
Solution
When I clicked the link, I got an error message This site can’t be reached
. Turns out the URL is incorrect because of some extra space in the URL.
The incorrect URL is https://www.sourcing. games/games/02s/
. The correct URL should be https://www.sourcing.games/games/02s/
.
In Chrome
, the space is encoded as %20
and the web is can’t be reached.
I removed the space in the URL and the page is loaded correctly.
https://www.sourcing.%20games/games/02s/
→ https://www.sourcing.games/games/02s/
The page contains the password for the challenge.
When using Firefox , somehow you can’t click the button because that broken URL. You can inspect the element and remove the space in the URL to get the correct URL.
Flag/Password
Show
4vc7sa