forked from p15670423/monkey
Agent: Modify use signed scripts PBA to return PostBreachData
This commit is contained in:
parent
5a8e8850a5
commit
0b2ac96dee
|
@ -24,7 +24,7 @@ class SignedScriptProxyExecution(PBA):
|
|||
original_comspec = subprocess.check_output( # noqa: DUO116
|
||||
"if defined COMSPEC echo %COMSPEC%", shell=True
|
||||
).decode()
|
||||
super().run()
|
||||
return super().run()
|
||||
except Exception as e:
|
||||
logger.warning(
|
||||
f"An exception occurred on running PBA "
|
||||
|
|
Loading…
Reference in New Issue