bud20002
11 years ago

0

the password is something

31replies
28voices
996views
looooool [coolet]
11 years ago

0

```

<fieldset>  

  <label for="pass">Password:</label>  

 <input type="password" name="pass" id="pass" autocomplete='off'/><br/>  

    <input type="button" class="form_button" value="Submit" onclick="javascript:checkpass();"/>  

So
EugineKaufmen
11 years ago

1

How do the codes apply to find the password?

hackforliberty
11 years ago

0

but… all that code string is a Another way to decode the password. because the correct password is already written

daMage
11 years ago

0

Sure, it’s written there. But if you’re not paying attention, it can be easy to miss…

sagie69
11 years ago

0

found

hackthis4u
11 years ago

0

i didnt get it!

[deleted user]
11 years ago

0

Hey hackthis4u, try using firebug and remember this is a javascript level.
So do you think you might be looking at some javascript code??? :)


1

yeah… ANONRA is right , you should look at javascript code

Gonca69
11 years ago

0

@coolet sorry didnt understand a thing

[HUNON]
11 years ago

1

Please,

The source code is the websites “builder”
Everything that is on the website is inside the source code!
So, if it is a simple USER/PASS validation process the chances are that the Password is in the source code

When you have user input (for example a password)
You want to validate that it is correct or not, to validate this we need to use code.
And if you don’t understand code, let me explain the logical way with a CODE that does not exist.

Input=
‘pass’=‘type your password here’
IF ‘pass’ == ‘DOG’ [accept user into website]
ESLE request details again


“==” is an equal sign
In most languages a single “=” is a set value for instance:
Pass = DOG
This is telling the computer that PASS is DOG

IF PASS==DOG
Now this is asking the computer, IS PASSWORD DOG?

Take a few minutes learning some basic coding before attempting any levels because obviously you still do not understand javascript language.

And read a few articles here on this forum

hackul8tor [LinuxMint]
11 years ago

0

to find the password is straight forward.
step 1= the level tells you that you are working with javascript.
step 2= go back to Main level 3, do the level over again and this time try to become familiar with jscript especially in the section where you got the user and pass.
step4= look at the format of the jscript that contains the user and pass in Main level 3
step5= view source code of javascript level 1 and try to find the similiar jscript format as in Main level 3
step6= look at the value assigned to value.
step7= this is not the password its a container
step8= search for whats in the container

i hope this doesnt give out to much detail, moderators feel free to let me know please.

hope this helps

toine27
11 years ago

0

You can see on down of source page


0

“correct”, is the password right..!

daMage
11 years ago | edited 11 years ago

0

No, and even if it was, you shouldn’t post answers here.
Edit: you are close though…

<? ' / ?> [draethel]
11 years ago

0

@g3rmaslihan - correct is not the password but the password = correct.
now the question what is correct = too?
(and no the answer is not “too”)

basically read every line of the page source and you will find the correct answer! hint: READ the source code, and if you don’t know how to view page source just ask :)

belzebub
11 years ago

0

the password was just in front of your eyes.. look closely.. its simple logic.. i have solved it even i don’t know much about java..

Tvibe [iamtestedok]
11 years ago

0

the password starts with j and ends with s… this is the easiest level so far :D

walkastray007
11 years ago

0

Thanks for the help.

TaaRt
11 years ago

0

Not sure if I did it the way I should’ve, but it worked. Does it involve a “!”?

Wibben
11 years ago

0

I don’t think so

ffffdv
10 years ago

0

Firebug… use it , and is there

3 replies have been removed
[deleted user]
10 years ago

0

Basically open the source code and check all the codes mentioned between these tags

Nightdreamer
10 years ago

0

This level isn’t very hard, you just have to use firebug and read. You’ll know it’s the password when you see it.

*********** [ADIGA]
10 years ago

0

just as something to say for those who know not much about javascript.

many ways can be used to run/include javascript in a webpage
the 2 main methods are:
1- inside a script tag where you have the script it self in the source code.
2- as a source in the script tag where you find the script in a file idecated by the the src attribute.

if im not wrong, if you look in the right place for those 2 you can solve all javascriot missions.

[deleted user]
10 years ago

0

Or you can solve all the levels using shift+F4 on Firefox. But what is the more efficient way?


0

@fkpuzat: I don’t quite understand what you said. Clarify please?

Nighttshad3
10 years ago

0

@freewind1012: It opens up Scratch Pad so you can write JavaScript in it and then execute it. So you don’t have to fiddle around editing the source.

jayssj11
10 years ago

0

fkupzat , its not only about completing the levels , its about learning from it , but sure scratchpad makes work easier .

[deleted user]
10 years ago

0

freewind1012-> Like Nighttshad3 said you can view the value of all javascript variables on a website with the scratchpad.

jayssj11-> Yes learning is the goal of each level and I didn’t know ADIGA’s methods so I will try soon :)

Nighttshad3
10 years ago

0

@fkpuzat: Yeah @ADIGA’s method is pretty much the same as using scratchpad just it’s inserting the script into the source.


0

@fkpuzat, @Nighttshad3: Ah, got it. Never use scratchpad because I don’t know what I should do with it. Now it seems to be a powerful tool.

You must be logged in to reply to this discussion. Login
1 of 32

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss