From ffcc3b185df42d68f90a622d245e237e78624f6c Mon Sep 17 00:00:00 2001 From: blsaccess Date: Fri, 1 Nov 2024 00:25: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 148d62100..36ceead8a 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.83.1", + "version": "3.83.2", "config": "", "only_verified": True, "concurrency": 8,