Add stepic under stego
parent
dcddb2fa92
commit
8aa7c04854
|
@ -83,6 +83,10 @@ Steganography
|
||||||
|
|
||||||
A command-line tool typically used alongside a password or key, that could be uncovered some other way when solving a challenge.
|
A command-line tool typically used alongside a password or key, that could be uncovered some other way when solving a challenge.
|
||||||
|
|
||||||
|
* [`stepic`](http://domnit.org/stepic/doc/)
|
||||||
|
|
||||||
|
Python image steganography. Stepic hides arbitrary data inside PIL images. Download it here: http://domnit.org/stepic/doc/
|
||||||
|
|
||||||
# WHEN GIVEN A FILE TO WORK WITH, DO NOT FORGET TO RUN THIS STEGHIDE WITH AN EMPTY PASSWORD!
|
# WHEN GIVEN A FILE TO WORK WITH, DO NOT FORGET TO RUN THIS STEGHIDE WITH AN EMPTY PASSWORD!
|
||||||
|
|
||||||
* [`zsteg`][zsteg]
|
* [`zsteg`][zsteg]
|
||||||
|
@ -97,10 +101,6 @@ Steganography
|
||||||
|
|
||||||
A GUI tool for JPG steganography. [https://sourceforge.net/projects/jstego/](https://sourceforge.net/projects/jstego/) It is a [Java][Java] [JAR] file similar to stegsolve.jar
|
A GUI tool for JPG steganography. [https://sourceforge.net/projects/jstego/](https://sourceforge.net/projects/jstego/) It is a [Java][Java] [JAR] file similar to stegsolve.jar
|
||||||
|
|
||||||
* [`stepic`](http://domnit.org/stepic/doc/)
|
|
||||||
|
|
||||||
Python image steganography. Stepic hides arbitrary data inside PIL images. Download it here: http://domnit.org/stepic/doc/
|
|
||||||
|
|
||||||
* Morse Code
|
* Morse Code
|
||||||
|
|
||||||
Always test for this if you are seeing two distinct values... _it may not always be binary!_ Online decoders like so: [https://morsecode.scphillips.com/translator.html](https://morsecode.scphillips.com/translator.html). If you need to be case-sensistive or include a bit more stuff like numbers and punctuation, use this code: [https://gist.github.com/JohnHammond/961acabfd85a8715220fa79492b25368](https://gist.github.com/JohnHammond/961acabfd85a8715220fa79492b25368)
|
Always test for this if you are seeing two distinct values... _it may not always be binary!_ Online decoders like so: [https://morsecode.scphillips.com/translator.html](https://morsecode.scphillips.com/translator.html). If you need to be case-sensistive or include a bit more stuff like numbers and punctuation, use this code: [https://gist.github.com/JohnHammond/961acabfd85a8715220fa79492b25368](https://gist.github.com/JohnHammond/961acabfd85a8715220fa79492b25368)
|
||||||
|
|
Loading…
Reference in New Issue