Conversation
|
We'll need build constraints around the platform specific implant code. |
|
|
||
| // SideloadFile - Create a file for use with Sideload | ||
| func SideloadFile(data []byte) (string, error) { | ||
| fdPath := fmt.Sprintf("/tmp/.%s", randomString(10)) |
There was a problem hiding this comment.
Use the stdlib create tmp file please.
|
For shell, we can add a check to see if the current sessions' implant config is a daemon and automatically pass in |
|
This pr has been here for a while now, are there any changes you need to get this across the line? |
|
Oh yes, sorry I can review shortly. I think I wanted to make a couple small tweaks but I can probably take care of them. |
|
Thanks, let me know if you want any assistance. |
|
@usiegl00 when you find some time, can you try to resolve the conflicts with the stage branch? I'll merge once the conflicts are resolved. |
|
It looks like most of them are in generated code, I can maybe resolve them. |
Card
See issue #528
Details
This breaks the
shellcommand.The
shellcommand works with the--no-ptyflag.There is some discussion here on how to spawn a pty in a daemon.