File Hash Analyze Tool
Sonata is an open-source tool designed to analyze file hashes. Sonata is written in Golang, a cross-platform language.
For command-line usage and examples, please refer to our Wiki.
If you find any bugs, don’t hesitate to report them. Your feedback is valuable in improving the quality of this project!
The author and contributors of this project are not liable for any illegal use of the tool. It is intended for educational purposes only. Users are responsible for ensuring lawful usage.
You can use the precompiled binaries, or you can manually install Sonata by following the next steps:
- Clone the repository by executing the following command:
git clone https://github.com/nickvourd/Sonata.git
- Once the repository is cloned, navigate into the Sonata directory:
cd Sonata
- Install the third-party dependencies:
go mod download
- Build Sonata with the following command:
go build Sonata
ℹ️ Please refer to the Sonata Wiki for detailed usage instructions and examples of commands.
███████╗ ██████╗ ███╗ ██╗ █████╗ ████████╗ █████╗
██╔════╝██╔═══██╗████╗ ██║██╔══██╗╚══██╔══╝██╔══██╗
███████╗██║ ██║██╔██╗ ██║███████║ ██║ ███████║
╚════██║██║ ██║██║╚██╗██║██╔══██║ ██║ ██╔══██║
███████║╚██████╔╝██║ ╚████║██║ ██║ ██║ ██║ ██║
╚══════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
Sonata v1.1 - File Hash Analyze Tool.
Sonata is an open source tool licensed under MIT.
Written with <3 by @nickvourd...
Please visit https://github.com/nickvourd/Sonata for more...
Usage:
Sonata [flags]
Sonata [command]
Aliases:
Sonata, sonata, SONATA
Available Commands:
help Help about any command
info info commnand
Flags:
-h, --help help for Sonata
-v, --version Show Sonata current version