forked from p15670423/monkey
agent: Add missing space in build_monkey_commandline
This commit is contained in:
parent
8ee1ce6706
commit
96cf8fc052
|
@ -7,7 +7,7 @@ def build_monkey_commandline(
|
|||
target_host: VictimHost, depth: int, vulnerable_port: str, location: str = None
|
||||
) -> str:
|
||||
|
||||
return " ".join(
|
||||
return " " + " ".join(
|
||||
build_monkey_commandline_explicitly(
|
||||
GUID,
|
||||
target_host.default_tunnel,
|
||||
|
|
Loading…
Reference in New Issue