-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

zsteg


> Steganography detection tool for PNG and BMP file formats.

> It detects LSB steganography, ZLIB-compressed data, OpenStego, Camouflage and LSB with the Eratosthenes set.

More information.


Detect embedded data in a PNG:

zsteg {path/to/image.png}

Detect embedded data in a BMP image, using all known methods:

zsteg --all {path/to/image.bmp}

Detect embedded data in a PNG, iterating pixels vertically and using MSB first:

zsteg --msb --order yx {path/to/image.png}

Detect embedded data in a BMP image, specifying the bits to consider:

zsteg --bits {1,2,3|1-3} {path/to/image.bmp}

Detect embedded data in a PNG, extracting only prime pixels and inverting bits:

zsteg --prime --invert {path/to/image.png}

Detect embedded data in a BMP image, specifying the minimum length of the strings to be found and the find mode:

zsteg --min-str-len {10} --strings {first|all|longest|none} {path/to/image.bmp}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:06:51 2024