Challenge By : subzer0x0
Challenge Description : We believe that there is an SSH Password inside password protected ‘ZIP’ folder. Can you crack the ‘ZIP’ folder and get the SSH password?
Points : 30
Author : Rehman S. Beg (HTB Profile : MrReh )
________________________________________
Lets download the file and extract it content, we get password protected fsociety.zip file.
To crack zip file we will use fcrackzip tool
password is “justdoit” lets unzip it we get sshcreds_datacenter.txt file
look like Base64 lets decode it
we get binary code lets decode and grep our flag
FLAG : “HTB{[email protected][email protected]_th3_r0ck_is_c00king}”