文件名称:BShell:一个webshell帮助脚本小子绕过disable_functions
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-05 22:30:56
PHP
一个Webshell帮助脚本小子绕过disable_functions
方法
未过滤的函数直接执行
php5 pcntl_exec
exim_exec
Windows php5.x COM
LD_PRELOAD旁路
用法
为了使用ld_preload绕过,我们需要复制共享对象文件的内容,可以执行以下命令使事情变得简单:
make
python generate.py gotit_x86.so gotit_x64.so
然后你得到了文件shell.php
并要求:
http://xxxxxx/shell.php?cmd=
【文件预览】:
BShell-master
----bypass.php(8KB)
----generate.py(383B)
----README.md(592B)
----Makefile(158B)
----system.c(394B)