Hackthissite Javascript-Writeup

Address :
www.hackthissite.org

The Javascript Mission writeup:

1.Idiot Test
    lookup the source , and find the equation ;
   
    x == "cookies"
   
    So the answer is "cookies";

2.Disable Javascript
    Just disable it ...
   
    if you web browser is firefox , you could input the address with : about:configure ;
    Then disable the javascripts
 
3.Math time!
    Just read the code ;
    And calculate the answer;

4.Var?
    lookup the source and find the code;
    I think this easy to find out the answer
    It's simple...

5.Escape!
    lookup the source , you will find the code has been Encode by URL
    Just decode it by a web app;
   
6.go go away .js
    check out the source , and find the code .
    But there is a trap ;
    The realy javascript has its own page named checkpass.

7.JS Obfuscation. FTW!
    The source code has been encrpyted , and you what's the next .
    But you may find it was too easy .
    the answer is j00w1n.

你可能感兴趣的:(Hackthissite)