Please enter a password to gain access to level 10Only this much is written as hint.What we should do? I have tried reading the source code and there is no hint how the password is validated.So,we have no other way than intercepting the data.Once we enter the password and hit submit the password along with some request is sent to the server by the browser.There can be very vital information in this request.What we do is intercept this request before it is sent to the server.For this we use "Burp Suit" or some extensions for tampering data.For chrome and firefox,we have tamper data addon.Iam using chrome add on: Tamper Chrome
HOW TO USE IT?
*Right click somewhere and select inspect.
*Now select the three arrows pointing right on top right corner.
*Now input some password in out mission or leave it empty and hit submit.
*You will see a new tab with the request details from Tamper.
In that ,look for details on cookie.
You can see, level10_authorized=no;
change it to 'yes' and press ok.we have completed the 10th level
Comments
Post a Comment