by Ichuebehackenlol in Challenge Help about open - report
Help
Basic 2:
I don't know what it means modifi url ??? i used browser console and i change it and does something but it all didn't work
by evensong about
Think about what the URL does. It basically gives the server the address of the webpage you want displayed. If the server isn't protected, you might be able to find the address of a page they don't really want you to see...like maybe a file containing passwords. Look through the code and see if you can find references to files that seem likely to have good info. It can also be helpful just to play around on normal websites and try to access content through writing to the URL rather than clicking links. It's good practice so that when you find the juicy file for this challenge, you know how to add it on to the URL.