-
Updated
Nov 11, 2019
#
password-cracking
Here are 56 public repositories matching this topic...
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
A Deep Learning Approach for Password Guessing (https://arxiv.org/abs/1709.00440)
-
Updated
Sep 30, 2018 - Python
brannondorsey
opened
Mar 14, 2018
A web front-end for password cracking and analytics
analytics
distributed
penetration-testing
pentesting
passwords
hashes
hashcat
security-tools
password-cracking
-
Updated
Mar 13, 2019 - CSS
Passphrase wordlist and hashcat rules for offline cracking of long, complex passwords
-
Updated
Jul 15, 2019 - Python
Sc00bz
commented
May 6, 2019
You should order masks by efficiency (occurrences/key_space) because this will lead to the less guesses to crack passwords.
Looking at the top 5:
https://github.com/kaonashi-passwords/Kaonashi/blob/5239bd333ed34993b43126a4499606ba70086034/masks/kaonashi_masks_numbered.txt#L1-L5
And ordering just the 1000 in kaonashi_masks_numbered.txt by efficiency the top 5 are now:
673407:?u?u?u?u
-
Updated
Jun 10, 2020 - Jupyter Notebook
OMEN: Ordered Markov ENumerator - Password Guesser
-
Updated
Jul 11, 2019 - C
Advanced Hash Manipulation
hashing
bruteforce
hash
manipulation
hash-types
dictionary-attack
hashing-algorithms
bruteforce-attacks
password-cracking
hash-manipulation
dagon
-
Updated
Oct 14, 2019 - Python
Tool to generate smart and powerful wordlists
python
lyrics
hacking
password
wordlist
python3
leet
cracking
wordlist-generator
hacking-tool
cyberpunk
password-cracking
case-converter
lyrics-fetcher
leet-converter
lyrics-search
lyrics-crawler
lyrics-finder
lyrics-scraping
-
Updated
Jul 11, 2020 - Python
Hashcat web interface
-
Updated
Jun 24, 2020 - Python
Borrow CPU cycles from visitor's web browsers to crack MD5 password hashes 😲
-
Updated
Oct 20, 2018 - JavaScript
hashcat rules generated from over 840 million compromised passwords
-
Updated
Apr 18, 2020
A Framework for Comparing Password Guessing Strategies
-
Updated
Jul 11, 2019 - Python
cracke-dit ("Cracked It") makes it easier to perform regular password audits against Active Directory environments.
-
Updated
Nov 1, 2019 - Python
Dedupe massive wordlists quickly, without changing order ✂️
dedupe
wordlist
duplicates
remove-duplicates
text-processing
uniq
duplicates-removed
john
hashes
cracking
wordlist-generator
unique
uniqueness
duplicate-detection
password-cracking
password-wordlist
wordlist-technique
uniquifier
uniq-replacement
wordlist-processing
-
Updated
Sep 10, 2020 - C
tools for analyzing strings from password lists
-
Updated
Sep 28, 2017 - Shell
Use hashcat to crack WPA2 PSK (Pre-Shared Key) passwords!
-
Updated
Aug 18, 2018 - Shell
Custom rules for Hashcat and John the Ripper
password
cracking
jtr
hashcat
password-cracking
wordlists
johntheripper
password-rules
cracking-hashes
-
Updated
Jun 10, 2020 - Shell
Wi-Fi Machine-in-the-Middle: Automation of MitM Attack on Wi-Fi Networks
phishing
wpa
wlan
wpa2
wep
password-cracking
man-in-the-middle-attack
accessing-secured-wireless-networks
dictionary-personalization
tampering-network-topology
impersonation
-
Updated
May 6, 2018 - Python
Lists of most common passwords in Vietnam
-
Updated
May 11, 2018
HashExpoit is Great Tool For Cracking Hash
python-script
sqlite3
ctf
hacking-tool
password-cracker
rainbow-table
ethical-hacking
password-cracking
crack-passwords
crack-hash
md5-hash
python-tools
cracking-hashes
hack-password
bugbounty-tool
bughuntung
-
Updated
Jul 15, 2020 - Python
'Beyond Good & Evil' videogame Internet code decoder / Akuda closet unlocker.
-
Updated
Dec 6, 2019 - Red
Wordlists and passwords handcrafted with ♥
-
Updated
Sep 1, 2020 - Shell
Hashcat WPA/WPA2 server
-
Updated
Jul 7, 2020 - Python
Distillations and expansions on Rocktastic12a
password
wordlist
passwords
cracking
john-the-ripper
hashcat
password-cracking
cracking-hashes
cracking-password
rocktastic
-
Updated
Jan 31, 2020
krkr is a password cracker for odd hashes.
-
Updated
Mar 15, 2018 - Go
Unique hashes.org "founds" sorted by occurrence. (November 2019)
-
Updated
Nov 6, 2019
PassGAN source code for Python 3 & TensorFlow 1.13 with a pre-trained model. https://arxiv.org/abs/1709.00440
-
Updated
Jan 28, 2020 - Python
Improve this page
Add a description, image, and links to the password-cracking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the password-cracking topic, visit your repo's landing page and select "manage topics."
Hi All,
So I'm trying to use hydra to bruteforce a login on a system that uses custom http headers to receive the username and password. Hydra does not seem to be doing substitution of ^USER^ and ^PASS^ when used as HTTP headers. If I issue issuing a call to hydra like this:
hydra "http-post://0.0.0.0:8000/:H=username\:^USER^:H=password\:^PASS^" -l admin -p adminI see the following r