A Hash Cracker Utility written in Go
.\gokain.exe -th <amount of threads to run> --type <sha1 | sha256 | sha512 | md5> --hash <your hash-string>
cd gokain\worker
.\bin\gokain.worker.v2.exe --job <path to job.yml>
... needs coresponding job-file in /worker/jobs with name <job-name>.job.yml
the exe needs to be run in worker folder, since the charset-config uses relative paths, needs to be fixed