It has been 610 days since the last update, the content of the article may be outdated.

安装zsteg

bash
1
2
3
git clone https://github.com/zed-0xff/zsteg
cd zsteg/
gem install zsteg

可能安装会因为国内网速原因导致没反应,换个RubyGems的源。

bash
1
2
3
gem sources --remove https://rubygems.org/
gem sources --add https://gems.ruby-china.com/
gem sources -l

zsteg使用方法

查看帮助

bash
1
zsteg -h

查看LSB信息

bash
1
zsteg pcat.png

检测zlib

bash
1
zsteg zlib.bmp -b 1 -o xy -v

显示细节

bash
1
zsteg pcat.png -v

尝试所有已知的组合

bash
1
zsteg pcat.png -a

导出内容

bash
1
zsteg -E "b1,bgr,lsb,xy" pcat.png > p.exe

总结

主要是为了记录工具的使用,不然碰到图片隐写,不会用工具查看信息就尴尬了。