Forrest logo
tool overview
On this page you find all important commands for the CLI tool zsteg. If the command you are looking for is missing please ask our AI.

zsteg

Steganography detection tool for PNG and BMP file formats.

List of commands for zsteg:

  • zsteg:tldr:3a9cd zsteg: Detect embedded data in a BMP image, specifying the bits to consider.
    $ zsteg --bits ${1,2,3|1-3} ${path-to-image-bmp}
    try on your machine
    explain this command
  • zsteg:tldr:40ebd zsteg: Detect embedded data in a PNG.
    $ zsteg ${path-to-image-png}
    try on your machine
    explain this command
  • zsteg:tldr:64802 zsteg: Detect embedded data in a PNG, extracting only prime pixels and inverting bits.
    $ zsteg --prime --invert ${path-to-image-png}
    try on your machine
    explain this command
  • zsteg:tldr:98509 zsteg: Detect embedded data in a BMP image, using all known methods.
    $ zsteg --all ${path-to-image-bmp}
    try on your machine
    explain this command
  • zsteg:tldr:d2ade zsteg: Detect embedded data in a PNG, iterating pixels vertically and using MSB first.
    $ zsteg --msb --order yx ${path-to-image-png}
    try on your machine
    explain this command
  • zsteg:tldr:f2531 zsteg: 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}
    try on your machine
    explain this command
tool overview