From f8db9c5a65a991cae9baada5e0da78a48f2d78f2 Mon Sep 17 00:00:00 2001 From: Pierre Precourt Date: Mon, 6 Jul 2026 01:37:49 -0700 Subject: [PATCH] set the default to no limit for templated brute-forcing. PiperOrigin-RevId: 943123814 --- config.textproto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.textproto b/config.textproto index f8e21f0..1510ee9 100644 --- a/config.textproto +++ b/config.textproto @@ -127,7 +127,7 @@ plugins: { } templatedweakcredentials: { - max_attempts_per_service: 100 + max_attempts_per_service: 0 # no limit username_file: "plugins/detectors/templatedweakcredentials/data/usernames.txt" passwords_file: "plugins/detectors/templatedweakcredentials/data/passwords.txt" }