First install the software fcrackzip
Open terminal and run sudo apt-get install fcrackzip
Now type CD Name_of_folder_where the zip file is located
Eg : cd Desktop
Now type fcrackzip -u -c a -p aaaaa file.zip
-c is the option to select the character set (a is lowercase only and A is uppercase only aA will check both uppercase and lowercase letters )
-p indicate the starting password ( here it is aaaaa )
fcrackzip -u -c aA -p aaaaa file.zip ( code for uppercase and lowercase characters )
fcrackzip -u -c aA1 -p aaaaa file.zip( code for uppercase , lowercase characters and numbers )
NB - You may need to wait for hours or days it will depend on the password.
VideoOpen terminal and run sudo apt-get install fcrackzip
Now type CD Name_of_folder_where the zip file is located
Eg : cd Desktop
Now type fcrackzip -u -c a -p aaaaa file.zip
-c is the option to select the character set (a is lowercase only and A is uppercase only aA will check both uppercase and lowercase letters )
-p indicate the starting password ( here it is aaaaa )
fcrackzip -u -c aA -p aaaaa file.zip ( code for uppercase and lowercase characters )
fcrackzip -u -c aA1 -p aaaaa file.zip( code for uppercase , lowercase characters and numbers )
NB - You may need to wait for hours or days it will depend on the password.
No comments:
Post a Comment
Post Your valuable comments here ..........