Added steganography tools

This commit is contained in:
Harsh Mehta 2021-10-05 00:13:04 +05:30 committed by GitHub
parent eb504b242b
commit 2b77fb3769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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