Closed timukas closed 1 year ago
I didn't realize the .gitignore included that folder, so i updated that and pushed those files. Sorry about that!
Just updated poseidon agent and tried to build new default payload, but got this error:
Sending Build command
Compilation failed with errors
StdErr:
# github.com/MythicAgents/poseidon/Payload_Type/poseidon/agent_code/pty
pty/pty.go:74:42: undefined: syscall.TIOCPTYGNAME
pty/pty.go:76:31: undefined: syscall.TIOCPTYGNAME
pty/pty.go:89:31: undefined: syscall.TIOCPTYGRANT
pty/pty.go:92:31: undefined: syscall.TIOCPTYUNLK
exit status 1
StdOut:
are you building for mac or linux?
Building ELF for Linux amd_x64.
ok, i had some macos specific stuff in there, so i split it out with this latest push. give that a try
Now i was able to compile elf for linux. Callbacks are now coming in. Thanks!
p.s. browserscript does not work for built-in "ls" command (it just shows json output). But broswerscript works fine for "ps".
good catch, just updated the script if you wanted to reinstall poseidon (it won't mess with any of your callbacks or anything)
All works as it should. Thanks for fixes.
Morning,
On clean/fresh installation of mythic and poseidon, compilation of new payload is failing. Following error shown:
Checked the repo and github.com/MythicAgents/poseidon/Payload_Type/poseidon/agent_code/pkg/utils/files is missing there.
Any chance to have repo updated/fixed?