Skip to content

If you share, do it like a Ghost... No metadata, no filename fingerprint, no trace.

Notifications You must be signed in to change notification settings

DeadSwitch404/ghost-image-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 

Repository files navigation

Ghost Image Cleaner

"If you share, do it like a Ghost."

A minimalist Bash tool by DeadSwitch to strip all metadata and rename image files with cryptographically random names. No EXIF. No filename trace. No fingerprint. Just the imageโ€”nothing else.

๐Ÿ”ฅ Features

  • Removes all EXIF metadata from images
  • Renames the file using a random hex string
  • Leaves no digital fingerprint (device, date, location, filenameโ€”all gone)
  • Written in pure bash for Unix-like systems
  • One-liner usage for speed and stealth

โš™๏ธ Requirements

  • bash
  • exiftool
  • openssl
  • file (used for MIME type checking)

๐Ÿง  Usage

./ghost-image-cleaner.sh path/to/image.jpg

Output:

[+] Removing metadata from: image.jpg
[โœ“] Image anonymized -> 83af19d4e73c4a12.jpg

๐Ÿ›ก Philosophy

Privacy is not a luxury. It's survival.
โ€” DeadSwitch | The Cyber Ghost

This tool was created to keep your image shares invisible to digital profiling. Use it before uploading images to forums, darknet sites, secure drops, or anywhere surveillance might lurk.

โ— Warning

The script overwrites the original image with a sanitized and renamed version. Backup if needed.

Does not currently recurse through directories or process batches (future option).

๐Ÿ“‚ License

Open-sourced under the MIT License.
Use freely. Modify ruthlessly. Share like a ghost.

About

If you share, do it like a Ghost... No metadata, no filename fingerprint, no trace.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages