Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 3.53 KB

README.md

File metadata and controls

92 lines (66 loc) · 3.53 KB

Sonata

File Hash Analyze Tool



Static Badge Static Badge

GitHub Repo stars GitHub forks GitHub watchers

Description

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!

Disclaimer

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.

Table of Contents

Installation

You can use the precompiled binaries, or you can manually install Sonata by following the next steps:

  1. Clone the repository by executing the following command:
git clone https://github.com/nickvourd/Sonata.git
  1. Once the repository is cloned, navigate into the Sonata directory:
cd Sonata
  1. Install the third-party dependencies:
go mod download
  1. Build Sonata with the following command:
go build Sonata

Usage

ℹ️ 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