Table of Contents

HTB ~~ Misc Challenges ~~ fs0ciety

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 :

Résolution

fcrackzip -help

ec2-user@kali:~$ fcrackzip -u -D -p '/home/ec2-user/rockyou.txt' fsociety.zip


PASSWORD FOUND!!!!: pw == j<xxx>t
ec2-user@kali:~$

Il ne reste plus qu'à base64decode le contenu du fichier texte puis binary to ASCII.

FLAG

x