neural_network_cracking
Password cracker
Software that uses neural networks to crack passwords
Code for cracking passwords with neural networks
228 stars
20 watching
66 forks
Language: JavaScript
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jumpseclabs/rook | Automates password cracking on AWS using GPU-based instances. | 79 |
gehaxelt/rnn-passwords | A tool that uses Recurrent Neural Networks to learn and guess passwords by analyzing character patterns | 86 |
joswr1ght/cowpatty | A tool for cracking WPA-PSK passphrases using brute-force dictionary attacks | 190 |
mxrch/penglab | A Google Colab setup for cracking hashes using multiple tools | 925 |
timbo05sec/autocrack | Automates cracking of hashed passwords using Hashcat with customizable rules and wordlists | 108 |
envato/zxcvbn-ruby | A password strength testing library inspired by Dropbox's JavaScript implementation | 315 |
joelgmsec/cloudtopolis | Tool to facilitate password cracking using cloud-based services | 393 |
nesfit/fitcrack | A distributed password cracking system for various encrypted media and applications | 145 |
ctxis/crackerjack | A web interface for password cracking tool Hashcat | 357 |
hashtopolis/server | A tool for distributing hashcat tasks to multiple computers | 1,457 |
brannondorsey/naive-hashcat | A script that cracks password hashes without requiring extensive configuration. | 1,236 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,889 |
chxj1992/captcha_cracker | An image recognition system using a deep learning model to classify characters from verification codes | 188 |