您的位置:首页 > Web前端 > JavaScript

Hackthissite Javascript-Writeup

2015-05-25 21:38 741 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: