# This configuration file defines all the particular options necessary to run the service. # Fields marked (M) are mandatory. # # Service options: :options:
# (M) Enables logging to the log directory. :logging_enabled: true # (M) Sets the log level threshold for output. :log_level: info # Filters to specific sites one per line, leave empty to generate for all sites. :sites: - '1' # Determines if generated files (Nexpose CSV report and SourceFire ready CSV) should be kept after run is complete :keep_csv: N # Absolute location of the SourceFire pkcs12 file :p12_location: '/an/absolute/location/file.pkcs12' # Timeout in seconds. The number of seconds the GEM waits for a response from Nexpose before exiting. :timeout: 10800
:nexpose_options:
# (M) Nexpose console hostname. :nexpose_address: 127.0.0.1 # (M) Nexpose username. :nexpose_username: nxadmin # (M) Nexpose password. :nexpose_password: nxadmin # (M) The port Nexpose listens on. Default is 3780 :nexpose_port: 3780
:sourcefire_options:
# (M) SourceFire Instance hostname. :sourcefire_address: 127.0.0.1 # (M) The server port on which Sourcefire may be contacted. Default is 8307 :sourcefire_port: 8307 # (M) The password associated with the generated ‘.pkcs12’ file. :sourcefire_pkcs12_password: password
# Encryption options :encryption_options:
# (M) Path to the encryption.config file :directory: ../../config/encryption.config