Simple bruteforcer for CrackMe binaries
qrack.mp4
go build -o ./qrack
Or you can use just:
just
./qrack --dictionary <dictionary path> --binary <binary path> --pattern <flag pattern>
example:
./qrack --dictionary /usr/share/wordlists/rockyou.txt --binary ./example_crackme/test_crackme --pattern "Password"