iagox86 / dnscat2

BSD 3-Clause "New" or "Revised" License
3.43k stars 601 forks source link

Explore exposing a proper "terminal" (like what telnet does, instead of netcat)? #76

Open iagox86 opened 8 years ago

iagox86 commented 8 years ago

It'd be really cool if the "shell" sessions would be able to be full-on terminals, with colours and the ability to run vim and stuff like that.

I don't really know what ssh does that's different than what netcat does, but it'd be good to explore it and see if I can make it happen!

bmenrigh commented 8 years ago

Yes exposing a TTY would be amazing. I've tried variations on exec --command='/usr/bin/python2.7 -c import pty; pty.spawn("/bin/bash");' without success.