The problem does not have to do with the browser
Its about intercepting the score and submitting your own score
maybe reading about “burp suite” will help in your case
Also I get the fact that I should modifiy the request to pass the wanted “score” But how can I modifiy it when I open the browser and it kills my computer with constantly loading the site?
Sorry for the messy reply, I was kinda mad at it.
Sooo..
I found this – /levels/extras/b3.swf
Downlaoded it and opened with firefox, but the broswer kept opening the file on a new tab endlessly. (Freezing my computer.)
Also, since it doesn’t open the file, I can’t see any data, request, log under network tab.
Emily08, I tried that but it didnt seem to work
The password is not hard coded
You just have to intercept the request and make your changes
I think this will help
Hi @Emily08 I achieved this level without any external tools. I’m used to work with Chrome developers tools. Instead of focusing on SWF maybe you should imagine how to build a very simple set of HTML and classical requests to make the changes.
Thanks everyone, now I got firefox debugged.. soo, I changed the score and content length, sent the request, but nothing happens. Can I have a nudge as what to think next?