Skip to content

Commit

Permalink
Reduce timeout module.
Browse files Browse the repository at this point in the history
  • Loading branch information
amine3 committed Dec 19, 2023
1 parent 005bcd0 commit 20870cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/metasploit_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 20870cb

Please sign in to comment.