don't know where i ***** up :/
[left]The hint tells you :[/left] [quote=author]If Flash needs to communicate with a server it does so in exactly the same way a normal page would.[/quote]
Try to solve the ‘Intermediate’ level 1 and level 2, which use two main way to send information to a server , and then you will maybe find a solution to solve this level.
/====================================================================\
and please, read this thread, we need your help ! [float=right] – – – > https://www.hackthis.co.uk/forum/general-information/off-topic/2456-foldinghome?page=7[/float]
\=====================================================================/
10 years ago
0
TD doesn’t work for this level anymore. So try to find another way to submit the score. I am also still trying to find out another way to complete this level. Best Of Luck!!
@lucki58300 ’s advice is good enough. Don’t try to use any add-on because it will lead you to nowhere.
[quote=tlotr]TD doesn’t work for this level anymore. So try to find another way to submit the score. I am also still trying to find out another way to complete this level. Best Of Luck!! [/quote]
I’ve just tried it and it’s working well with TD.
@Memoria: How could you complete it with a flood of requests?
The previous version of hackthis already had the request flood actually..
Just need to launch in the right time and unchecked the good check-box then no more flooding ..
/====================================================================\
and please, read this thread, we need your help ! [float=right] – – – > https://www.hackthis.co.uk/forum/general-information/off-topic/2456-foldinghome?page=7[/float]
\=====================================================================/
@Memoria: Yeah, I do agree with you that we can use that add-on for Basic+ Level 3. However, it will be so frustrating for newbies because there are a bunch of AJAX requests coming.
10 years ago
0
Okay, I have tried to complete this level using TD but it didn’t worked. It still shows Incomplete.
10 years ago
0
Hi @IAmDevil
Yes I am sure that I’m using the right request. Cause when I click on start tamper and then change the score to the one mentioned in the level the pages loads again but still shows the level as incomplete. Also the attempts shows as 0 only. I’ve tried it 4 times now but still the attempts show as 0. Also I found the URL goes from this -> https://www.hackthis.co.uk/levels/basic+/3 to this -> http://www.hackthis.co.uk/levels/b3.php?submit
10 years ago
0
Thanks for the hint. I have created the form but I am confused what to use in the action attribute. https://www.hackthis.co.uk/levels/b3.php or http://www.hackthis.co.uk/levels/b3.php?submit or http://www.hackthis.co.uk/levels/basic+/3. Then I tried all three but still couldn’t get it to work. I think I am doing something wrong.
@freewind1012 I just said it worked :p.
@tlotr I guess you’re missing an important part
RFC 2616
Note that in the action attribute, you don’t have to write the beginning of the URL .
(Hope that it doesn’t help too much)
/====================================================================\
and please, read this thread, we need your help ! [float=right] – – – > https://www.hackthis.co.uk/forum/general-information/off-topic/2456-foldinghome?page=7[/float]
\=====================================================================/
10 years ago
0
@Memoria and @lucki58300: I finally did it but I used the complete URL and it worked for me. Cheers!!!!!
10 years ago
0
Now what the hell is nc and sockets now.
I have the same question with @tlotr .
For those still trying to get it, what I found helped is just finding a form already in the page and just editing bits of it to do what I wanted it to. Then all you need to do is type what you need in it and hit enter.
Maybe try editing the search form.
10 years ago
0
Or you can create your own form. Just 4 lines of code with which you can complete this level.
10 years ago
0
Thanks @Memoria for sharing the URLs. I’ll check them out.
I guess you’ve aborted the wrong request .. Anyway, aou can try others methods people are talking in this topic. There is no “unique” solution.
Yes a form seems to be the best way!
Using TD maybe a little hard as a request has to be captured in a small time so there is more probability of capturing a wrong request and also includes editing the request data! ;)
- @IAmDevil
Its good to be back! :D
Hmm… I maybe wrong here but there was a level in which we had to send the password flubbergump to the site! Its almost the same here.
You’ll have the idea if you completed that level!! ?
- @IAmDevil
Its good to be back! :D
there are only 2 methods, trial and error, also remember to tell the page what information you are sending it
name the info being sent
Well , the level works by sending data to the page….and correct me if I am wrong guys…..you got your hands on two of the methods……
Try out both of them….and yeah…..making a form is the best way to get over this level !!