First we connect to the server using ssh
Then we use tar, gzip, bzip2, xxd commands to decompress files.
ssh [email protected] -p 2220
file bruh
It gives us the output - gzip compressed data
So we first rename it to .gz
extension by using mv bruh bruh.gz
And then we decompress it by using gzip -d bruh.gz
We get an output file bruh
whose filetype is bzip2 compressed data
Flag - wbWdlBxEir4CaE8LaPhauuOo6pwRmrDw