Post

CTF BIBLE - STEGANOGRAPHY

Collection of Tools, Cheats sheets I use for solving various kinds of CTF Challenges

CTF BIBLE - STEGANOGRAPHY

This Cheat Sheet is still work in progress and will be constantly updated.

Steganography

Tool Summary

ToolDescriptionSupported Formats
stegosuiteStegosuite is a graphical steganography tool to easily hide information in image files. It allows the embedding of text messages and multiple files of any type. In addition, the embedded data is encrypted using AES.BMP, GIF, JPG and PNG
stegcrackerStegCracker is steganography brute-force utility to uncover hidden data inside files. 
stegsnowThis utility can conceal messages in ASCII text by appending whitespaces to the end of lines. 
steghideSteghide is steganography program which hides bits of a data file in some of the least significant bits of another file in such a way that the existence of the data file is not visible and cannot be proven. 
stegoVeritasYet another Stego Toolgif,jpeg,png,tiff,bmp
zstegdetect stegano-hidden data in PNG & BMPPNG & BMP
Secret MessagesPut hidden messages in the text you write. 
outguessOutGuess is a universal tool for steganography that allows the insertion of hidden information into the redundant bits of data sources.JPEG, PPM and PNM
SilentEyeSilentEye is a cross-platform application design for an easy use of steganography, in this case hiding messages into pictures or sounds. 
htstegoThis is a steganography utility for generating stego images in halftone format and extracting payloads from such generated images. 
iStegiSteg can hide your file inside an image using LSB method 
DeepSoundDeepSound is a steganography tool and audio converter that hides secret data into audio files. The application also enables you to extract secret files directly from audio files or audio CD tracks. 
OpenStegoOpenStego is a steganography application that provides two functionalities:
1. Data Hiding: It can hide any data within an image file.
2. Watermarking: Watermarking image files with an invisible signature. It can be used to detect unauthorized file copying.
 
BinwalkBinwalk is a tool for searching a given binary image for embedded files and executable code. 
wav-steg-pyA python script to hide information over an audio file in .wav format 
stego-lsb- wavsteg - WavSteg uses least significant bit steganography to hide a file in the samples of a .wav file..wav
 - steglsb - LSBSteg uses least significant bit steganography to hide a file in the color information of an RGB image (.bmp or .png)..bmp or .png
 - stegdetect - StegDetect provides one method for detecting simple steganography in images. 
steganoStegano only hide messages, without encryption and is a pure Python Steganography module. 
OpenPuffSecurely hide your sensitive information within other files and protect your privacy with this powerful steganography tool. 
Sonic VisualiserSonic Visualiser is a free, open-source application for Windows, Linux, and Mac, designed to be the first program you reach for when want to study a music recording closely. 
AudacityIt allows users to visualize audio signals as spectrograms, which can reveal hidden messages embedded within the audio. 

Tool installation

1
2
3
4
5
6
7
8
sudo apt install outguess stegosuite stegsnow stegcracker steghide binwalk python3-binwalk

gem install zsteg

pip3 install stegoveritas
stegoveritas_install_deps

pip install stego-lsb stegano
This post is licensed under CC BY 4.0 by the author.