From 20870cb502b614126f1f9cf3b0f51013c83d88a3 Mon Sep 17 00:00:00 2001 From: amine Date: Tue, 19 Dec 2023 15:48:54 +0100 Subject: [PATCH] Reduce timeout module. --- agent/metasploit_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/metasploit_agent.py b/agent/metasploit_agent.py index ee754ba..6d14b51 100644 --- a/agent/metasploit_agent.py +++ b/agent/metasploit_agent.py @@ -25,7 +25,7 @@ ) logger = logging.getLogger(__name__) -MODULE_TIMEOUT = 300 +MODULE_TIMEOUT = 30 VULNERABLE_STATUSES = ["vulnerable", "appears"] METASPLOIT_AGENT_KEY = b"agent_metasploit_asset" REFERENCES = {