I'm doing a little of ctf stuff and my job is to find out which unpopular algorithm of compression was used to compress the file with the format .sbx. The "file" command on the file returns name: data , I've also tried TriDNet on this file, tar,bzip2,zip . The format of the file is unknown and I was given a password to decompress the file so if someone could give me a clue I would really appreciate. When I run hd on the file the head is 0;
Asked
Active
Viewed 1,875 times
0
-
Might be: [How to detect type of compression used on the file? (if no file extension is specified)](https://stackoverflow.com/a/19127748/7501501), if this is not what you are looking for please comment. – Yonlif Feb 11 '20 at 20:39
-
I think you should add the `linux tag`, there are many linux tools that can be useful here. – Yonlif Feb 11 '20 at 20:43
-
@Yonlif I used that already didn't work :/ – NoMoreCrash Feb 12 '20 at 21:03
-
When I need to understand a file, binary image or compression I usually use [binwalk](https://tools.kali.org/forensics/binwalk). – Yonlif Feb 13 '20 at 11:39
-
Can you share this file or a link to it? Maybe tell us it's source? Is it possible that it was corrupted in some way? If we are talking about ctf's maybe you need to be creative about it. – Yonlif Feb 13 '20 at 11:42