| Home | Trees | Index | Help |
|---|
| Package Halberd :: Module ScanTask :: Class ScanTask |
|
| Method Summary | |
|---|---|
__init__(self)
| |
Read configuration file. | |
| Instance Variable Summary | |
|---|---|
str |
addr: Address of the target web server. |
list |
analyzed: Sequence of clues after the analysis phase. |
str |
certfile: Certificate to be used for SSL connections. |
list |
clues: Sequence of clues obtained from the target. |
bool |
debug: Display debug information. |
str |
keyfile: Key file for SSL connections. |
str |
out: File where to write reports. |
tuple |
proxy_serv_addr: Address + port where to listen when operating as a proxy. |
str |
save: File or directory name where the results will be written. |
str |
url: URL to scan. |
str |
urlfile: Root folder to use for storing results of MultiScans. |
bool |
verbose: Display status information during the scan. |
| Method Details |
|---|
readConf(self)Read configuration file. This method tries to read the specified configuration file. If we try to read it at the default path and it's not there we create a bare-bones file and use that one.
|
| Instance Variable Details |
|---|
addrAddress of the target web server.
|
analyzedSequence of clues after the analysis phase.
|
certfileCertificate to be used for SSL connections.
|
cluesSequence of clues obtained from the target.
|
debugDisplay debug information.
|
keyfileKey file for SSL connections.
|
outFile where to write reports. If it's not set, stdout will be used.
|
proxy_serv_addrAddress + port where to listen when operating as a proxy.
|
saveFile or directory name where the results will be written.
|
urlURL to scan.
|
urlfileRoot folder to use for storing results of MultiScans.
|
verboseDisplay status information during the scan.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jul 18 22:25:57 2007 | http://epydoc.sf.net |