Open RitaGlushkova opened 2 years ago
This is a very good writeup of the problem.
You took the right steps, you explained your thought process behind specific commands.
Using file to check what sort of file foobar was, was very good. Always nice to verify something is what you think it is.
file
foobar
Although in this case the random data happened to seem like it might be something real :)
Echoing what @mbarrin said. This is impressive!
This is a very good writeup of the problem.
You took the right steps, you explained your thought process behind specific commands.
Using
file
to check what sort of filefoobar
was, was very good. Always nice to verify something is what you think it is.Although in this case the random data happened to seem like it might be something real :)