* desc: A simple utility that uses exec() to * allow you to execute commands against a * web server that you don't otherwise have * interactive access to. For example, many * shared hosting environments. Now if they * have PHP running in safe mode with things * like exec/passthru disabled, this won't * work. Still, it's a fun little exercise * and useful against many targets. */ ?>