A modern go cli tool for hashing and analysing the type of hash
- Go 95.8%
- Shell 2.2%
- PowerShell 2%
| cmd | ||
| .gitignore | ||
| auto.ps1 | ||
| auto.sh | ||
| CHANGELOG.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| TODO.md | ||
██╗░░░██╗███╗░░██╗░██████╗███████╗███████╗███╗░░██╗
██║░░░██║████╗░██║██╔════╝██╔════╝██╔════╝████╗░██║
██║░░░██║██╔██╗██║╚█████╗░█████╗░░█████╗░░██╔██╗██║
██║░░░██║██║╚████║░╚═══██╗██╔══╝░░██╔══╝░░██║╚████║
╚██████╔╝██║░╚███║██████╔╝███████╗███████╗██║░╚███║
░╚═════╝░╚═╝░░╚══╝╚═════╝░╚══════╝╚══════╝╚═╝░░╚══╝
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
GOBINsetup in your path - firstly find out your
$GOPATHby runninggo env GOPATH - then paste the output of the above command {$GOPATH} into the command below
- finally add
export PATH=${PATH}:{$GOPATH}/binto your.bashrcor.profile - this should allow you to use
unseenon linux