burp-intruder-hashcat-maskprocessor
Password generator
A tool for generating password candidates with customizable masks and keyspaces
19 stars
2 watching
4 forks
Language: Python
last commit: about 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
hashcat/maskprocessor | A tool to efficiently generate password candidates by reducing the search space based on common patterns and character distributions. | 441 |
hashcat/kwprocessor | A tool for generating keyboard walks with configurable parameters to create efficient passwords | 545 |
hashcat/princeprocessor | A tool that generates password candidates by combining words from an input list using the PRINCE algorithm in a flexible and sequential manner. | 430 |
tp7309/ttpassgen | A password dictionary generator that can produce passwords using various rules and wordlists. | 148 |
hrtywhy/random-password-generator | A tool that generates random, customizable passwords with user input options and optional destination | 7 |
pyca/bcrypt | A modern password hashing library for Python | 1,250 |
javirandor/passgpt | A GPT-2 model trained to generate passwords based on leaked data and can guess previously unseen passwords more accurately than existing methods | 49 |
thetechromancer/password-stretcher | Generates passwords by mutating input words or lists to create a large set of possible passwords. | 33 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
flbdx/maskuni | A tool for generating passwords and words based on templates describing character sets at each position | 6 |
rijulgulati/otpgen | A library to generate Time-Based One-Time Passwords (TOTP) and Hierarchical Offset Time Protocol (HOTP) codes. | 138 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
travco/rephraser | A password cracking tool using Markov chains to generate linguistically plausible candidates | 61 |
bugcrowd/hunt | An extension for Burp Suite that provides a structured approach to identifying and testing common vulnerability parameters. | 2,183 |
redacted/xkcd-password-generator | Generates secure multiword passwords/passphrases inspired by XKCD 936 theme. | 1,325 |