challenges:hackthebox:challenges:misc:fs0ciety
Table of Contents
HTB ~~ Misc Challenges ~~ fs0ciety
-
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 == j<xxx>t ec2-user@kali:~$
Il ne reste plus qu'à base64decode le contenu du fichier texte puis binary to ASCII.
FLAG
x
challenges/hackthebox/challenges/misc/fs0ciety.txt · Last modified: 2020/12/15 21:50 by didzkovitchz
