From b0639ef4f4ea8dae2f57c2b33a50017e6914278b Mon Sep 17 00:00:00 2001 From: blsaccess Date: Thu, 31 Oct 2024 00:23:01 +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 93e029fd0..148d62100 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.82.13", + "version": "3.83.1", "config": "", "only_verified": True, "concurrency": 8,