dnscat2 icon indicating copy to clipboard operation
dnscat2 copied to clipboard

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

Open iagox86 opened this issue 9 years ago • 1 comments

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!

iagox86 avatar Oct 19 '15 21:10 iagox86

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.

bmenrigh avatar Dec 09 '15 01:12 bmenrigh