From 822a04293783e1bdea6fd120c7ae66dabcc9c2de Mon Sep 17 00:00:00 2001 From: blsaccess Date: Wed, 23 Oct 2024 00:22:34 +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 e185e265e3..2e43f1e73b 100644 --- a/bbot/modules/trufflehog.py +++ b/bbot/modules/trufflehog.py @@ -13,7 +13,7 @@ class trufflehog(BaseModule): } options = { - "version": "3.82.11", + "version": "3.82.12", "config": "", "only_verified": True, "concurrency": 8,