Header Banner
Null Byte Logo
Null Byte
wonderhowto.mark.png
Cyber Weapons Lab Forum Metasploit Basics Facebook Hacks Password Cracking Top Wi-Fi Adapters Wi-Fi Hacking Linux Basics Mr. Robot Hacks Hack Like a Pro Forensics Recon Social Engineering Networking Basics Antivirus Evasion Spy Tactics MitM Advice from a Hacker

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

May 17, 2015 06:33 PM
Skull and gear logo on a cracked black background.

Hello all.

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

Skull and gears graphic with a red and black color scheme.

Looking for ASCII Table

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

http://www.asciitable.com/

Go for the Level 6

As you see here

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

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

.

.

.

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

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

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.

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

Bye for now.

The next big software update for iPhone is coming sometime in April and will include a Food section in Apple News+, an easy-to-miss new Ambient Music app, Priority Notifications thanks to Apple Intelligence, and updates to apps like Mail, Photos, Podcasts, and Safari. See what else is coming to your iPhone with the iOS 18.4 update.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!