DominicBreuker / stego-toolkit

Collection of steganography tools - helps with CTF challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stegoVeritas broken

kevinelliott opened this issue · comments

With latest docker image:

##################################
########## stegoVeritas ##########
##################################
/opt/scripts/check_jpg.sh: line 113: stegoveritas.py: command not found

Seems like a lot has changed in the stegoVeritas repository. The fix is to run this: cd /opt/stegoVeritas/ && python3 setup.py install && stegoveritas_install_deps and from then on just call stegoveritas instead of stegoveritas.py.

Maybe the author can update the script when he discovers this.

true :/ no way around building some test script to check all tools after install. hope to find time for it