Skip to content

The-Interstellar-Programmers/Hack-The-Zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Hack-The-Zip Ver 1.0.0

A password cracker for zip files, based on python, using "rockyou.txt" file as a dictionary (Dictionary Attack)
I have only tried 6 digit passwords, you can try for yourselves.


When you see these two lines of code:
wordlist = r"C:\Users\Username\Desktop\ZipHack\rockyou.txt"
zip_file = r"C:\Users\Username\Desktop\ZipHack\Payment.zip"
For Zip files: Change the zipfile's name, and then type the directory.(MUST BE DIRECT)
For wordlist: Type the directory you put rockyou.txt in. (Must be same with the python file and your ZIP)


Update:

I cannot upload rockyou.txt on github, so here's the link to google drive: https://drive.google.com/file/d/1HLNv6qKCEt-xl2Hqfht1OhuOm3Y0C18U/view?usp=sharing


IMPORTANT
If you have an low-ram PC and is on windows, DO NOT Open the rockyou.txt in built in windows Notepad, or else your pc might crash,
since rockyou.txt contains up to 14 million words and numbers, you can open it in Notepad++ instead. (Tried Myself)

About

A password cracker for zip files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages