From 4bb79934d7a2b55b9d7232b1d4bf5ecb5143ddde Mon Sep 17 00:00:00 2001 From: blsaccess Date: Sat, 21 Dec 2024 00:22:22 +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 7b48f37d5..fe02df8d4 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.87.2", + "version": "3.88.0", "config": "", "only_verified": True, "concurrency": 8,