Cody Thomas

Results 143 comments of Cody Thomas

Nah, you don't need to worry about them. The `poseidon` agent when doing `ps` used to try to do some parsing for the backing plist files for the processes, but...

I think we have all of these addressed now, so I'm going to close this issue. If you have other issues please continue to open up issues so I can...

I agree that it would be really cool! Definitely a bit harder to do, but not impossible. Not sure I'd want to try to force that into a UI piece...

Out of curiosity, you can do this capability now with socks, sleep 0, and an RDP/VNC client pointing to an opened port on the Mythic server. What is it you're...

Thanks for opening up an issue! I can see how that would be confusing and how passing through the location could help. In the meantime, since this your own agent,...

Thanks for opening an issue! The browser script is currently using the same rendering as the other virtualized components within Mythic, so things like wrapping and line height are static....

I can add a button there that allows you to copy out the entire output more easily. Out of curiosity though, are you using this to run a bunch of...

https://github.com/MythicAgents/poseidon/actions/runs/10709004720 ^ once that finishes, trying pulling down the latest and reinstalling the poseidon container. I updated the browser script to have little "copy" icons next to the output and...

Gotcha, that makes sense. I'll look into making a dedicated `ssh` command that works like the `pty`, but instead of spawning a shell locally, using a pty through the ssh...

The `pty` command btw won't require you to adjust your sleep interval. It spawns a pseudo terminal and executes a command within it (ex: /bin/bash) and from there you execute...