Skip to content

This repository documents a learning practice of cracking a password-protected ZIP file using John the Ripper and the RockYou wordlist.

Notifications You must be signed in to change notification settings

md-samrat/zipfile-cracking-by-john

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ZIP Password Cracking Practice (John the Ripper)

This repository documents a learning practice of cracking a password-protected ZIP file using John the Ripper and the RockYou wordlist.

Ethical Reminder
This practice is for educational purposes only and must be performed on files you own or have permission to test.


Tools Used

  • John the Ripper
  • zip2john
  • RockYou wordlist
  • Kali Linux

Installation & Usage

git clone https://github.com/md-samrat/zipfile-cracking-by-john.git
cd zipfile-cracking-by-john
zip2john secret.zip > hashsecret.txt (optional :already have you can remove the exist hashsecret.txt)
john --wordlist=/usr/share/wordlists/rockyou.txt --rules hashsecret.txt
john --show hashsecret.txt 

About

This repository documents a learning practice of cracking a password-protected ZIP file using John the Ripper and the RockYou wordlist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published