Changing source code. -Hack this site level 4-
I have a quick question about changing source code with IE first of all heres an example www.hulla-balloo.com/hack/level4/index.php password for level 3 is bubbleboy so you can view level 4. Anyways what you have to do for the password for level 4 is change the source code and replace it with your own email address. But what i want to know is what do you do after you plug in your email address? Do you save the file somewhere and refresh the browser or what? This kind of tripped me up.
Level 3 hints and I'm STILL confused on 5
3's pretty simple. A litle crafty, but nothing you can't figure out.
You have to keep in mind that in order to check to verify that the right password was entered, the script has to have something to check it against. (well, in this case it does) It'll be a .txt file, and it's not a very creative name for the file that houses the password.
And since it's the password for level 4 you're trying to get, it's stored in the level4 folder.
So, try and piece together the directory where the password file can be found, and enter that in your web browser.
If you still can't get it, pm me and I'll help you out a bit more.
Now, for my question, if I don't use Telnet what am I supposed to do? Trying the same trick as Level 4 gives me a File Not Found error. Maybe I need to change the filename or directory?
EDIT: Hehe. It just told me "Invalid referring URL. Nice try!" and I can't decide if I was crafty and it's congratulating me or if I'm being predictable and it's mocking me.
Re: Changing source code. -Hack this site level 4-
Quote:
Originally posted here by thesecession
I have a quick question about changing source code with IE first of all heres an example www.hulla-balloo.com/hack/level4/index.php password for level 3 is bubbleboy so you can view level 4. Anyways what you have to do for the password for level 4 is change the source code and replace it with your own email address. But what i want to know is what do you do after you plug in your email address? Do you save the file somewhere and refresh the browser or what? This kind of tripped me up.
take a look at this line in your source:
<form action="http://www.hulla-balloo.com/hack/level4/level4.php" method="post">
it should have the path & filename of the file which will accept the POST.
Thanks.