Using fcrackzip tool we can crack zip files password in kali.
Use the following command to crack zip file
fcrackzip -b -c 'aA1!' -l 1-10 -u file_name.zip
fcrackzip is the tool
b - use Brute forcing
c - character set (a - lower case, A-upper case, 1 - Numbers, ! - symbols.)
l - length of the password for bruteforce