From e1ac5eee7de98e2da9c0d0e9a98c87a2e0f41491 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Mon, 4 May 2026 08:45:09 -0400 Subject: [PATCH] feat(pcfg): add pcfgRuleset, pcfgMaxCandidates, pcfgPrinceLingMaxCandidates config keys --- config.json.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 27bf100..c696519 100644 --- a/config.json.example +++ b/config.json.example @@ -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": "",