Package Halberd :: Module ScanTask
[hide private]
[frames] | no frames]

Module ScanTask

source code

Scanning tasks.

Classes [hide private]
  ConfError
Error with configuration file(s)
  ScanTask
Describes the way a scan should be performed.
Variables [hide private]
int default_scantime = 15
Time to spend probing the target expressed in seconds.
int default_parallelism = 4
Number of parallel threads to launch for the scan.
str default_conf_dir = '/home/jmbr/.halberd'
Path to the directory where the configuration file is located.
str default_conf_file = '/home/jmbr/.halberd/halberd.cfg'
Name of the default configuration file for halberd.
float default_ratio_threshold = 0.6
Minimum clues-to-realservers ratio to trigger a clue reanalysis.
str default_out = None
Default place where to write reports (None means stdout).
  __package__ = 'Halberd'