forked from p15670423/monkey
Agent: Remove print() that was added by mistake
This commit is contained in:
parent
6e951ed65d
commit
81d3300ec7
|
@ -139,7 +139,6 @@ class Exploiter:
|
|||
victim_os = victim_host.os.get("type")
|
||||
|
||||
# We want to try all exploiters if the victim's OS is unknown
|
||||
print(victim_os)
|
||||
if victim_os is not None and victim_os not in SUPPORTED_OS[exploiter_name]:
|
||||
logger.debug(
|
||||
f"Skipping {exploiter_name} because it does not support "
|
||||
|
|
Loading…
Reference in New Issue