A forensic person I'm working with just turned me on to
Don't yet have any experience using it, and I'm wondering if anyone here has any good examples (or might link to some)?
For example, I'm guessing you could just grab a dd image of a hard drive with a tool like dcfldd.
Then run strings on that dd image and grep that output.
strings -t d /path/to/ddImage.dd > ASCIIoutput
strings -t d -e l /path/to/ddImage.dd > UNICODEoutput
Google.com
I always check the man pages when I am learning a new command
http//
(also just ´man strings´ in the terminal)
Also maybe this can help get you started
http//
I would be interested in learning what else you find. Especially common uses geared towards investigations.
~Joshua
Strings is a very handy tool but can return lots of results that are unmanageable. Strings is good at identifying text in Alternative Data Streams (ADS).
Dont forget about sed and awk for extra power - check the *nix manual for syntax or try google aswell.
Ronan
If you have not already done so I would suggest reading "The Beginner's Guide v3.21" by Barry Grundy. It can be downloaded at
Stu
Ah, here we go
Floppy Practice Image (
"Able2" Ext2 Disk Image (
Practice Log Archive (
Raw Carving Practice (
NTFS Image (
NTFS E01 (EWF) Image (
MD5 Checksums (