Skip to content
/ Mix3r Public

A wordlist mixer that increases the probability of successful password cracking using common user password combinations.

License

Notifications You must be signed in to change notification settings

sc1341/Mix3r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mix3r

A wordlist mixer that increases the probability of successful password cracking using common user password combinations. These operations are based off hundreds of thousands of compromised credentials from REAL pentests in the last few years. Each rule was identified to be a common technique users leverage when creating a new password.

Usage

Single Wordlist

python3 ~/mix3r.py ~/wordlists/rockyou.txt | hashcat -m 1000 ntlm-hashes -r ~/cracking/rules/OneRuleToRuleThemAll.rule -O -w 3 --backend-ignore-cuda

Wordlist Directory

python3 ~/mix3r.py ~/wordlists/ | hashcat -m 1000 ntlm-hashes -r ~/cracking/rules/OneRuleToRuleThemAll.rule -O -w 3 --backend-ignore-cuda

Sample Output Files with Hashcat Rules

Sample input file: sample-wordlist.txt

Sample output file (with OneRuleToRuleThemAll in Hashcat sent to stdout): output.txt.gz

Sample Output (snipped)

python3 mix3r.py test-dict.txt

passw0rd
 passw0rd
passw0rd 
1970passw0rd
passw0rd1970
1971passw0rd
passw0rd1971
passw0rd1975
1976passw0rd
passw0rd1976
1977passw0rd
passw0rd1977
1978passw0rd
passw0rd1978
1979passw0rd
passw0rd1979
1980passw0rd
passw0rd1980
1981passw0rd
passw0rd1981
1982passw0rd
passw0rd1982
1983passw0rd
passw0rd1983
1984passw0rd
passw0rd1984
1985passw0rd
passw0rd1985
1986passw0rd
passw0rd1986
1987passw0rd
passw0rd1987
1988passw0rd
passw0rd1988
1989passw0rd
2016passw0rd
passw0rd2016
2017passw0rd
passw0rd2017
2018passw0rd
passw0rd2018
2019passw0rd
passw0rd2019
2020passw0rd
passw0rd2020
2021passw0rd
passw0rd2021
2022passw0rd
passw0rd2022
2023passw0rd
passw0rd2023
2024passw0rd
passw0rd2024
2025passw0rd
passw0rd2025
2026passw0rd
passw0rd2026
2027passw0rd
passw0rd2027
PASSW0RD
passw0rd
Passw0rd
PaSSw0Rd
dr0wssap
PASSW0RD
!passw0rd!
!!passw0rd!!
@passw0rd@
@@passw0rd@@
#passw0rd#
##passw0rd##
$passw0rd$
$$passw0rd$$
%passw0rd%
%%passw0rd%%
^passw0rd^
^^passw0rd^^
&passw0rd&
&&passw0rd&&
*passw0rd*
**passw0rd**
(passw0rd(
((passw0rd((
)passw0rd)
))passw0rd))
_passw0rd_
__passw0rd__
-passw0rd-
--passw0rd--
+passw0rd+
++passw0rd++
=passw0rd=
==passw0rd==
`passw0rd`
``passw0rd``
~passw0rd~
~~passw0rd~~
{passw0rd{
PASSW0RD
PaSsW0Rd
PasSw0Rd
PassW0rd
Passw0rd
Passw0Rd
Passw0rD
Passw0rd
Passw0rd
Passw0rd
Passw0rd
p@55w0rd
p@5$w0rd
p@$5w0rd
p@$$w0rd
p455w0rd
p45$w0rd
p4$5w0rd
p4$$w0rd
Passw0rd
AppleComputers1977
1978AppleComputers
AppleComputers1978
1979AppleComputers
AppleComputers1979
1980AppleComputers
AppleComputers1980
1981AppleComputers
AppleComputers1981
1982AppleComputers
AppleComputers1982
1983AppleComputers
AppleComputers1983
1984AppleComputers
AppleComputers1984
1985AppleComputers
AppleComputers1985
1986AppleComputers
AppleComputers1986
1987AppleComputers
AppleComputers1987
1988AppleComputers
AppleComputers1988
1989AppleComputers
AppleComputers1989
1990AppleComputers
AppleComputers1990
1991AppleComputers
AppleComputers1991
1992AppleComputers
AppleComputers1992
1993AppleComputers
AppleComputers1993
1994AppleComputers
AppleComputers1994
1995AppleComputers
AppleComputers1995
1996AppleComputers
AppleComputers1996
1997AppleComputers
AppleComputers1997
1998AppleComputers
AppleComputers1998
1999AppleComputers
AppleComputers1999
2000AppleComputers
AppleComputers2000
2001AppleComputers
AppleComputers2001
2002AppleComputers
AppleComputers2002
2003AppleComputers
AppleComputers2003
2004AppleComputers
AppleComputers2004
2005AppleComputers
AppleComputers2005
2006AppleComputers
AppleComputers2006
2007AppleComputers
AppleComputers2007
2008AppleComputers
AppleComputers2008
2009AppleComputers
AppleComputers2009
2010AppleComputers
AppleComputers2010
2011AppleComputers
AppleComputers2011
2012AppleComputers
AppleComputers2012
2013AppleComputers
AppleComputers2013
2014AppleComputers
AppleComputers2014
2015AppleComputers
AppleComputers2015
2016AppleComputers
AppleComputers2016
2017AppleComputers
AppleComputers2017
2018AppleComputers
AppleComputers2018
2019AppleComputers
AppleComputers2019
2020AppleComputers
AppleComputers2020
2021AppleComputers
AppleComputers2021
2022AppleComputers
AppleComputers2022
2023AppleComputers
AppleComputers2023
2024AppleComputers
AppleComputers2024
2025AppleComputers
AppleComputers2025
2026AppleComputers
AppleComputers2026
2027AppleComputers
AppleComputers2027
APPLECOMPUTERS
applecomputers
Applecomputers
aPPLeCOMPutErs
sretupmoCelppA
aPPLEcOMPUTERS
!AppleComputers!
!!AppleComputers!!
@AppleComputers@
@@AppleComputers@@
#AppleComputers#
##AppleComputers##
$AppleComputers$
$$AppleComputers$$
--snip--

About

A wordlist mixer that increases the probability of successful password cracking using common user password combinations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages