From b054b156974ae83743db4837f2d6bcf7b3fe3a64 Mon Sep 17 00:00:00 2001 From: blsaccess Date: Thu, 21 Nov 2024 00:23:53 +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 a57b3e689..2b71f973b 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.83.7", + "version": "3.84.0", "config": "", "only_verified": True, "concurrency": 8,