From 5c3fc2ed000ffa23ca0b885c50b32ba79cda0c01 Mon Sep 17 00:00:00 2001 From: blsaccess Date: Fri, 9 May 2025 00:26:05 +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 d300d276d8..dbcab084f6 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -14,7 +14,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.88.20", + "version": "3.88.29", "config": "", "only_verified": True, "concurrency": 8,