Toby: finding the needle in the haystack
When I successfully extract a file system from the firmware of an embedded system, the first thing that I do is run grep
or strings
looking for low hanging fruit or even potential command injection vulns.
What I wanted though is something that recursively checked all files of a directory …