HTTP
cookies
# Server-side
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: server.example.com
Content-Length: 47
Set-Cookie: sid=SECRET123; Path=/
file contents should appear once for each file
# Client-side
http
lib%TESTNUMBER
custom Host with cookie, handle reuse, no custom Host:
http://%HOSTIP:%HTTPPORT
# Verify data after the test has been "shot"
GET / HTTP/1.1
Host: victim.internal
Accept: */*
GET / HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*