DominicBreuker / stego-toolkit

Collection of steganography tools - helps with CTF challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stegano is broken

praseodym opened this issue · comments

Cloning into '/opt/Stegano'...
remote: Counting objects: 1648, done.
remote: Total 1648 (delta 0), reused 0 (delta 0), pack-reused 1647
Receiving objects: 100% (1648/1648), 18.37 MiB | 17.43 MiB/s, done.
Resolving deltas: 100% (1049/1049), done.
Could not open requirements file: [Errno 2] No such file or directory: '/opt/Stegano/requirements.txt'

It looks like they switched to a Pipfile in v0.8.3.

Using the following in the install script works:

git clone https://github.com/cedricbonhomme/Stegano.git /opt/Stegano
cd /opt/Stegano
git checkout v0.8.2

PR #8 should fix it. Thx!