wink wink, it's me. Thanks for using this tool!
StegBurp is a high-performance brute-force tool designed to crack passwords used with StegSnow, a steganographic utility for hiding messages in ASCII text files. It supports multithreaded password cracking and is optimized for both speed and compatibility. idea from SCIST Final CTF.
Have fun! by syuan
gcc -O3 -march=x86-64-v2 -o stegburp stegburp.c -pthr./stegburp <secret file> <wordlist> keyword:
like
./stegburp test.txt /usr/share/wordlists/rockyou.txt keyword:flag{
