Posts Tagged terminal
Shells, terminals, and sudo mitm
Posted by scriptjunkie in /dev/urandom on April 14, 2011
In many situations, you can find yourself with a simple shell, able to read and write stdin/stdout, but some command that you are using requires a full terminal. Example: you got a netcat shell on a server or you’re writing a web application with popen() calls, etc. If you need to execute a command through […]