Skip to content

This repository contains base64-rockyou, md5-rockyou, etc.

Notifications You must be signed in to change notification settings

hideckies/alternative-rockyou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Alternative Rockyou

This repository contains various encoded rockyou.txt such as base64-rockyou.txt, md5-rockyou.txt, and so on.

To use them immediately, download from release page and extract it as follow.

gunzip base64-rockyou.txt.gz

Generate Rockyou from Script

If you want to generate some encoded rockyou.txt from Python script, run the following command.
Assume your system locates rockyou.txt under /usr/share/wordlists/.

# Base32
python3 generator.py base32 > base32-rockyou.txt
# Base64
python3 generator.py base64 > base64-rockyou.txt
# MD5
python3 generator.py md5 > md5-rockyou.txt
# SHA256
python3 generator.py sha256 > sha256-rockyou.txt
# SHA512
python3 generator.py sha512 > sha512-rockyou.txt

About

This repository contains base64-rockyou, md5-rockyou, etc.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages