mirror of
https://github.com/apsdehal/awesome-ctf
synced 2024-11-25 03:40:18 +00:00
Added steganography tools
This commit is contained in:
parent
eb504b242b
commit
2b77fb3769
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue