superkojiman / ZipPasswords

Passwords from SecLists compressed into 7z archives for Hashcat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7zPasswords

Hashcat is capable of reading passwords from compressed archives such as gz and zip. This repository contains a list of zip compressed passwords from https://github.com/danielmiessler/SecLists. It's useful if you use a cloud based cracking rig and need to save storage space on the instance.

Usage

All the compressed passwords are in the Passwords directory. Follow these steps if you want to rebuild them:

  1. Make sure zip is installed.
  2. Clone the https://github.com/danielmiessler/SecLists/ repository.
  3. Run build.sh and pass it the location of the Passwords directory in your SecLists cloned repository.
  4. Profit.

About

Passwords from SecLists compressed into 7z archives for Hashcat.


Languages

Language:Shell 100.0%