Added Jstego tool
parent
43871700dd
commit
77409a4b07
|
@ -66,6 +66,10 @@ Steganography
|
|||
|
||||
Another command-line tool to use against JPEG images. [https://github.com/lukechampine/jsteg](https://github.com/lukechampine/jsteg) Handy for Hackerrank Codefest CTF 2018.
|
||||
|
||||
* [Jstego][Jstego]
|
||||
|
||||
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
|
||||
|
||||
* 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)
|
||||
|
@ -783,4 +787,5 @@ sudo apt install -y caca-utils
|
|||
[Base85]: https://en.wikipedia.org/wiki/Ascii85
|
||||
[fcrackzip]: https://github.com/hyc/fcrackzip
|
||||
[zsteg]: https://github.com/zed-0xff/zsteg
|
||||
[jsteg]: https://github.com/lukechampine/jsteg
|
||||
[jsteg]: https://github.com/lukechampine/jsteg
|
||||
[jstego]: https://sourceforge.net/projects/jstego/
|
Loading…
Reference in New Issue