From b330b516f8cefb4eb5b93f55120823d68fdbc1e6 Mon Sep 17 00:00:00 2001 From: Dennis Carlson Date: Tue, 26 Mar 2024 15:26:08 -0500 Subject: [PATCH] Temporarily disable entropy tokens - Temporarily disable entropy tokens since they are too resource intensive at the moment --- mystik/findings/{entropy-token.py => entropy-token.py.disabled} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename mystik/findings/{entropy-token.py => entropy-token.py.disabled} (99%) diff --git a/mystik/findings/entropy-token.py b/mystik/findings/entropy-token.py.disabled similarity index 99% rename from mystik/findings/entropy-token.py rename to mystik/findings/entropy-token.py.disabled index 301ebaa..a6f0753 100644 --- a/mystik/findings/entropy-token.py +++ b/mystik/findings/entropy-token.py.disabled @@ -92,7 +92,7 @@ def should_filter_match(this, match): if search_regex(_PATH_REGEX, capture): return True - # print(capture, match.file_name) + print(capture, match.file_name) return False