This is all retired forensic challenges from hackthebox
Someone took my bytes! Can you recover my password for me?
We will get a file called password when we unzip the given file.
password
$ file password password: data $ cat password (cы$j U36U7(c7[~ы$j
I uploaded to CyberChefarrow-up-right and analyse with XOR Bruteforce .
XOR Bruteforce
Now we can see keys is ff and this file must be zip file with password.txt inside of it.
ff
zip
password.txt
Save the file as zip and unzip it. We will get the flag in password.txt file.
HTB{27AjFDkqi1wJ}
This damn Meth-Cook encrypted his Recipe. But we found his RSA-Key. For some reason, it is not working. Can you help us?
We will get these two file when we unzip the downloaded file.
how_to_make_meth.txt and rsa_private.key
how_to_make_meth.txt
rsa_private.key
Comming Soon....
Last updated 4 years ago
$ cat password.txt HTB{27AjFDkqi1wJ}
$ ls how_to_make_meth.txt rsa_private.key