Jump to content

Binary over winhttprequest


Recommended Posts

$oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.Open("GET", "http://www.google.com.au/intl/en_au/images/logo.gif", False)
$oHTTP.Send()
ConsoleWrite($oHTTP.ResponseText & @CRLF)

After much testing and annoyance. After packet sniffing, I found this WAS receiving the file.

So here I am. Apparently, AutoIt cuts off the rest after the null bytes.

47 49 46 38 39 61 14 01 6E 00 E7 00 00 FF

GIF header, and after the null bytes, it doesnt give me the binary for the image.

Ideas?

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...