Challenge 'File Mystery
Challenge 'File Mystery
can someone help me...or just explain me what should I do in this challenge, I don't understand it at all...
-
- Posts: 115
- Joined: Wed Jun 11, 2008 9:47 pm
Re: Challenge 'File Mystery
gzip...hunter wrote:can someone help me...or just explain me what should I do in this challenge, I don't understand it at all...
-
- Posts: 144
- Joined: Fri Mar 28, 2008 11:29 pm
- Location: #hacker.org on Freenode
sorry if it sound rude but if you can't ge the answer after the above hint you don't deserve to be here.
________
Motor Manufacturing Kentucky
________
Motor Manufacturing Kentucky
Last edited by anantshri on Tue Feb 01, 2011 8:09 pm, edited 1 time in total.
0mega24 wrote:all things aside above, is there a way to analyze the file and deduce that it is a gzip archive? Other than running it through gzip i mean
Code: Select all
$ curl "http://www.hacker.org/challenge/misc/fl.bin" | file -
Theres a linux/unix utility called 'file' which has a very good list of different file formats and can identify just about anything (that i've found anyway).0mega24 wrote:all things aside above, is there a way to analyze the file and deduce that it is a gzip archive? Other than running it through gzip i mean
Just doing 'file output.bin' for example will generally tell you what a file is. If it can't figure it out it'll just say its 'data'.
Opps, yea... exactly what canine said
Indeed, there's probably a GNU utility to do pretty much anything you need to do, and if there isn't you can just string a few together in a pipeline to do it.MerickOWA wrote:Theres a linux/unix utility called 'file' which has a very good list of different file formats and can identify just about anything (that i've found anyway).
Just doing 'file output.bin' for example will generally tell you what a file is. If it can't figure it out it'll just say its 'data'.
Opps, yea... exactly what canine said
Remember: don't reinvent the wheel.
Re: Challenge 'File Mystery
any one know how to take the challenges??
help me please..
help me please..
-
- Posts: 2
- Joined: Wed Mar 24, 2010 11:43 pm
cant open BIN file
it isnt letting me open the BIN file, i dont want any answers but can someone help me open it?