03-27-2015, 02:01 PM
(03-11-2015, 12:22 AM)vladimir125 Wrote: While creating a task, when I choose a 7zip file, I get the following syntax:
rockyou.txt.???
Any ideas on that?
When you check the file "rockyou.7z" on the right, the string "rockyou.???" will be added to the command line. You need to replace this ??? with the correct extension INSIDE the archive. So imagine you have rockyou.txt inside rockyou.7z (right in the root of the archive), then you simply change the "???" with "txt".
The "UNPACKED" string is put there by hashtopus. Once hashtopus unpacks the 7zip archive, there is no point for it to waste additional space on the drive so the contents of the original archive is replaced with this short string.