GithubHelp home page GithubHelp logo

i066088 / password-scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from laconicwolf/password-scripts

0.0 0.0 0.0 82 KB

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

Python 100.00%

password-scripts's Introduction

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.

password-scripts's People

Contributors

laconicwolf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.