From 7cc5eb0b9ee9ca74203448ce647d4fb182ca00f9 Mon Sep 17 00:00:00 2001 From: blsaccess Date: Tue, 7 Jan 2025 00:23:14 +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 fe02df8d4..ca8b915eb 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.88.0", + "version": "3.88.1", "config": "", "only_verified": True, "concurrency": 8,