issue after posting correct score
“You don’t have enough space in your inventory”
“You have only scored 109384 in an online game but you needed a score higher than 194175 to get top of the high-scores table.”
“You don’t have enough space in your inventory”
I have done the same as Prasanna, however, I put the score as 999999.
This still didn’t work and I don’t know why.
This is what I’ve done.
- Edited the search form html
- changed the action to [removed]
- changed the q to what’s required
- used tamper data and changed the number to 999999
I still do not manage to pass?
edit: I also decompiled the swf file and it confirms the correct url needed.
Thanks for wrapping your post with spoiler tags and not writing the answers in the forum.
If you think a level is broken, you’re free to use the contact form.
@FartWeasel: You should put your post in spoiler tag. Btw, it doesn’t work because it’s not right. Read more, choose a method for yourself and execute it exactly. Don’t combine every idea you’ve ever seen to make an ultimate solution.
I’ll just leave this here:
[quote=“Basic + Level 3”]You have only scored 109384 in an online game but you needed a score of exactly 194175 to get top of the high-scores table.[/quote]
- daMage
@cybersteincore: The method using Tamper Data is dead. Use another one to complete this level.
@beniman8: You need to submit a HTML form with method, action and parameter(s).
@freewind1012: What do you mean dead?
@beniman8: Check what your browser sends, when you normally submit the score. The level should then be easier…
- daMage
@daMage: There was a thread discussing about this problem after big update in Nov 2013. I reported it and received the answer. However, I was not sure what @flabbyrabbit meant when he said “working as before”.
JAYSSJ11- “I’d rather be hated for who I am, than loved for who I am not.”
@jayssj11: Maybe I am missing something. Which parameter did you use to complete this level? I tried score 2 times when tampering but it didn’t work.
10 years ago
0
I don’t think tamper data works for this level any more.
@cybersteincore: There is another level which asks you to send POST data, isn’t it? Use that method to complete Basic+ Level 3.
You can use:
1. your own html form
2. modified forms on the site
3. javascript
4. intercepting proxy
5. telnet / netcat / putty
or you could get creative ;)
Just figure out what kind of data is sent in the request and then create a modified request accordingly…
- daMage
@cybersteincore: What I suggested is not relevant to “hacking”. It’s something which you must know if you want to move further in Website Security / Website Hacking field.