====== HTB ~~ Misc Challenges ~~ fs0ciety ======
[[htb|Retour]]
-
===== Présentation =====
We believe that there is an SSH Password inside password protected 'ZIP' folder.
Can you crack the 'ZIP' folder and get the SSH password?
1 fichier :
* ''fsociety.zip''
===== Résolution =====
****
=> ''fcrackzip -help''
ec2-user@kali:~$ fcrackzip -u -D -p '/home/ec2-user/rockyou.txt' fsociety.zip
PASSWORD FOUND!!!!: pw == jt
ec2-user@kali:~$
Il ne reste plus qu'à base64decode le contenu du fichier texte puis binary to ASCII.
===== FLAG =====
x