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