Skip to content

Commit

Permalink
SSH Exploiter: Don't pass Agent binary path to command builder premat…
Browse files Browse the repository at this point in the history
…urely
  • Loading branch information
shreyamalviya committed Jul 5, 2023
1 parent 9f54678 commit 66da96d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monkey/agent_plugins/exploiters/ssh/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def run(
target_host=host,
servers=servers,
current_depth=current_depth,
remote_agent_binary_destination_path=get_agent_dst_path(host),
otp_provider=self._otp_provider,
)
ssh_exploit_client_factory = SSHRemoteAccessClientFactory(
Expand Down

0 comments on commit 66da96d

Please sign in to comment.