Lucene search
+L

8 matches found

Kitploit
Kitploit
added 2026/09/15 8:50 p.m.9 views

zsteg

zsteg Descripción detecta datos ocultos por esteganografía en PNG y BMP Instalación root@kitploit: gem install zsteg Detecta: Esteganografía LSB en PNG y BMP Datos comprimidos con zlib OpenStego Camouflage 1.2.1 LSB con el conjunto de Eratóstenes Uso root@kitploit: zsteg -h Usage: zsteg options...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 12:22 p.m.13 views

Steganography

Steganography 目录 安装 字节序列操作 WavSteg LSBSteg StegDetect 如果你不熟悉隐写术技术,我还写了一篇该领域的概述文章: Steganography: Hiding Data Inside Data。 安装 该项目已上传至 PyPI,可通过以下命令安装: root@kitploit: pip install stego-lsb 或者,你也可以直接从本仓库安装: root@kitploit: git clone https://github.com/ragibson/Steganography cd Steganography python3...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 10:41 a.m.4 views

visual-forensic-steganography

视觉取证隐写分析 VFS工具允许对不同数字图像格式执行视觉攻击。该功能对于检测某些隐写技术的使用(尤其是LSB(最低有效位))以及恶意软件分析师分析隐写恶意软件片段非常有用。所有这些操作无需将信息上传到不受信任的第三方服务。 使用非常简单。只需用我们的JavaScript代码打开网页(visual.html),打开数字图像,按颜色平面可视化视觉攻击,并根据选择提取信息。 示例 作者与许可证 本项目由 Dr. Manuel Urueña @muruenya 和 Dr. Alfonso Muñoz @mindcrypt 开发。代码基于 GNU 通用公共许可证 v3 发布。...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 9:20 a.m.5 views

steganographer

Python 中的隐写术 此脚本可将文件隐藏到图像中,并将修改后的图像保存到磁盘。 可隐藏在图像中的文件大小上限取决于图像的尺寸。 root@kitploit: 最大文件大小 = 图像高度 图像宽度 6 / 8 字节 '100k words.txt' 被隐藏在 'originalimage.png' 中,生成的文件名为 'imagewith100k words.png'。 去检查一下,看你能不能发现这两张图片之间的区别。 你可以使用此模块从 'imagewith100k words.png' 中提取 '100k words.txt'。 示例 原始图像 修改后的图像 这张图片中隐藏了 10...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 9:11 a.m.11 views

stegify

stegify Resumen stegify es una herramienta de línea de comandos simple capaz de ocultar de forma totalmente transparente cualquier archivo dentro de una imagen o conjunto de imágenes. Esta técnica se conoce como LSB Least Significant Bit esteganografía. Demostración Portador| Datos| Resultado...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/11 4:33 a.m.7 views

LSB-Steganography

LSB-Steganography 基于隐写术方法的Python程序,使用最低有效位技术将文件隐藏在图像中。 我使用了最基本的方法,即最低有效位。一个彩色像素由红色、绿色和蓝色组成,每个颜色编码为一个字节。其思想是将信息存储在每一个像素的RGB分量的第一位中。在最坏的情况下,十进制值的差异为1,人眼无法察觉。实际上,如果空间不足以将所有数据存储在每一个像素的第一位中,则应开始使用第二位,以此类推。需要记住的是,在图像中存储的数据越多,就越容易被检测到。 信息...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/08/09 12:00 a.m.12 views

From Noise to Meaning: Meaningful Secret Sharing with Tamper Detection for Facial Recognition

Popularity of AI-based face recognition system directly demands protection of sensitive biometric data used for training. Visual secret sharing is an interesting idea, as it splits facial images into secret shares that look random and spread across many institutions. However, these shares look li...

5.5AI score
SaveExploits0
Securelist
Securelist
added 2017/08/03 9:00 a.m.111 views

Steganography in contemporary cyberattacks

Steganography is the practice of sending data in a concealed format so the very fact of sending the data is disguised. The word steganography is a combination of the Greek words στεγανός steganos, meaning "covered, concealed, or protected", and γράφειν graphein meaning "writing". Unlike...

6.6AI score
SaveExploits0
Rows per page
Query Builder