stuck on level 5 do i need to use ftp to port 80 or do i just telnet to te telnet port, if so how do get loged into that :o
forgrt that last post i got it but having problems with telneting to port 80
will figer out later
Printable View
stuck on level 5 do i need to use ftp to port 80 or do i just telnet to te telnet port, if so how do get loged into that :o
forgrt that last post i got it but having problems with telneting to port 80
will figer out later
That would be good, but think about it for a second...
what do you mean
Possible level 5 solution/tips.
telnet www.hulla-balloo.com 80
GET /hack/level5/index.php HTTP/1.1
Host: www.hulla-balloo.com
Referer: http://www.hulla-balloo.com/hack/level5/level5.php
From: [email protected]
you need to look again at which page you are trying to GET, and which is the referer...and you also need to remember that there is a variable you must pass to that page...what is the other method for passing information to a page, other than POST?
This is a sweet game, it is a whole lot of fun :) thanks thesecession
http://www.antionline.com/showthread...hreadid=245708 more fun stuff :wow:
im on level 7
i would not mind a little help as am new to all this
trying to get to level 4
just need some hints would be nice
if you read through the thread you should be able to get to level 5.
Hint: Change the URL :D
Late
im trying to connect to telnet but it always says "Cannot open a connection to www...."
and ive tried other things but didnt work...
be sure that you type in 80 as the port after you type www.hulla-balloo.com kulay. also if youre running a firewall make sure it will let the outgoing connection pass through also... i need some help with level 8... i realize that it has to be an SSI bug like
but i dont know how to use it... anyone on/past lvl 8 yet?
can someone have a look at this for me:
http://scifi.pages.at/hackits/JavaScript.htm
been lookig round in the code, had basically this same problem with another i was trying to do the other day...
is the answer related to this line:
d1=window.document.linkColor; ?
why is it telnet wont work on a workstation
thesecession,
Would really appreciate you implementing the tutorial for the different levels. Don't need the answers; just point us in the right direction where we can deduce the password without getting a migraine...lol
Gidz, take a good look at that javascript
They purposly threw that line in to fool you. If you notice, the line after the if statement says:Code:<SCRIPT LANGUAGE="JavaScript">
function pw()
{
var d1, Eingabe;
d1=window.document.linkColor;
Eingabe=prompt ("Please enter password");
if (Eingabe==d1)
{
window.location.href=String.fromCharCode(65,66,67)+".htm";
}
else
{
window.location.href="denied.htm";
}
}
</SCRIPT>
Eingabe=prompt ("Please enter password");
---> if (Eingabe==d1)
{
---> window.location.href=String.fromCharCode(65,66,67)+".htm"; <-- notice it doesn't say d1+ ".htm". It basically says window.location.href (goto this site)
"=" that equals
String.fromCharCode a string of characters from the character code, and add htm to the end of it.
So what your looking for is some kind of programming chart that programmers use often.
Good luck
thanks xmaddness, ill let you know how it goes,
ok i am very new to this and this is going to make me sound like a real twozzok as so many of you are past level 5 but could someone spend some time helping me get off level 3, if they do i will compile a tutorial from a newbies perspective so others can master the black art
any offers?
YC
ps i even dreamed of putting a ? at the end of php as that is all i have understood so far!!
hey u all,
geeks who r new to this thread, read carefully each of the post in this thread and one other active thread,apply some brain and u`ll be through level 1-4 but ya... level 5 is bit difficult one.
best...
As some of you may have seen, I tried to post a tutorial to help you guys out, but it seems to have offended some people since they worked hard to get where they were. Anyway, I suggest this alternative:
If you are really stuck, and have spent a long time on a level, send me a PM with what level you are on, what you have tried (and the results), where you are stuck, what you want to try but don't know how, and I will try to supply you with a tip to get you going.
I think this is much more similar to asking a friend, then my tutorial was.
Good luck guys.
not too shabby.... would definately recommend hackerslab.org though
hey could use a little shove with level 5 still learing.. ths is what I have come up with if you guys could help it would be great..............first is my spoffing correct anything alse you have to do to get it to e-mail me the pass
you could e-mail if you would like [email][email protected]
GET
hi everybody,
i tried to telnet to www.hulla-balloo.com on port 80.
but it gives error "cannot connect to site.......". i suppoose there is a filewall
can any one help me.
i cant get past level 4 cause it wont let me edit the code so i can get the form. How do i edit the Code????
In order to edit the code, save to your pc, edit the code, save the new version to your pc, and open the newly created page. You can use your favorite HTML editor or even MS Word.
"Now yer diggin where the taters grow!"
http://arcanum.co.nz/ is another great site, It has 4 challenges per level: Logic, Programming, Encryption and Unknown. Pretty challenging..
Stuck on level 8 Grrrrr! I think I have been at work too long and my brain is fried... #exec is as far as I can get, but not to sure how to apply it. Anyone have any hints/suggestions?
look into the options that you have from #exec.
Sam has placed the file in a folder with an odd name. What would you do to find a file?
PM me if need be.
http://www.antionline.com/showthread...hreadid=245827 this should help you all at least a little.
yeah its fun but i guess i don't know enough to do it mabye if somone would teach me alittle of anything that would be cool.thanks for the site
happy hacking
-LiveWire
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.
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?
You are already here - AntiOnline has numerous tutorials on all kinds of subjects, just take a look through the tutorials forum.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?
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?