Sunday 29 March 2020

Stego: Hackerman writeup: Challenge


Hackerman stego write up

Tools:

1. steghide
2. stegcracker
3. base64 decodeder

Steps:

1. download the zip file
2. extract the zip file with password "hackthebox"

3. now use stegcracker, steghide bruteforce to extract hidden files inside hackerman.jpg
4. use rockyou.txt to extract it with password "almost"
5. get the base 64 inside hackerman.txt
6. now decode SFRCezN2aWxfYzBycH0=

Commands:

1. stegcracker hackerman.jpg rockyou.txt
2. echo "SFRCezN2aWxfYzBycH0=" |base64 -d

Flag:

HTB{3vil_c0rp}

Reference:

1. https://forum.hackthebox.eu/discussion/189/hackerman
2. https://www.reddit.com/r/hackthebox/comments/76rq14/trying_to_figure_out_stego_i_am_stuck_on_the/

Video:


No comments:

Post a Comment