What is it? @.@

Here is the place where I record some tactics about wargame, systems, and other security issues.

2012-09-25

Hack This Site! - Javascript 4

Description:
Var?
But that's what it said! Right? 
Level 4
Javascript Mission 4:

Faith is trying to trick you... she knows that you're tired after all the math works... 
        _________________
Password:|_________________|
Check Password
Solution:
  1. Just a little trick about variable.
  2. View page source code, and find the javascript code below.


  3. The value of variable "RawrRawr" is "moo".
  4. The IF statement is the hint.
    if (x == ""+RawrRawr+"")
  5. "" is equal to NULL, i.e., nothing. So, the answer is "moo"
  6. Input "moo" and submit. It's done!