From 41fbc0babfe7776980e2c9b06522bcdc4605bed2 Mon Sep 17 00:00:00 2001 From: blsaccess Date: Sat, 15 Feb 2025 00:22:33 +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 c99228563..c16162d79 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.88.4", + "version": "3.88.9", "config": "", "only_verified": True, "concurrency": 8,