From 0a8121af9a3d35b07b180b4bc0576a3d6863a16b Mon Sep 17 00:00:00 2001 From: blsaccess Date: Wed, 21 May 2025 00:26:36 +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..6f1cc32f1b 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.31", "config": "", "only_verified": True, "concurrency": 8,