From 2b77fb3769fdf6125c7ca76e81f17448d73f6613 Mon Sep 17 00:00:00 2001 From: Harsh Mehta <73291466+1n40@users.noreply.github.com> Date: Tue, 5 Oct 2021 00:13:04 +0530 Subject: [PATCH] Added steganography tools --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6aaadca..d59b44e 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,10 @@ It takes time to build up collection of tools used in CTF and remember them all. ## Steganography -*Tools used to create stego challenges* - -Check solve section for steganography. +- [Steghide](http://steghide.sourceforge.net/) - CLI tool to hide data in images and audio files. +- [exiftools](https://exiftool.org/) - Used to display metadata +- [Strings(Binutils)](https://www.gnu.org/software/binutils/) - Used to display printable characters of a file. +- [Binwalk](https://tools.kali.org/forensics/binwalk) - Used for searching embedded files/code. ## Web