Skip to content

sigma-cyber-ghost/Black-Ghost-IMGx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

🩸 BLACK-GHOST-IMGx

Metadata Obliterator & Stego Forge

🩸 Overview

Powerful image sanitization/steganography toolkit for cyber operatives. Wipes digital fingerprints (EXIF/JFIF/comments) and embeds/extracts hidden payloads. Built for Kali Linux, Debian, and Termux.

🩸 Key Features

Module Description
Extract Image Metadata Dumps all metadata (EXIF/JFIF) from images
Remove Metadata Wipes EXIF/JFIF traces via ExifTool
Blast Image Irreversible sector wipe with dd zero-overwrite
Stego-Scanner Extracts hidden payloads using Steghide
Stego-Hide Embeds secret files/messages into images

🩸 Menu

  1. Extract Metadata (ExifTool)
  2. Sanitize Metadata (Remove EXIF/JFIF)
  3. Extreme Sector Purge (dd wipe)
  4. Stego-Scanner (Extract payloads)
  5. Stego-Hide (Embed secrets)
  6. Exit

🩸 Installation Linux

apt install python3 python3-pip git coreutils libimage-exiftool-perl steghide -y
pip install pillow rich
git clone https://github.com/sigma-cyber-ghost/Black-Ghost-IMGx.git
cd Black-Ghost-IMGx
python3 black_ghost_imgx.py

🩸 Installation Termux

pkg update && pkg upgrade -y
pkg install python git coreutils exiftool steghide -y
pip install pillow rich
git clone https://github.com/sigma-cyber-ghost/Black-Ghost-IMGx.git
cd Black-Ghost-IMGx
python3 black_ghost_imgx.py

🩸 Requirements

Python 3.8+ Kali/Debian/Termux Dependencies: exiftool, steghide, coreutils, Pillow, rich

🩸 This tool is crafted for Black-Hat operatives. Sigma-Ghost, the creator, holds no responsibility for your actions. You own your consequences.

🌐 Connect With Us

Telegram YouTube Instagram Twitter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages