A modern go cli tool for hashing and analysing the type of hash
  • Go 95.8%
  • Shell 2.2%
  • PowerShell 2%
Find a file
Rohan Kaushik 7fcf4fbf8f tag push
2023-08-05 17:41:03 +05:30
cmd completed version 1.0.0 2023-08-05 17:38:30 +05:30
.gitignore Initial commit 2023-07-29 18:35:15 +05:30
auto.ps1 added automation scripts 2023-07-29 18:43:17 +05:30
auto.sh added automation scripts 2023-07-29 18:43:17 +05:30
CHANGELOG.md directory structure completed 2023-07-30 16:45:27 +05:30
go.mod directory structure completed 2023-07-30 16:45:27 +05:30
go.sum directory structure completed 2023-07-30 16:45:27 +05:30
LICENSE Initial commit 2023-07-29 18:35:15 +05:30
main.go cobra-cli init 2023-07-30 18:01:26 +05:30
README.md tag push 2023-08-05 17:41:03 +05:30
TODO.md added md5 regex 2023-08-05 15:58:10 +05:30

██╗░░░██╗███╗░░██╗░██████╗███████╗███████╗███╗░░██╗
██║░░░██║████╗░██║██╔════╝██╔════╝██╔════╝████╗░██║
██║░░░██║██╔██╗██║╚█████╗░█████╗░░█████╗░░██╔██╗██║
██║░░░██║██║╚████║░╚═══██╗██╔══╝░░██╔══╝░░██║╚████║
╚██████╔╝██║░╚███║██████╔╝███████╗███████╗██║░╚███║
░╚═════╝░╚═╝░░╚══╝╚═════╝░╚══════╝╚══════╝╚═╝░░╚══╝

Go Reference

unseen

A modern go cli tool for hashing and analysing the type of hash

Installation

On windows

  • run go install github.com/snowkluster/unseen@latest

On linux

  • make sure you have your GOBIN setup in your path
  • firstly find out your $GOPATH by running go env GOPATH
  • then paste the output of the above command {$GOPATH} into the command below
  • finally add export PATH=${PATH}:{$GOPATH}/bin to your .bashrc or .profile
  • this should allow you to use unseen on linux