From 7bc6a4306542eefe68e101f2e1efd3d6404e8fea Mon Sep 17 00:00:00 2001 From: blsaccess Date: Thu, 7 Nov 2024 00:22:19 +0000 Subject: [PATCH] Update trufflehog --- bbot/modules/trufflehog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/trufflehog.py b/bbot/modules/trufflehog.py index 7435f43c40..d5bdb4cfa6 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.83.3", + "version": "3.83.4", "config": "", "only_verified": True, "concurrency": 8,