全部评论
这个可以下载的
你自己下载吧,不过这个版本只能在XP下运行
Post by 4mxku(61.183.*.*) on 2006-04-30, 22:03
急需这款工具,谢谢!!
Post by
kenneth(61.136.1*.*) on 2006-04-30, 21:39
哈哈,该不是恋。。。。。。
Post by 狐狸糊涂(219.140.1*.*) on 2006-04-28, 22:41
教CCNP
Post by 4mxku(61.183.*.*) on 2006-04-24, 22:52
好好学习哦!
天天向上啊!
嘿嘿.........
也要注意身体哦!
Post by wayling(221.234.2*.*) on 2006-04-24, 17:45
应急好,不过自己搭建学到的更多
Post by Y*(61.178.1*.*) on 2006-04-24, 15:19
哈~教什么那?
Post by Y*(61.178.1*.*) on 2006-04-24, 15:18
嗯,那是当然了
啊姨,现在还好吧!
有几天没有联系了哦
我明天要开始去上课了哈
Post by 4mxku(58.48.*.*) on 2006-04-19, 10:45
嗬嗬,图片有点意思!
Post by
tony(222.90.2*.*) on 2006-04-18, 15:29
嘿嘿........
还记得我不?加油哦!
有空请我吃饭哦!
Post by wayling(221.234.2*.*) on 2006-04-18, 15:23
有这样想过
但是后来还是觉定用这个
从各个方面来说
都比较合适我们
Post by 4mxku(221.234.1*.*) on 2006-04-17, 15:37
这个站点的名字真不好记,怎么就不取个简单的那?
Post by yx(61.178.1*.*) on 2006-04-17, 13:49
这个烟缸不错
以前在哪里见过的
Post by kiki(61.183.*.*) on 2006-04-16, 14:13
防止php木马
防止php木马
首先修改httpd.conf,如果你只允许你的php脚本程序在web目录里操作,还可以修改httpd.conf文件限制php的操作路径。比如你的web目录是/usr/local/apache/htdocs,那么在httpd.conf里加上这么几行:
php_admin_value open_basedir /usr/local/apache
/htdocs
这样,如果脚本要读取/usr/local/apache/htdocs以外的文件将不会被允许,如果错误显示打开的话会提示这样的错误:
Warning: open_basedir restriction in effect. File is in wrong directory in
/usr/local/apache/htdocs/open.php on line 4
等等。
2.防止php木马执行webshell
打开safe_mode,
在,php.ini中设置
disable_functions= passthru,exec,shell_exec,system
二者选一即可,也可都选
3.防止php木马读写文件目录
在php.ini中的
disable_functions= passthru,exec,shell_exec,system
后面加上php处理文件的函数
主要有
fopen,mkdir,rmdir,chmod,unlink,dir
fopen,fread,fclose,fwrite,file_exists
closedir,is_dir,readdir.opendir
fileperms.copy,unlink,delfile
即成为
disable_functions= passthru,exec,shell_exec,system,fopen,mkdir,rmdir,chmod,unlink,dir
,fopen,fread,fclose,fwrite,file_exists
,closedir,is_dir,readdir.opendir
,fileperms.copy,unlink,delfile
ok,大功告成,php木马拿我们没辙了,^_^
需要注意的是,上面的排列方式不要更改,改后可能会出错。个人觉得一般不用这些设置,NFTS的目录设置权限应该可以达到以上效果,本人对PHP没有什么研究,如果有错误的话请高手指点.
Post by je(221.232.1*.*) on 2006-04-10, 15:31
真的要走了吧,
真的要离开防黑网了吗?
哈
努力吧,
哈
Post by je(221.232.1*.*) on 2006-04-10, 14:13
收了
谢谢
Post by li(58.48.*.*) on 2006-04-09, 11:42
是本CCNP的书啦,不是什么好书哈
Post by 4mxku(58.48.*.*) on 2006-04-06, 17:30
我不关心你的电脑哦。只关心你桌下的几本书。呵呵!
Post by
Easy@pple(202.98.1*.*) on 2006-04-06, 14:13
http://www.cnibs.com/
Post by dd(58.48.*.*) on 2006-04-05, 22:36
额.老大说得很有道理!
Post by
webshell(59.42.2*.*) on 2006-04-04, 08:04