mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 22:06:58 +00:00
Add stegosaurus (#176)
* Add a steganography tool for embedding payloads within Python bytecode. * build && create binary file && fix script typos * add stegosaurus
This commit is contained in:
parent
8b50a3265a
commit
d8d9f9e683
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ Installers for the following tools are included:
|
|||
| stego | Directory | [stegdetect](http://www.outguess.org/) | Stenography detection/breaking tool. | <!--tool--><!--test-->
|
||||
| stego | Docker | [stego-toolkit](https://github.com/DominicBreuker/stego-toolkit) | A docker image with dozens of steg tools. | <!--tool--><!--no-test-->
|
||||
| stego | Directory | [stegsolve](http://www.caesum.com/handbook/stego.htm) | Image stenography solver. | <!--tool--><!--test-->
|
||||
| stego | Directory | [stegosaurus](https://github.com/AngelKitty/stegosaurus) | A steganography tool for embedding arbitrary payloads in Python bytecode (pyc or pyo) files. | <!--tool--><!--no-test-->
|
||||
| stego | Directory | [zsteg](https://github.com/zed-0xff/zsteg) | detect stegano-hidden data in PNG & BMP. | <!--tool--><!--no-test-->
|
||||
| dsniff | apt | [dsniff](http://www.monkey.org/~dugsong/dsniff/) | Grabs passwords and other data from pcaps/network streams. | <!--deb-tool-->
|
||||
| android | Directory | [apktool](https://ibotpeaches.github.io/Apktool/) | Dissect, dis-assemble, and re-pack Android APKs | <!--tool--><!--test-->
|
||||
|
|
Loading…
Add table
Reference in a new issue