Skip to content

Commit

Permalink
Merge pull request #16 from Ostorlab/fix/reduce_timeout_module
Browse files Browse the repository at this point in the history
Reduce timeout module.
  • Loading branch information
amine3 authored Dec 19, 2023
2 parents 005bcd0 + 20870cb commit ae9ed2a
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 ae9ed2a

Please sign in to comment.