How to Hack a Site Knowing a Bit of HTML (hackthissite.org) Part 2

May 17, 2015 06:33 PM
635674568095930232.jpg

Hello all.

It's time for level 6 all, password encrypting.

635674568095930232.jpg

Step 1: Looking for ASCII Table

First you have know what is ASCII here's a link for you buddies

http://www.asciitable.com/

Step 2: Go for the Level 6

As you see here

635674577496711790.jpg

there are 2 input boxes the first checks for you the password algorithm.

For example put this in the first one:(capital letters are different)

abcd

it will gives you this

aceg

but if you input this:

ABCD

it will gives you:

ACEG

so what are these?

well if you look at the ASCII table you will understand that:

a ------> a

b ------> c

c ------> e

d ------> g

the 1st one moves 0+

the 2nd one moves 1+

the 3rd one moves 2+

the 4th one moves 3+

and

.

.

.

635674590793899756.jpg

I hope you got it.it is totally easy to understand

Step 3: Encrypting

the page says that

You have recovered his encrypted password. It is:

4g3deh>;

here you don't need to move them one by one forward 0+/1+/2+/3+/4+/5+/...

here it say you have recovered the encrypted password,so its completely different here you have to move backward instead of forward i mean this:

0-/1-/2-/3-/4-/5-/6-/....

here for this 4g3deh>; we do like this:

4 ----> 4 (0)

g ----> f (1-)

3 ----> 1 (2-)

d ----> a (3-)

e ----> a (4-)

h ----> c (5-)

> ----> 8 (6-)

; -----> 4 (7-)

it is 4f1aac84

hope you all understand this.

635674591703744843.jpg

Bye for now.

Comments

No Comments Exist

Be the first, drop a comment!