Woofind is an all-in-one CLI toolkit for system exploration, security auditing, and data inspection.
From decoding obscure strings to uncovering system misconfigurations, Woofind gives you deeper insight into your system.
- Inspect system and hardware information
- Analyze running processes and resource usage
- Detect misconfigurations and potential risks
- Decode and analyze encoded data automatically
- Extract insights from strings (entropy, hashes, metadata)
- And more.
Please read the
DISCLAIMER
before use.
Use at your own risk.
git clone https://github.com/Zeronetsec/Woofind
cd Woofind
chmod +x install.sh
# termux / linux (root)
./install.sh # --backup
# linux (user)
sudo ./install.sh # --backupwoofind --misconfind <path>
woofind --dumpstring <string>
woofind --decode <string|file>
woofind --procinfo
woofind --sysinfoAnd more commands.
This project is licensed under the MIT License.