Add a steganography tool for embedding payloads within Python bytecode. (#166)

* Add a steganography tool for embedding payloads within Python bytecode.

* build && create binary file && fix script typos
This commit is contained in:
Angel_Kitty 2019-10-10 07:32:11 +08:00 committed by Yan
parent 5978a34d4e
commit 412eea6c86

12
stegosaurus/install Normal file
View file

@ -0,0 +1,12 @@
#!/bin/bash -ex
INST_DIR="$PWD"
git clone --depth 1 https://github.com/AngelKitty/stegosaurus.git
mkdir bin
cd bin
ln -s ../stegosaurus/stegosaurus .