mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-06-12 19:11:46 -07:00
feat(pcfg): add pcfgRuleset, pcfgMaxCandidates, pcfgPrinceLingMaxCandidates config keys
This commit is contained in:
+4
-1
@@ -29,6 +29,9 @@
|
|||||||
"ollamaNumCtx": 2048,
|
"ollamaNumCtx": 2048,
|
||||||
"omenTrainingList": "rockyou.txt",
|
"omenTrainingList": "rockyou.txt",
|
||||||
"omenMaxCandidates": 50000000,
|
"omenMaxCandidates": 50000000,
|
||||||
|
"pcfgRuleset": "DEFAULT",
|
||||||
|
"pcfgMaxCandidates": 50000000,
|
||||||
|
"pcfgPrinceLingMaxCandidates": 10000000,
|
||||||
"check_for_updates": true,
|
"check_for_updates": true,
|
||||||
"optimizedKernelAttacks": [
|
"optimizedKernelAttacks": [
|
||||||
"hcatDictionary", "hcatQuickDictionary", "hcatBandrel", "hcatGoodMeasure",
|
"hcatDictionary", "hcatQuickDictionary", "hcatBandrel", "hcatGoodMeasure",
|
||||||
@@ -36,7 +39,7 @@
|
|||||||
"hcatAdHocMask", "hcatMarkovBruteForce", "hcatFingerprint", "hcatCombination",
|
"hcatAdHocMask", "hcatMarkovBruteForce", "hcatFingerprint", "hcatCombination",
|
||||||
"hcatCombinator3", "hcatCombinatorX", "hcatHybrid", "hcatYoloCombination",
|
"hcatCombinator3", "hcatCombinatorX", "hcatHybrid", "hcatYoloCombination",
|
||||||
"hcatMiddleCombinator", "hcatThoroughCombinator", "hcatCombipow", "hcatPrince",
|
"hcatMiddleCombinator", "hcatThoroughCombinator", "hcatCombipow", "hcatPrince",
|
||||||
"hcatPermute"
|
"hcatPermute", "hcatPCFG", "hcatPrinceLing"
|
||||||
],
|
],
|
||||||
"notify_enabled": false,
|
"notify_enabled": false,
|
||||||
"notify_pushover_token": "",
|
"notify_pushover_token": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user