Skip to content

qrxnz/qrack

Repository files navigation

qrack

✒️ Description

Simple bruteforcer for CrackMe binaries

qrack.mp4

⚒️ To build

go build -o ./qrack

Or you can use just:

just

📖 Usage

./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"