Jump to content

Mia

Members
  • Posts

    7
  • Joined

  • Last visited

Mia's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Still needing some help
  2. Hello everyone, Is it possible to parse XHTMLHttpRequest data using WinHTTP.au3 ? Here is the data trying to parse, when using Chrome Debugging: Under "Query String Parameter" Under "Form data" Basically I would use it this way: _WinHttpSimpleSSLRequest($sReq, 'POST', '/index.php?do=ajaxscan' & @CRLF) But how do I parse the number since it's form data? Thanks.
  3. Results can simply be shown in console with ConsoleWrite to make it simple (sorry for the double post, can't find the edit button)
  4. As strings. Example: 0001 counts as 4 chars.
  5. Hi, Any idea how to find all possible combinations of numbers of a chain of 4 numbers. (a lot of ) Example: 0123 0124 0125 0126 0127 ... and so on until 9999 Big thanks!
×
×
  • Create New...