Skip to content

Advanced open-source steganalysis toolkit for uncovering hidden data in images. Includes bit-layer, color, and histogram analysis modules for forensic investigation and CTF use.

Notifications You must be signed in to change notification settings

quangntenemy/Steganabara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganabara

An advanced steganalysis toolkit designed to reveal what's hidden in plain sight.

Built for solving challenges/CTF competitions, Steganabara has become a trusted instrument for solving BARA-class challenges - where precision, patience, and deep insight matter most.

Its modular design and visual analysis features make it a quiet weapon in the hands of digital explorers and cybersecurity researchers alike.

Features

Bit Mask Filter

An image is basically a map of ARGB values. A popular method for hiding data is using the bit layers of the ARGB elements.

The Bit Mask Filter helps isolates and visualizes these layers, either individually or in combination, revealing concealed information.

The Amplify option enhances subtle differences, making hidden patterns visible to the human eye.

Color Map Filter

Another common steganographic technique involves using color variations with nearly identical RGB values - imperceptible to the human eye.

The Color Map Filter exposes these subtle differences, transforming invisible color shifts into visible evidence.

What once blended seamlessly now stands out in full contrast.

Color Explorer

A must-have feature for any visual steganography toolkit.

The Color Explorer lets you inspect each pixel's exact ARGB composition, making hidden irregularities and subtle encodings immediately visible. Precision down to the last bit.

Histogram

A histogram acts like an image's fingerprint - visualizing the distribution of pixel intensities.

In steganalysis, histogram analysis can expose subtle noise patterns and distortions left behind by hidden data.

It's an essential tool for detecting irregularities that human eyes can't see.

Color Table

The Color Table offers a detailed numerical view of an image's color distribution - a more granular extension of the histogram.

Its statistical insights can reveal irregularities caused by hidden data.

Double-click any row to jump directly to the Color Map for visual analysis of that specific color.

Demonstrations

Related

Contact

If you encounter any bugs in Steganabara or have ideas for new features or techniques, you're welcome to reach out through any of the following channels:

About

Advanced open-source steganalysis toolkit for uncovering hidden data in images. Includes bit-layer, color, and histogram analysis modules for forensic investigation and CTF use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages