From 6f98b9874d76425558a36370b1dfea14c9bcc745 Mon Sep 17 00:00:00 2001 From: Olivier Cervello Date: Tue, 9 Apr 2024 17:27:56 -0400 Subject: [PATCH] test: restrict nuclei to a single template to improve perf (#259) --- secator/utils_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/secator/utils_test.py b/secator/utils_test.py index b9a25795..753e15d2 100644 --- a/secator/utils_test.py +++ b/secator/utils_test.py @@ -92,6 +92,7 @@ 'msfconsole.resource': load_fixture('msfconsole_input', FIXTURES_DIR, only_path=True), 'dirsearch.output_path': load_fixture('dirsearch_output', FIXTURES_DIR, only_path=True), 'maigret.output_path': load_fixture('maigret_output', FIXTURES_DIR, only_path=True), + 'nuclei.template_id': 'prometheus-metrics', 'wpscan.output_path': load_fixture('wpscan_output', FIXTURES_DIR, only_path=True), 'h8mail.output_path': load_fixture('h8mail_output', FIXTURES_DIR, only_path=True), 'h8mail.local_breach': load_fixture('h8mail_breach', FIXTURES_DIR, only_path=True)