| Home | Trees | Index | Help |
|---|
| Package Halberd :: Module shell :: Class BaseStrategy |
|
ClueReaderStrategy,
MultiScanStrategy,
UniScanStrategyDefines the strategy used to scan.
A strategy is a certain way to use the program. Theses can be layered to build a bigger strategy doing more complex things, etc.| Method Summary | |
|---|---|
__init__(self,
scantask)
| |
Executes the strategy. | |
Performs clue analysis. | |
Allocates a work crew of scanners and launches them on the target. | |
| Method Details |
|---|
execute(self)Executes the strategy. |
_analyze(self)Performs clue analysis. |
_scan(self)Allocates a work crew of scanners and launches them on the target. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Aug 24 19:08:31 2006 | http://epydoc.sf.net |