Hashbrowns

Medium Challenge

The website

Analysis

By inspecting the webpage, we can see a few things, for example, the website makes use of a script tag

the js script

We are going to focus on the last segment of the code

Cracking the hash

using crackstationarrow-up-right, we can attempt to crack the SHA256 hash

indeed, the sha256 hash of keylogger is the word that the program checks for

Solving

by putting the word keylogger in the textbox as our input, we get the flag

flag{h4sh1ng_keyc0d3_lo}

wonderful

flag: flag{h4sh1ng_keyc0d3_lo}

Last updated