Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

hellbyte/Password-Scripts

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Scripts

mask_finder.py

Analyzes a password list to find frequency of password character masks.

positional_character_frequency.py

Analyzes a password list to find frequency of characters per position.

seclist_password_combiner.py

Combines, sorts, and uniques the passwords contained in files located at https://github.com/danielmiessler/SecLists.

get_pot_passwords.py

Extracts the plain passwords from a hashcat or jtr pot file.

md5_hashgen.py

Reads a plain password file, MD5s each password, and writes the hashes to a new file.

remove_duplicates.py

Reads a file, removes duplicates, writes to a new file

wordlist_cleaner.py

Reads a file, converts to lowercase, strips everything but lowercase letters, writes to new file.

leet_gen.py

Reads a string or file, and creates a ridiculous amount of permutations using leet subsitutions. This will produce a LOT of output per word.

capitalize_letters.py

Reads a file and capitalizes letters specified by index. If no index provided, will capitalize the first letter.

wordlist_searcher.py

Searches a dictionary to see if a word exists. You can search for a single word, multiple words, or a words in a file.

pot.py

Combines get_pot_passwords.py with wordlist_cleaner.py.

combinator2.py

Combines two dictionaries. Can also title-case each word.

combinator3.py

Combines three dictionaries. Can also title-case each word.

combinator4.py

Combines four dictionaries. Can also title-case each word.

About

A collection of scripts that help with different aspects of password cracking, such as wordlist generation, mask analysis, and positional character frequency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.