Moved task parsing logic to the client to be able to support dotnet/bof commands when operating from a different machine than the team server. Disabled sequence tracking due to issues.
This commit is contained in:
@@ -13,7 +13,7 @@ proc executeCopy(ctx: AgentCtx, task: Task): TaskResult
|
||||
let module* = Module(
|
||||
name: protect("filesystem"),
|
||||
description: protect("Conduct simple filesystem operations via Windows API."),
|
||||
moduleType: MODULE_DOTNET,
|
||||
moduleType: MODULE_FILESYSTEM,
|
||||
commands: @[
|
||||
Command(
|
||||
name: protect("pwd"),
|
||||
|
||||
Reference in New Issue
Block a user