mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
feat: add dynamic optimized kernel (-O) to 11 additional attack types (#82)
This commit is contained in:
@@ -515,6 +515,17 @@ class TestOptimizedKernel:
|
||||
[
|
||||
"hcatDictionary",
|
||||
"hcatQuickDictionary",
|
||||
"hcatFingerprint",
|
||||
"hcatCombination",
|
||||
"hcatCombinator3",
|
||||
"hcatCombinatorX",
|
||||
"hcatHybrid",
|
||||
"hcatYoloCombination",
|
||||
"hcatMiddleCombinator",
|
||||
"hcatThoroughCombinator",
|
||||
"hcatCombipow",
|
||||
"hcatPrince",
|
||||
"hcatPermute",
|
||||
"hcatBandrel",
|
||||
"hcatGoodMeasure",
|
||||
"hcatRecycle",
|
||||
@@ -529,14 +540,7 @@ class TestOptimizedKernel:
|
||||
@pytest.mark.parametrize(
|
||||
"attack_name",
|
||||
[
|
||||
"hcatCombination",
|
||||
"hcatYoloCombination",
|
||||
"hcatMiddleCombinator",
|
||||
"hcatThoroughCombinator",
|
||||
"hcatHybrid",
|
||||
"hcatPrince",
|
||||
"hcatOmen",
|
||||
"hcatFingerprint",
|
||||
"hcatLMtoNT",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user