From 97829e61c47b06d447cfcd0f79d302390d1eede8 Mon Sep 17 00:00:00 2001 From: Dom Whewell Date: Sun, 12 May 2024 10:41:43 +0100 Subject: [PATCH] Update trufflehog version AGAIN --- 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 0ec607457..5acb45a12 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -9,7 +9,7 @@ class trufflehog(BaseModule): meta = {"description": "TruffleHog is a tool for finding credentials"} options = { - "version": "3.74.0", + "version": "3.75.1", "only_verified": True, "concurrency": 8, }