-
yellowcat
im at level 5 and i (as well as others) am doing my head in.....what you need to do is change the url...do you know what that is (not being rude) you should be able to get to level 5 by reading through the thread....i would love to tell you what to do but then you would not learn anything....if you need more help let me know
late
-
I don't know who is reading these, but i have completed all Levels except 10. I have issues with it, and i beleive the level is bugged. Anyone that has truely completed the level, PM me and let me know that you did, and just need to try more...
Thanks
-
Hey all, my college computer forensics class is stuck on level 5. Unfortunetly we don't have access to any Linux comps so is there any advice you can give us WindoZe users? We keep trying the telnet thing everyone is posting but we keep getting errors.
Thanks in advance.
-rawr
-
rawr,
There are a couple avenues you can use to get through 5. I will try my best to explain without giving the aswers out directly.
One answer is to use telnet, however you need to use the proper port for http. If you are behind a firewall that you cannot change settings on, then the telnet method may not work correctly.
Another answer is to use JavaScript. you can wite a string in the URL to send you an email of the password. (hint: if you can use POST, then you can use GET or vise-versa)
I hope that helps you enough to see the light :D :brickwall
-
w00t!
Yes, that in fact sparked the attention of a couple of the Java programmers in the class who were half asleep. We are now onto level 6. Thanks much!
-rawr
-
hi everybody,
i`m stuck on level 5. i tried to telnet the site on port 80 but it says -"could not connect to host on port 80".
is there any other alternative way to get past level 5.
what should i do next?
if something is to be done in javascript/vbscript just give me a brief hint as i`m new to javascript and learning these days.
i little light in right direction will be of great help.
-
Lost
I telnet to www.hulla-balloo.com:80
Paste the following...
POST /hack/level5/level5.php HTTP/1.1
Referer: http://www.hulla-balloo.com/hack/level5/index.php
Host: www.hulla-balloo.com:80
[email protected]
Then I get this error. What the hell am i missing.
Error:
Client sent HTTP/1.1 request without hostname. See RFC2616 section 14.23
-
Hmmm....
Well I telneted in & received this response to my input:
HTTP/1.1 200 OK
Date: Thu, 10 Jul 2003 01:04:30 GMT
Server: Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25
X-Powered-By: PHP/4.1.2
Transfer-Encoding: chunked
Content-Type: text/html
24
Password reminder successfully sent.
0
Problem is...
No password? :confused:
And yes my e-mail was correct.....
Truly frustrating.
-
can anyone name a site with a good tutorial that tells how to edit code... I still dont know how to edit well... I guess what I am trying to say is, is there anything that will teach from the basics on up?
-
Quote:
Originally posted here by TOrn_sOuL
can anyone name a site with a good tutorial that tells how to edit code... I still dont know how to edit well... I guess what I am trying to say is, is there anything that will teach from the basics on up?
You are already here - AntiOnline has numerous tutorials on all kinds of subjects, just take a look through the tutorials forum.
Tutorials Forum:
http://www.antionline.com/forumdispl...?s=&forumid=59
Hang around, ask smart questions, read posts and soon you'll start to learn all that you want to know. If you do this, you will start from the bottom up and keep learning your way up.
Specifically though, what code are you trying to edit?