RNN-Passwords
Password cracker
A tool that uses Recurrent Neural Networks to learn and guess passwords by analyzing character patterns
Using RNNs for password cracking
86 stars
10 watching
18 forks
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cupslab/neural_network_cracking | Software that uses neural networks to crack passwords | 229 |
hegusung/webhashcat | A web-based password cracking tool that facilitates distributed cracking sessions and provides analytics capabilities. | 292 |
jumpseclabs/rook | Automates password cracking on AWS using GPU-based instances. | 82 |
nesfit/fitcrack | A distributed password cracking system for various encrypted media and applications | 146 |
hameda2/zydra | A tool for cracking passwords from various file types using dictionary search and brute force methods | 425 |
glv2/bruteforce-wallet | A tool to crack encrypted wallet files by trying various passwords | 375 |
lakiw/pcfg_cracker | A toolset using machine learning to identify and generate password creation habits of users. | 322 |
hashview/hashview | A web-based tool for managing and automating password cracking tasks with analytics capabilities. | 362 |
1n3/brutex | Automates the process of trying all possible combinations of service credentials on a target system to gain unauthorized access. | 1,990 |
devio/mod0keecrack | A tool to crack passwords from KeePass 2 databases | 130 |
e-ago/bitcracker | A password cracking tool for BitLocker-encrypted storage devices using GPU-accelerated algorithms | 833 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 793 |
nicholasaleks/crackql | A utility for automatically generating and sending multiple payload variations to test GraphQL APIs' strength against common attacks such as brute-forcing, password spraying, and fuzzing. | 318 |
brannondorsey/naive-hashcat | A script that cracks password hashes without requiring extensive configuration. | 1,249 |
nulab/zxcvbn4j | An open-source Java port of a password strength estimator that assesses the security of passwords based on pattern matching and estimation | 324 |