Gospel is an all-in-one CLI toolkit for system exploration, security auditing, and data inspection.
From decoding obscure strings to uncovering system misconfigurations, Gospel 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
git clone https://github.com/Zeronetsec/Gospel.git
cd Gospel
chmod +x install.sh
./install.sh
# for backup
./install.sh --backupgospel --misconfind <path>
gospel --dumpstring <string>
gospel --decode <string|file>
gospel --procinfo
gospel --sysinfoAnd more commands.
This project is licensed under the MIT License.