Va5c0 / Steghide-Brute-Force-Tool

Execute a brute force attack with Steghide to file with hide information and password established
GNU General Public License v3.0
115 stars 52 forks source link

no module named commands.............tried pip3 and got: ERROR: Could not find a version that satisfies the requirement commands (from versions: none) ERROR: No matching distribution found for commands #8

Closed taj0023 closed 4 years ago

ngoctnq commented 4 years ago

It's deprecated from 2.6 and removed in 3.x. You could run this as-is with python2 (after installing progressbar), or edit it to the new subprocess module.