当前位置:网站首页>LSB利器-zsteg
LSB利器-zsteg
2022-08-02 18:29:00 【OnlyForBetter】
一、Usage
# zsteg -h
Usage: zsteg [options] filename.png [param_string]
-c, --channels X channels (R/G/B/A) or any combination, comma separated
valid values: r,g,b,a,rg,bgr,rgba,r3g2b3,...
-l, --limit N limit bytes checked, 0 = no limit (default: 256)
-b, --bits N number of bits, single int value or '1,3,5' or range '1-8'
advanced: specify individual bits like '00001110' or '0x88'
--lsb least significant BIT comes first
--msb most significant BIT comes first
-P, --prime analyze/extract only prime bytes/pixels
--invert invert bits (XOR 0xff)
-a, --all try all known methods
-o, --order X pixel iteration order (default: 'auto')
valid values: ALL,xy,yx,XY,YX,xY,Xy,bY,...
-E, --extract NAME extract specified payload, NAME is like '1b,rgb,lsb'--[no-]file use 'file' command to detect data type (default: YES)
--no-strings disable ASCII strings finding (default: enabled)
-s, --strings X ASCII strings find mode: first, all, longest, none
(default: first)
-n, --min-str-len X minimum string length (default: 8)
--shift N prepend N zero bits-v, --verbose Run verbosely (can be used multiple times)
-q, --quiet Silent any warnings (can be used multiple times)
-C, --[no-]color Force (or disable) color output (default: auto)PARAMS SHORTCUT
zsteg fname.png 2b,b,lsb,xy ==> --bits 2 --channel b --lsb --order xy
二、Case
题目地址:链接:https://pan.baidu.com/s/1F5AnMvE0Y6FwmCWZWoHwCw
--来自百度网盘超级会员V3的分享
zsteg fileName -all 查看所有的lsb可能

发现有一个通道识别为PNG image,导出该通道图片,是一张二维码。
zsteg -e b1,rgb,lsb,xy flag11.png -> out.png
边栏推荐
猜你喜欢

有哪些好用的实时网络流量监控软件

AtomicInteger详解

What skills are the most practical for college students in communications?

阿里测试8年经验,靠着这份理解,我才得以生存下来

技术人生 | 如何设定业务目标

什么是会话劫持以及如何阻止它

From the technical panorama to the actual scene, analyze the evolutionary breakthrough of "narrowband high-definition"

实例033:列表转字符串

Five keys to a successful Industrial IoT deployment

I have 8 years of experience in the Ali test, and I was able to survive by relying on this understanding.
随机推荐
Win11dll文件缺失怎么修复?Win11系统dll文件丢失的解决方法
洛谷P4316 绿豆蛙的归宿
Data Governance: The Evolution of Data Integration and Application Patterns
「日志」深度学习 CUDA环境配置
CWE4.8:2022年危害最大的25种软件安全问题
阿里35+老测试员生涯回顾,自动化测试真的有这么吃香吗?
魔豹联盟:佛萨奇2.0dapp系统开发模式详情
如何确保智能工厂的安全?
LeetCode 2333. 最小差值平方和(贪心)
电子行业库存管理痛点与WMS仓储管理系统解决方案
编译型语言与解释型语言的区别
golang刷leetcode滑动窗口(9) 颜色分类
从技术全景到场景实战,透析「窄带高清」的演进突破
WPF login with Prism
知识点滴 - 什么是iAP2 (上)
Endanger the safety of common Internet attacks have?
register和volatile的区别
POE交换机全方位解读(中)
常用随机变量的数学期望和方差
C#里如何简单的校验时间格式