A clue is what we use to tell real servers behind a virtual IP.
Clues are gathered during several connections to a web server and they
allow us to try to identify patterns in its responses. Those patterns
could allow us to find out which real servers are behind a VIP
|
|
|
parse(self,
headers)
Extracts all relevant information from the MIME headers replied by
the target. |
source code
|
|
|
_updateDigest(self)
Updates header fingerprint. |
source code
|
|
int
|
|
|
|
int .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_get_content_location(self,
field)
Content-location: |
source code
|
|
|
|
|
|
|
|
|
_get_content_length(self,
field)
Content-length: |
source code
|
|
|
_get_last_modified(self,
field)
Last-modified: |
source code
|
|
|
|
|
_get_cache_expires(self,
field)
Cache-expires: |
source code
|
|
|
_get_content_type(self,
field)
Content-type: |
source code
|
|