From 68c8ec05115f3429bcd16dcee527fc1fa6dcebc3 Mon Sep 17 00:00:00 2001 From: blsaccess Date: Tue, 3 Sep 2024 20:57:28 +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 092e105de..04fe5c3fc 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -14,7 +14,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.81.9", + "version": "3.81.10", "config": "", "only_verified": True, "concurrency": 8,