Woofind is a CLI toolkit for system exploration, security auditing, and data inspection.
- 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 features.
Please read .docs/disclaimer.md before using this tool.
Use this software at your own risk.
The author is not responsible for any damage, data loss, or issues that may result from its use.
Quick install:
git clone https://github.com/Zeronetsec/Woofind
bash Woofind/install.shFor more detailed installation and uninstallation instructions, see .docs/install_and_uninstall.md.
woofind --pattern-scan mydir/
woofind --capability /usr/sbin/ 'cap_sys_ptrace:cap_setuid:cap_net_raw' --threads 100
woofind --useraudit --passwd mypasswd --shadow myshadow
woofind --decode susfile.txt --limit unlimit --disable 'rot13:morse'
woofind --owner /usr/bin/ --forceAnd more commands.