Challenge By : Stylish
Challenge Description : The flag is in the format HTB{plaintext}
Points : 10
Author : Rehman S. Beg (HTB Profile : MrReh )
________________________________________
Lets download the file and extract it content, we get "you_can_do_it.txt" lets see what we have inside
We have a random text and we have to rearranged it, lets rearrange the text and grep our flag.
Doing some google research we have found this website https://www.dcode.fr/caesar-box-cipher Caesar Box Cipher will help us to complete this challenge.
FLAG : “HTB{YOUSEETHATYOUCANDOIT!}”