Closed sicinthemind closed 6 years ago
Stegcracker will execute and give false-positive checking on a file that doesn't exist.
Recommended Add line 13+
if [ ! -f $1 ]; then echo -e "\e[31mError:\e[0m File '$1' does not exist!" exit 1 fi
Added in commit e2a5059, thanks for the help :)
Stegcracker will execute and give false-positive checking on a file that doesn't exist.