php后门木马常用的函数大致上可分为四种类型:1. 执行系统命令: system, passthru, shell_exec, exec, popen, proc_open2. 代码执行与加密: eval, assert, call_user_func,base64_decode, gzinflate, gzuncompress, gzdecode, str_rot133. 文件包含与生成: require, require_once, include, include_once, file_get_co....
2018年12月20日 | 编辑: weicheng | 浏览:5373 | 标签:
IT知识 互联网 |