HTTP Request I Saw Today
Sunday, June 7th, 2009I just thought I would quickly share an HTTP request that I saw today. Here it is, a one-liner:
GET http://www.vmware.com/a/info/?id=290 HTTP/1.0
Calling this an HTTP request is actually pretty generous. It violates the protocol in just about every way imagineable. The fact that real programmers write this stuff illustrates just how hard it is to detect malicious web requests without raising any false positives.