offlinemark / poet

[unmaintained] Post-exploitation tool
MIT License
183 stars 55 forks source link

Buffered shell output #33

Closed offlinemark closed 9 years ago

offlinemark commented 9 years ago

For commands like ping, it would be cool to have buffered output. a lá netcat -e /bin/bash. we can do this by modifying the cmd_exec function in the client to not directly call .communicate() and rather extract the file descriptors (in, out, err) and poll them somehow

offlinemark commented 9 years ago

69f23436925dc478790768fbab717e0af02486ae