From 3eb2a7835ecef803736bb1049e09f39ca35a0a31 Mon Sep 17 00:00:00 2001 From: blsaccess Date: Thu, 12 Dec 2024 00:24:38 +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 eaba8bbfb..379dd7b8e 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.84.2", + "version": "3.86.1", "config": "", "only_verified": True, "concurrency": 8,