Skip to content

SteggyDev/Steggy

Repository files navigation

STEGGY: One Stop Steganography and Forensic Website.

Steggy

Steggy is a lightweight, multi-feature steganography and digital forensics web application built for researchers, students, and cybersecurity enthusiasts. It integrates popular tools under one intuitive web interface to detect, extract, and analyze hidden data in various file formats.

Markdown GNU%20Bash Docker Python

Table of Contents


Motivation

As Cyber Security students, we recognize the growing digital trust crisis in Indonesia—marked by frequent account breaches, data leaks, and the uncontrolled spread of personal information. This alarming reality motivated us to develop Steggy, a web-based platform that empowers users to securely conceal sensitive messages within digital media such as images, audio, and video.

By combining steganography and cryptography, Steggy ensures that hidden messages are not only invisible but also protected from unauthorized access. With no installation required, no storage limits, and a user-friendly interface, Steggy aims to be a practical, accessible tool that raises cybersecurity awareness and serves as an educational resource for digital forensics enthusiasts and CTF communities.


Getting Started

Prerequisites

This project requires the following dependencies:

  • Front End: HTML, CSS, JavaScript
  • Back End: Python(Flask)
  • Tools Integrated: steghide, stegoveritas, pdf-parser, exiftool, foremost, ffmpeg, matplotlib, PIL
  • Container Runtime: Docker

Installation

Build Steggy from the source and install dependencies:

  1. Clone the repository:

    ❯ git clone https://github.com/SteggyDev/Steggy
  2. Navigate and Install the dependencies:

    cd Steggy
    ❯ pip install -r requirement.txt

Usage

Run the project with:

Using docker:

❯ chmod +x run.sh

For Mac User:

❯ xattr -d com.apple.quarantine run.sh

Run the bash:

❯ ./run.sh

Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/SteggyDev/Steggy
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


Authors

Thank you very much to these awesome people:


About

One Stop Steganography and Forensic Website.

Resources

Stars

Watchers

Forks

Packages

No packages published