Forum Discussion
koheed_51878
Nimbostratus
Jul 14, 2013double whitespace as terminator in "findstr"
Hi All(long time lurker, first time poster)
Sorry if this has been addressed but is there a way to use two whitespaces as the terminator in a findstr.
Eg. To extract 123456 from: ".....
Kevin_Stewart
Employee
Jul 15, 2013Well that makes sense. When you collect the payload it looks like a single line of data,
ex.
GET / HTTP/1.1 Host: myhost.com Accept: *.* Authorization: Negotiate blahblah Header1: value1 Header2: value2...
What you don't see is the new line characters that are separating the method line and headers, which actually looks like this:
GET / HTTP/1.1\r\n
Host: myhost.com\r\n
Accept: *.*\r\n
Authorization: Negotiate blahblah\r\n
Header1: value1\r\n
Header2: value2\r\n
...
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects