Merge pull request #36 from RickdeJager/master

Add StegSeek
pull/37/head
John Hammond 2020-12-08 12:13:32 -05:00 committed by GitHub
commit 83006000f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -350,6 +350,10 @@ Steganography
A tool often used in CTFs for encoding messages into images.
* [StegSeek][StegSeek]
This is similar to `stegcracker`, but _much_ faster. Can also extract metadata without a password list.
* [`steg_brute.py`](https://github.com/Va5c0/Steghide-Brute-Force-Tool)
This is similar to `stegcracker` above.
@ -1610,6 +1614,7 @@ OpenToAll - https://opentoallctf.github.io/
[jsteg]: https://github.com/lukechampine/jsteg
[jstego]: https://sourceforge.net/projects/jstego/
[StegCracker]: https://github.com/Paradoxis/StegCracker
[StegSeek]: https://github.com/RickdeJager/stegseek
[Base41]: https://github.com/sveljko/base41/blob/master/python/base41.py
[Base65535]: https://github.com/qntm/base65536
[Easy Python Decompiler]: https://github.com/aliansi/Easy-Python-Decompiler-v1.3.2