Sunday, 15 May 2011

bash - unzip multi protected zip files using fcrackzip -


About 50000 zip files are safe with my password and all of these passwords are stored in a dictionary file but are not organized, If I run

  fcrackzip -d -p pass.txt example 0.001.zip  

and found the output

  password FOUND !!!!! Pw == 09 9 55gKKFFBxXS  

The password is fast and surprising .. I try to deal with multiple zip files at the same time, but can not do with the help of fakarzip * 2 : Zip2 to run commands with multiple zip files using USE_MULT_TAB, but is not working in any way, now let me choose a password from the dictionary file to print protected zip or unzip L A requirement of the script.

Since?

For example:

  find-type f -iname \ *. Zip-print | Xargs -0 -n1 fcrackzip -d -p pass.txt  

No comments:

Post a Comment