| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Ghostmark is a command-line toolkit designed with almost all features that you require for image forensics. It can extract metadata, scrub metadata, embed or extract text from the images, detect for steganography, generate image hashes and compare them, detect for password protection.
Clone the project
git clone https://github.com/cracking-bytes/Ghostmark.gitGo to the project directory
cd GhostmarkInstall dependencies
pip install -r requirements.txtRun the program (CLI)
python3 src/main.py| Feature | Supporting File Types | Saving File Type |
|---|---|---|
| Metadata Extraction | JPG | |
| Metadata Scrubber | JPG | JPG, PNG |
| Embedding Text | JPG, PNG | PNG |
| Extracting Hidden Text | PNG | |
| Steganography Detection | JPG, PNG | |
| Generating Image Hash | JPG, PNG | |
| Image Hash Comparison | JPG, PNG | |
| Detecting Password Protection | JPG, PNG |
Language Used:
Libraries Used:
Dev Tools:
Bhavika Nagdeo (Cracking Bytes)
Ranveer
If you have any feedback, ideas, or features to suggest, reach out at bhavikanagdeo83@gmail.com
| Back | FazBrowse Home | New Git URL |