当前位置:网站首页>Image steganography method
Image steganography method
2022-07-28 15:00:00 【Jun moshang】
Picture steganography concept
seeing the name of a thing one thinks of its function , Is to hide the information you want to express in the picture .
Using tools
1、cmd command
2、steghide
Download url ;http://steghide.sourceforge.net/download.php
step
1、 Open Command Prompt , Enter into steghide Folder
2、 Input \steghide>.\steghide.exe embed -cf 2.jpg -ef 1.txt
Then give a password .
3、 Extract text :wrote extracted data to"1.txt"
notepad 1.txt that will do 
binwalk
stay ctf We have no password , Need binwalk This tool .
Be careful : This tool needs python3 Environmental Science , For installation, please refer to the blog :binwalk
usage :
1、-e Decompose the compressed package
binwalk -e pcat.bin
2、-D perhaps –dd Decomposing a certain type of file ( stay windows The inside should be enclosed in double quotation marks )
binwalk -D=jpeg pcat.bin
3、-M Recursively decompose the scanned file ( Follow me -e perhaps -D In combination with )
binwalk -eM pcat.bin
4、-h Seek other usage 
边栏推荐
- Process finished with exit code-1073740791(0xC0000409)
- 10、 C enum enumeration
- Keras reported an error using tensorboard: cannot stop profiling
- pix2pix
- 58子站安居,经纪人营销管理平台登录接口加密逆向
- SwiftUI 的动画机制
- Namespace conflict problem
- How long can we "eat" the dividends of domestic databases?
- 如何让照片中的人物笑起来?HMS Core视频编辑服务一键微笑功能,让人物笑容更自然
- SwiftUI 布局 —— 对齐
猜你喜欢

企鹅一面:为什么不建议使用SELECT * ?
C # read INI file and key value pair operation

@Solution to DS ('slave') multi data source compatible transaction problem

Google lab usage notes

linux安装redis

Product Manager

Store and guarantee rancher data based on Minio objects

linux安装mysql

How to use the C language library function getchar ()

Deploy flask on Alibaba cloud server
随机推荐
Redis configuration file explanation
Added the ability of class @published for @cloudstorage
为 @CloudStorage 添加了类 @Published 的能力
Foundation of knowledge atlas (II) - knowledge expression system of knowledge atlas
Modify the default path of Jupiter notebook
RPC (remote procedure call protocol) telecommunication framework
&0xffffffff(0x08)
The 35 required questions in MySQL interview are illustrated, which is too easy to understand
看了就会的 Rainbond 入门教程
Hard disk partition method
Install biological sequence de redundancy software CD hit
Introduction to MITK
VTK notes - picker picker summary
Word creates a title list with automatic numbering
在 SwiftUI 视图中打开 URL 的若干方法
The third pre class exercise
SwiftUI 的动画机制
How many ways can multithread run in sequence?
SwiftUI 布局 —— 对齐
SwiftUI 布局 —— 尺寸( 上 )