Simple bruteforcer for CrackMe binaries
qrack is a tool that I wrote to solve a CTF challenge :P
I will probably improve some of this code someday...
go build -o ./qrack
./qrack --dictionary <dictionary path> --binary <binary path> --pattern <flag pattern>