Toby (Toby-Find) is a lightweight discovery utility for terminal-based forensic tools on KALI and REMnux.
It provides quick access to tool descriptions, usage examples, and aliases — making it easy to remember what’s installed and how to use it.
Toby-Find on REMnux
Toby-Find on Kali
- 🔍 Searchable CLI help for dozens of built-in forensic and analysis tools
- 🧾 Includes both KALI and REMnux-specific help files
- 🛠️ Auto-detects user shell (bash/zsh) and sets up aliases:
tf
→ main launchertf-help
→ show full help filetoby-find
→ same astf
- 📦 Self-contained installer script, no root changes outside
/usr/local
-
Clone the repository:
git clone https://github.com/dwmetz/Toby.git
-
Make the install script executable:
cd Toby chmod +x install.sh
-
Run the installer:
./install.sh
-
Follow the prompt to choose your environment (KALI or REMnux)
-
Open a new terminal or run:
source ~/.bashrc # or ~/.zshrc depending on shell
tf [keyword]
Examples:
tf yara
tf volatility
tf hash
To view the full list:
tf-help
File | Purpose |
---|---|
toby-find.sh |
Main script |
install.sh |
Installs script, help file, and aliases |
help_files/ |
Contains toby-cli-help-kali.txt , toby-cli-help-remnux.txt , and ASCII |
README.md |
This file |
MIT License
- Baker Street Forensics blog Where Irregulars Are Part of the Game
- Toby 'merch'
- Check out the MalChela GitHub for more forensic tooling, and my other repositories here.