Home | Trees | Index | Help |
---|
Package Halberd :: Package clues :: Module Clue :: Class Clue |
|
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 VIPMethod Summary | |
---|---|
__init__(self)
| |
__eq__(self,
other)
| |
__ne__(self,
other)
| |
__repr__(self)
| |
int .
|
Retrieve the number of times the clue has been found |
Increase the times this clue has been found. | |
str
|
Normalize string. (Static method) |
Extracts all relevant information from the MIME headers replied by the target. | |
Sets the local clock attribute. |
Instance Method Details |
---|
getCount(self)Retrieve the number of times the clue has been found
|
incCount(self, num=1)Increase the times this clue has been found.
|
parse(self, headers)Extracts all relevant information from the MIME headers replied by the target.
|
setTimestamp(self, timestamp)Sets the local clock attribute.
|
Static Method Details |
---|
normalize(name)Normalize string. This method takes a string coming out of mime-fields and transforms it into a valid Python identifier. That's done by removing invalid non-alphanumeric characters and also numeric ones placed at the beginning of the string.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 17 12:42:14 2006 | http://epydoc.sf.net |