Cracking zip File Password Using John the ripper in Kali Linux and Nethunter
Hallo everyone today i will show you how cracking zip file and get the password very eayse using John the ripper tool on termux or kali linux or nethunter or what ever you use
1. you must install john tool
sudo apt install john
sudo apt install john-data
sudo apt install john fcrackzip wordlists
2. you can create compress zip folder with protect with password to test it
3. put the password hash in a text file
zip2john namefolder.zip > hash.txt
4. Finally you can crack password use command
john hash.txt
To create complex password list link click here
No comments:
Post a Comment