Skip to content

Commit

Permalink
updating poseidon's version
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Feb 20, 2024
1 parent 70d33f6 commit 5e575d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Payload_Type/poseidon/poseidon/agentfunctions/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
)

const version = "2.0.22"
const version = "2.0.23"

var payloadDefinition = agentstructs.PayloadType{
Name: "poseidon",
Expand Down
5 changes: 1 addition & 4 deletions Payload_Type/poseidon/poseidon/agentfunctions/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ var shell = agentstructs.Command{
Description: "execute a single shell command via /bin/sh",
MitreAttackMappings: []string{"T1059"},
TaskFunctionCreateTasking: shellCreateTasking,
TaskFunctionParseArgDictionary: func(args *agentstructs.PTTaskMessageArgsData, input map[string]interface{}) error {
return args.LoadArgsFromDictionary(input)
},
Version: 1,
Version: 1,
}

func init() {
Expand Down

0 comments on commit 5e575d4

Please sign in to comment.