feat(pcfg): add pcfgRuleset, pcfgMaxCandidates, pcfgPrinceLingMaxCandidates config keys

This commit is contained in:
Justin Bollinger
2026-05-04 08:45:09 -04:00
parent 7a768c81b6
commit e1ac5eee7d
+4 -1
View File
@@ -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": "",