Comment on page
Steg
Address | Explanation |
---|---|
https://secsy.net/easy_stegoCTF | steganography tools |
https://www.branah.com/braille-translator | Braille interpreter |
http://bigwww.epfl.ch/demo/ip/demos/FFT/ | Decode TTF |
https://www.dcode.fr/brainfuck-language | translator brainfuck |
https://www.boxentriq.com/code-breaking/morse-code | Morse code translator |
https://georgeom.net/StegOnline/image | Display LSB HALF mode |
steghide info <filename> -p <password>
steghide extract -sf <filename> -p <password>
java -jar turgen.jar
https://www.dcode.fr/binary-image
https://online-barcode-reader.inliteresarchy.com/
java -jar Stegsolve.jar
binwalk -e <file>
strings <file>
./steg_brute.py -b -d /usr/share/wordlists/rockyou.txt -f ../meow.wav
Last modified 1mo ago