first commit
This commit is contained in:
2008
rules/best64.rule
Normal file
2008
rules/best64.rule
Normal file
File diff suppressed because it is too large
Load Diff
107
rules/custom.rule
Normal file
107
rules/custom.rule
Normal file
@@ -0,0 +1,107 @@
|
||||
# Custom hashcat rules for WPA/WPA2 cracking
|
||||
# Common password mutations and transformations
|
||||
|
||||
# Basic transformations
|
||||
:
|
||||
l
|
||||
u
|
||||
c
|
||||
C
|
||||
t
|
||||
T
|
||||
r
|
||||
R
|
||||
d
|
||||
f
|
||||
p
|
||||
{
|
||||
}
|
||||
$
|
||||
^
|
||||
[
|
||||
]
|
||||
D
|
||||
x
|
||||
O
|
||||
i
|
||||
o
|
||||
|
||||
# Leet speak substitutions
|
||||
sa@
|
||||
so0
|
||||
si1
|
||||
se3
|
||||
sa4
|
||||
sh5
|
||||
sg6
|
||||
st7
|
||||
sb8
|
||||
sg9
|
||||
|
||||
# Append numbers
|
||||
$0 $1 $2 $3 $4 $5 $6 $7 $8 $9
|
||||
$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $0 $1 $2 $3 $4 $5 $6 $7 $8 $9
|
||||
$0 $1 $12 $123 $1234 $12345 $123456 $1234567 $12345678 $123456789
|
||||
|
||||
# Prepend numbers
|
||||
^0 ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9
|
||||
^0 ^1 ^12 ^123 ^1234 ^12345 ^123456 ^1234567 ^12345678 ^123456789
|
||||
|
||||
# Common suffixes
|
||||
$! $$ $% $&
|
||||
$! $$ $% $& $* $- $+ $. $/ $: $; $= $? $@ $[ $\ $] $^ $_ $` ${ $| $} $~
|
||||
|
||||
# Common prefixes
|
||||
^! ^$ ^% ^&
|
||||
^! ^$ ^% ^& ^* ^- ^+ ^. ^/ ^: ^; ^= ^? ^@ ^[ ^\ ^] ^^ ^_ ^` ^{ ^| ^} ^~
|
||||
|
||||
# Year suffixes
|
||||
$2019 $2020 $2021 $2022 $2023 $2024 $2025
|
||||
$19 $20 $21 $22 $23 $24 $25
|
||||
|
||||
# Double and reverse
|
||||
d
|
||||
f
|
||||
p
|
||||
{
|
||||
}
|
||||
r
|
||||
|
||||
# Capitalization patterns
|
||||
c
|
||||
C
|
||||
t
|
||||
T
|
||||
|
||||
# Toggle case
|
||||
t
|
||||
T
|
||||
|
||||
# Duplicate
|
||||
d
|
||||
f
|
||||
p
|
||||
|
||||
# Special character insertions
|
||||
i0!
|
||||
i1@
|
||||
i2#
|
||||
i3$
|
||||
i4%
|
||||
i5^
|
||||
i6&
|
||||
i7*
|
||||
i8(
|
||||
i9)
|
||||
|
||||
# Common password patterns
|
||||
$password
|
||||
$admin
|
||||
$welcome
|
||||
$123456
|
||||
$qwerty
|
||||
$letmein
|
||||
|
||||
# Month and day suffixes
|
||||
$01 $02 $03 $04 $05 $06 $07 $08 $09 $10 $11 $12
|
||||
$jan $feb $mar $apr $may $jun $jul $aug $sep $oct $nov $dec
|
||||
Reference in New Issue
Block a user