GitHunt

stegburp

預覽

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

how 2 use

  1. gcc -O3 -march=x86-64-v2 -o stegburp stegburp.c -pthr
  2. ./stegburp <secret file> <wordlist> keyword:

like

./stegburp test.txt /usr/share/wordlists/rockyou.txt keyword:flag{

Languages

C100.0%

Contributors

Created July 27, 2025
Updated October 29, 2025