當前位置:編程學習大全網 - 電腦編程 - 以下哪些是常見的php 壹句話木馬

以下哪些是常見的php 壹句話木馬

查找那些高危函數就行了,比如eval

php後門木馬常用的函數大致上可分為四種類型:

1. 執行系統命令: system, passthru, shell_exec, exec, popen,

proc_open

2. 代碼執行與加密: eval, assert, call_user_func,base64_decode, gzinflate,

gzuncompress, gzdecode, str_rot13

3. 文件包含與生成: require, require_once, include, include_once,

file_get_contents, file_put_contents, fputs, fwrite

4. .htaccess: SetHandler, auto_prepend_file, auto_append_file

  • 上一篇:對於壹個含有多個cos高次項和幾個cos乘積項的多項式,怎麽用軟件計算化簡
  • 下一篇:TC的特征函數
  • copyright 2024編程學習大全網