Skip to content

Recursively searches a directory for any file containing a specified string

License

Notifications You must be signed in to change notification settings

byt3bl33d3r/toby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Toby

When reverse engineering firmware of embedded systems, often just searching for a specific string using grep on a file or strings on a binary can reveal potential vulnerabilities. This tool simply aims to automate this process by identifying the filetype and running the appropriate commands.

Requires the grep, stringsand file unix utilities

Requires the following python libraries:

  • python-magic
  • termcolor
usage: toby.py [-h] [-i] -s string -d directory

Toby

optional arguments:
  -h, --help    show this help message and exit
  -i            Ignore case distinctions
  -s string     String to search for
  -d directory  Directory to search

Example:

python toby.py -s 'iptables' -d /dir/of/extracted/firmware

About

Recursively searches a directory for any file containing a specified string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages