From 2daa72fee3c2c43cd9fafb2c5bd7b98c0473fcd8 Mon Sep 17 00:00:00 2001 From: Zesc Date: Fri, 27 Sep 2024 00:03:58 +0200 Subject: [PATCH] merged intro to stego into this --- .../steganography/.$Steganography.drawio.bkp | 85 ------------------- opsec/steghide/index.html | 2 +- 2 files changed, 1 insertion(+), 86 deletions(-) delete mode 100644 opsec/steganography/.$Steganography.drawio.bkp diff --git a/opsec/steganography/.$Steganography.drawio.bkp b/opsec/steganography/.$Steganography.drawio.bkp deleted file mode 100644 index 5be8ec1..0000000 --- a/opsec/steganography/.$Steganography.drawio.bkp +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/opsec/steghide/index.html b/opsec/steghide/index.html index ed49812..2db9762 100644 --- a/opsec/steghide/index.html +++ b/opsec/steghide/index.html @@ -61,7 +61,7 @@

Hiding files in images with steghide

- Previous Page

Zesc - 2024-08-30

+ Previous Page

Zesc - 2024-08-30

steghide is a mature GPL-licensed CLI tool for hiding arbitrary data inside of of image files (and some archaic audio formats). Its official web presence is located at https://steghide.sourceforge.net/. it conceals data inside a larger coverfile in a way that is indistinguishable to first-order statistical analysis. This means there is are anomalies in the file histogram, making most pictures innocuous without an original to compare to.