NSC 7/15/10 2:30 PM: Logging initialized (system time zone is America/New_York) NSC 7/15/10 2:30 PM: initializing JDBC drivers NSC 7/15/10 2:30 PM: NeXpose is running interactively under super-user: root NSC 7/15/10 2:30 PM: System memory: 6034MB total (3980MB free) NSC 7/15/10 2:30 PM: System speed: 1199MHz (x8) NSC 7/15/10 2:30 PM: Running first-time configuration Nexpose 7/15/10 2:30 PM: Configuring PostgreSQL installation in /opt/rapid7/nexpose/nsc/nxpgsql PostgresInst7/15/10 2:30 PM: Verifying permissions on /opt/rapid7/nexpose/nsc/nxpgsql PostgresInst7/15/10 2:30 PM: Verifying disk space on /opt/rapid7/nexpose/nsc/nxpgsql PostgresInst7/15/10 2:30 PM: Could not determine nxpgsql daemon status. Continuing installation.... PostgresInst7/15/10 2:30 PM: Adding service user nxpgsql PostgresInst7/15/10 2:30 PM: Added service user. PostgresInst7/15/10 2:30 PM: Recursively changing ownership of /opt/rapid7/nexpose/nsc/nxpgsql to nxpgsql PostgresInst7/15/10 2:30 PM: Setting file permissions PostgresInst7/15/10 2:30 PM: Changing permissions of directory '/opt/rapid7/nexpose/nsc/nxpgsql' to go+x PostgresInst7/15/10 2:30 PM: Changing permissions of directory '/opt/rapid7/nexpose/nsc' to go+x PostgresInst7/15/10 2:30 PM: Changing permissions of directory '/opt/rapid7/nexpose' to go+x PostgresInst7/15/10 2:30 PM: Changing permissions of directory '/opt/rapid7' to go+x PostgresInst7/15/10 2:30 PM: Changing permissions of directory '/opt' to go+x PostgresInst7/15/10 2:30 PM: Changing permissions of directory '/' to go+x PostgresInst7/15/10 2:30 PM: Successfully set file permissions PostgresInst7/15/10 2:30 PM: Changing permissions of directory '/opt/rapid7/nexpose/nsc/db' to go+x PostgresInst7/15/10 2:30 PM: Postgres data directory already exists. Cleaning up. /opt/rapid7/nexpose/nsc/nxpgsql/nxpdata PostgresInst7/15/10 2:30 PM: Creating data directory in /opt/rapid7/nexpose/nsc/nxpgsql/nxpdata PostgresInst7/15/10 2:30 PM: Setting permissions on data directory /opt/rapid7/nexpose/nsc/nxpgsql/nxpdata PostgresInst7/15/10 2:30 PM: Initializing PostgreSQL database PostgresInst7/15/10 2:30 PM: initdb was successful PostgresInst7/15/10 2:30 PM: Setting Postgres to start automatically upon system boot Nexpose 7/15/10 2:30 PM: NSC DN is CN=NeXpose Security Console, O=Suncoast Schools FCU Nexpose 7/15/10 2:30 PM: Generating certificate for CN=NeXpose Security Console, O=Suncoast Schools FCU... Nexpose 7/15/10 2:30 PM: Creating NSC config for database type postgresql Nexpose 7/15/10 2:30 PM: Activating product for the first time... AU-3EB2982F67/15/10 2:30 PM: initializing update engine for 3EB2982F6E7F4823375A65BAD0F552B707FB52D5... AU-3EB2982F67/15/10 2:30 PM: Establishing HTTP connection with updates.rapid7.com via proxy (updates.rapid7.com:80)... Nexpose 7/15/10 2:31 PM: Failed to activate product. Nexpose 7/15/10 2:31 PM: com.rapid7.updater.UpdateException: Product activation failed at com.rapid7.updater.A.activateLicense(Unknown Source) at com.rapid7.updater.HttpProxyUpdateClient.activateLicense(Unknown Source) at com.rapid7.updater.UpdatePackageProcessor.activateLicense(Unknown Source) at com.rapid7.nexpose.nsc.FirstTimeConfigurator.C(Unknown Source) at com.rapid7.nexpose.nsc.FirstTimeConfigurator.configure(Unknown Source) at com.rapid7.nexpose.nsc.NSC.ó(Unknown Source) at com.rapid7.nexpose.nsc.NSC.ô(Unknown Source) at com.rapid7.nexpose.nsc.NSC.õ(Unknown Source) at com.rapid7.nexpose.nsc.NSC.run(Unknown Source) at com.rapid7.nexpose.nsc.NSC.main(Unknown Source) Caused by: java.net.SocketTimeoutException at com.rapid7.net.http.HTTPClient.request(Unknown Source) at com.rapid7.updater.HttpProxyUpdateClient.sendReceive(Unknown Source) at com.rapid7.updater.A.F(Unknown Source) ... 10 more Nexpose 7/15/10 2:31 PM: NSC DN is CN=NeXpose Security Console, O=Suncoast Schools FCU postgresql 7/15/10 2:31 PM: Starting up postgresql DB system postgresql 7/15/10 2:31 PM: Nexpose PostgreSQL service status: 0 postgresql 7/15/10 2:31 PM: Nexpose PostgreSQL service status: 1 postgresql 7/15/10 2:31 PM: Determining whether database nexpose exists postgresql 7/15/10 2:31 PM: Creating nexpose database postgresql 7/15/10 2:31 PM: Created nexpose database Nexpose 7/15/10 2:31 PM: Configuring postgresql database for the first time Nexpose 7/15/10 2:31 PM: Creating schema Nexpose 7/15/10 2:31 PM: Creating table ADHOC_SCANCFGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE ADHOC_SCANCFGS ( USER_ID INTEGER NOT NULL, CFG_ID INTEGER NOT NULL, SCAN_NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index ADHOC_SCANCFGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_ADHOC_SCFG_UID ON ADHOC_SCANCFGS ( USER_ID ) Nexpose 7/15/10 2:31 PM: Creating index ADHOC_SCANCFGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_ADHOC_SCFG_CID ON ADHOC_SCANCFGS ( CFG_ID ) Nexpose 7/15/10 2:31 PM: Creating table ALERT_CONDS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE ALERT_CONDS ( ALERT_ID INTEGER NOT NULL, ALERT_COND VARCHAR(255) , ALERT_OP VARCHAR(2) , ALERT_VALUE VARCHAR(1024) ) Nexpose 7/15/10 2:31 PM: Creating index ALERT_CONDS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ALERT_CONDS_01 ON ALERT_CONDS ( ALERT_ID, ALERT_COND ) Nexpose 7/15/10 2:31 PM: Creating table ALERT_SETTINGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE ALERT_SETTINGS ( ALERT_ID INTEGER NOT NULL, ALERT_KEY VARCHAR(255) , ALERT_SETTING VARCHAR(1024) ) Nexpose 7/15/10 2:31 PM: Creating index ALERT_SETTINGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_ALERT_SETTINGS_01 ON ALERT_SETTINGS ( ALERT_ID, ALERT_KEY, ALERT_SETTING ) Nexpose 7/15/10 2:31 PM: Creating table ALERTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE ALERTS ( ALERT_ID SERIAL NOT NULL, ALERT_NAME VARCHAR(255) NOT NULL, ALERT_TYPE CHAR(1) NOT NULL, ALERT_MAX INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ALERTS ADD PRIMARY KEY (ALERT_ID) Nexpose 7/15/10 2:31 PM: Creating index ALERTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_ALRT_NM ON ALERTS ( ALERT_NAME ) Nexpose 7/15/10 2:31 PM: Creating table AUTH_SOURCE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE AUTH_SOURCE ( AUTHSRC_ID SERIAL NOT NULL, SOURCE VARCHAR(255) NOT NULL, MODULE VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE AUTH_SOURCE ADD PRIMARY KEY (AUTHSRC_ID) Nexpose 7/15/10 2:31 PM: Creating index AUTH_SOURCE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_AUTHSRC_SRC ON AUTH_SOURCE ( SOURCE ) Nexpose 7/15/10 2:31 PM: Creating index AUTH_SOURCE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_AUTH_SOURCE_01 ON AUTH_SOURCE ( AUTHSRC_ID, SOURCE, MODULE ) Nexpose 7/15/10 2:31 PM: Creating index AUTH_SOURCE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_AUTH_SOURCE_02 ON AUTH_SOURCE ( MODULE, AUTHSRC_ID ) Nexpose 7/15/10 2:31 PM: Creating table BACKUP_HISTORY Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE BACKUP_HISTORY ( BACKUP_ID SERIAL NOT NULL, BACKUP_FILE VARCHAR(255) , BACKUP_MD5 VARCHAR(255) , BACKUP_TIME TIMESTAMP DEFAULT CURRENT_TIMESTAMP, BACKUP_DESC VARCHAR(255) , BACKUP_RESULT VARCHAR(255) , BACKUP_STATUS CHAR(1) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE BACKUP_HISTORY ADD PRIMARY KEY (BACKUP_ID) Nexpose 7/15/10 2:31 PM: Creating table DEVICE_GROUPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE DEVICE_GROUPS ( DEV_ID BIGINT NOT NULL, GROUP_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_GROUPS ADD PRIMARY KEY (DEV_ID,GROUP_ID) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_GROUPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DG_GID ON DEVICE_GROUPS ( GROUP_ID ) Nexpose 7/15/10 2:31 PM: Creating table DEVICE_NODES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE DEVICE_NODES ( DEV_ID BIGINT NOT NULL, NODE_ID BIGINT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_NODES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DN_DID ON DEVICE_NODES ( DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_NODES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DN_NID ON DEVICE_NODES ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table DEVICE_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE DEVICE_SCANS ( DEV_ID BIGINT NOT NULL, SCAN_ID BIGINT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DEVSCAN_DID ON DEVICE_SCANS ( DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DEVSCAN_SCID ON DEVICE_SCANS ( SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating table DEVICE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE DEVICE_SYNOPSIS ( DEV_ID BIGINT NOT NULL, NODE_ID BIGINT NOT NULL, OS_ID BIGINT , HW_ID BIGINT , RISKSCORE REAL NOT NULL, VCNT_MOD INTEGER NOT NULL, VCNT_SEV INTEGER NOT NULL, VCNT_CRIT INTEGER NOT NULL, EXPL_CNT INTEGER NOT NULL DEFAULT 0 ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DSYN_DID ON DEVICE_SYNOPSIS ( DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DSYN_NID ON DEVICE_SYNOPSIS ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DSYN_OID ON DEVICE_SYNOPSIS ( OS_ID ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DSYN_HID ON DEVICE_SYNOPSIS ( HW_ID ) Nexpose 7/15/10 2:31 PM: Creating table DEVICE_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE DEVICE_TYPES ( DTYPE_ID SERIAL NOT NULL, DESCRIPTION VARCHAR(255) NOT NULL, RISKFACTOR REAL DEFAULT 1.0 ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_TYPES ADD PRIMARY KEY (DTYPE_ID) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DTYPE_IDRF ON DEVICE_TYPES ( DTYPE_ID, RISKFACTOR ) Nexpose 7/15/10 2:31 PM: Creating index DEVICE_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DTYPE_IDD ON DEVICE_TYPES ( DTYPE_ID, DESCRIPTION ) Nexpose 7/15/10 2:31 PM: Creating table DGROUP_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE DGROUP_SYNOPSIS ( GROUP_ID INTEGER NOT NULL, DEVICES INTEGER NOT NULL, RISKSCORE REAL NOT NULL, VCNT_MOD INTEGER NOT NULL, VCNT_SEV INTEGER NOT NULL, VCNT_CRIT INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index DGROUP_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DGS_GID ON DGROUP_SYNOPSIS ( GROUP_ID ) Nexpose 7/15/10 2:31 PM: Creating table DISPATCHED_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE DISPATCHED_SCANS ( SCAN_ID BIGINT NOT NULL, SENG_ID INTEGER NOT NULL, SENG_SCANID BIGINT , STATUS CHAR(1) DEFAULT 'D' ) Nexpose 7/15/10 2:31 PM: Creating index DISPATCHED_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DSCAN_SID ON DISPATCHED_SCANS ( SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating index DISPATCHED_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DSCAN_EID ON DISPATCHED_SCANS ( SENG_ID ) Nexpose 7/15/10 2:31 PM: Creating table EP_CFG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_CFG ( EP_ID BIGINT NOT NULL, CFG_NAME VARCHAR(255) NOT NULL, CFG_VALUE TEXT ) Nexpose 7/15/10 2:31 PM: Creating index EP_CFG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEC_EID ON EP_CFG ( EP_ID ) Nexpose 7/15/10 2:31 PM: Creating table EP_DB Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_DB ( DB_ID BIGSERIAL NOT NULL, EP_ID BIGINT NOT NULL, EP_DBID INTEGER , NAME VARCHAR(255) NOT NULL, DB_DESC VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_DB ADD PRIMARY KEY (DB_ID) Nexpose 7/15/10 2:31 PM: Creating index EP_DB Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NED_NE ON EP_DB ( NAME, EP_ID ) Nexpose 7/15/10 2:31 PM: Creating index EP_DB Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NED_EID ON EP_DB ( EP_ID ) Nexpose 7/15/10 2:31 PM: Creating table EP_FP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_FP ( EP_ID BIGINT NOT NULL, SVCFP_ID BIGINT NOT NULL, CERTAINTY REAL NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index EP_FP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEFP_EID ON EP_FP ( EP_ID ) Nexpose 7/15/10 2:31 PM: Creating index EP_FP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEFP_FPID ON EP_FP ( SVCFP_ID ) Nexpose 7/15/10 2:31 PM: Creating table EP_GROUP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_GROUP ( GROUP_ID BIGSERIAL NOT NULL, EP_ID BIGINT NOT NULL, EP_GID INTEGER , NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_GROUP ADD PRIMARY KEY (GROUP_ID) Nexpose 7/15/10 2:31 PM: Creating index EP_GROUP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEG_NM ON EP_GROUP ( NAME ) Nexpose 7/15/10 2:31 PM: Creating index EP_GROUP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEG_EN ON EP_GROUP ( EP_ID, NAME ) Nexpose 7/15/10 2:31 PM: Creating index EP_GROUP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEG_NE ON EP_GROUP ( NAME, EP_ID ) Nexpose 7/15/10 2:31 PM: Creating index EP_GROUP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEG_EID ON EP_GROUP ( EP_ID ) Nexpose 7/15/10 2:31 PM: Creating table EP_GROUP_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_GROUP_ATTR ( GROUP_ID BIGINT NOT NULL, ATTR_NAME VARCHAR(255) NOT NULL, ATTR_VALUE TEXT ) Nexpose 7/15/10 2:31 PM: Creating index EP_GROUP_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_EP_GROUP_ATTR_01 ON EP_GROUP_ATTR ( GROUP_ID, ATTR_NAME ) Nexpose 7/15/10 2:31 PM: Creating table EP_GROUP_MEMBERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_GROUP_MEMBERS ( GROUP_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index EP_GROUP_MEMBERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEGM_GID ON EP_GROUP_MEMBERS ( GROUP_ID ) Nexpose 7/15/10 2:31 PM: Creating table EP_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_TESTS ( EP_ID BIGINT NOT NULL, VULN_ID INTEGER NOT NULL, STATUS CHAR(1) NOT NULL, VKEY VARCHAR(255) , PROOF TEXT ) Nexpose 7/15/10 2:31 PM: Creating index EP_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEVT_VK ON EP_TESTS ( VKEY ) Nexpose 7/15/10 2:31 PM: Creating index EP_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEVT_SVE ON EP_TESTS ( STATUS, VULN_ID, EP_ID ) Nexpose 7/15/10 2:31 PM: Creating index EP_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEVT_VEK ON EP_TESTS ( VULN_ID, EP_ID, VKEY ) Nexpose 7/15/10 2:31 PM: Creating index EP_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_EP_TESTS_01 ON EP_TESTS ( EP_ID, VULN_ID, STATUS, VKEY ) Nexpose 7/15/10 2:31 PM: Creating table EP_USER Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_USER ( USER_ID BIGSERIAL NOT NULL, EP_ID BIGINT NOT NULL, EP_UID INTEGER , NAME VARCHAR(255) NOT NULL, FULLNAME VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_USER ADD PRIMARY KEY (USER_ID) Nexpose 7/15/10 2:31 PM: Creating index EP_USER Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEU_EN ON EP_USER ( EP_ID, NAME ) Nexpose 7/15/10 2:31 PM: Creating index EP_USER Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NEU_NE ON EP_USER ( NAME, EP_ID ) Nexpose 7/15/10 2:31 PM: Creating table EP_USER_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_USER_ATTR ( USER_ID BIGINT NOT NULL, ATTR_NAME VARCHAR(255) NOT NULL, ATTR_VALUE TEXT ) Nexpose 7/15/10 2:31 PM: Creating index EP_USER_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_EP_USER_ATTR_01 ON EP_USER_ATTR ( USER_ID, ATTR_NAME ) Nexpose 7/15/10 2:31 PM: Creating table EP_WEBS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EP_WEBS ( WEB_ID BIGSERIAL NOT NULL, EP_ID BIGINT NOT NULL, WEB_HOST VARCHAR(255) NOT NULL, WEB_ROOT VARCHAR(1024) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_WEBS ADD PRIMARY KEY (WEB_ID) Nexpose 7/15/10 2:31 PM: Creating table FP_SOURCE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE FP_SOURCE ( FPSRC_ID SERIAL NOT NULL, SOURCE VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE FP_SOURCE ADD PRIMARY KEY (FPSRC_ID) Nexpose 7/15/10 2:31 PM: Creating index FP_SOURCE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_FPSRC_SRC ON FP_SOURCE ( SOURCE ) Nexpose 7/15/10 2:31 PM: Creating index FP_SOURCE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_FP_SOURCE_01 ON FP_SOURCE ( FPSRC_ID, SOURCE ) Nexpose 7/15/10 2:31 PM: Creating table FTI_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE FTI_DEVICES ( DEV_ID BIGINT NOT NULL, TERM_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index FTI_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DEVFTI_TV ON FTI_DEVICES ( TERM_ID, DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating index FTI_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_DEVFTI_DID ON FTI_DEVICES ( DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating table FTI_TERMS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE FTI_TERMS ( TERM_ID SERIAL NOT NULL, TERM VARCHAR(128) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE FTI_TERMS ADD PRIMARY KEY (TERM_ID) Nexpose 7/15/10 2:31 PM: Creating index FTI_TERMS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_FTITERMS_TM ON FTI_TERMS ( TERM ) Nexpose 7/15/10 2:31 PM: Creating index FTI_TERMS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_FTITERMS_T ON FTI_TERMS ( TERM, TERM_ID ) Nexpose 7/15/10 2:31 PM: Creating table FTI_VULNDEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE FTI_VULNDEFS ( VULN_ID INTEGER NOT NULL, TERM_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index FTI_VULNDEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_FTI_VULNDEFS_01 ON FTI_VULNDEFS ( TERM_ID, VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index FTI_VULNDEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VDFTI_VID ON FTI_VULNDEFS ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating table GLOBAL_EXCL_HOSTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE GLOBAL_EXCL_HOSTS ( EXCL_HOSTNAME VARCHAR(255) NOT NULL, EXCL_TS TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, EXCL_USER_ID INTEGER NOT NULL, EXCL_USER_NAME VARCHAR(256) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE GLOBAL_EXCL_HOSTS ADD PRIMARY KEY (EXCL_HOSTNAME) Nexpose 7/15/10 2:31 PM: Creating table GLOBAL_EXCL_IP4_RANGES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE GLOBAL_EXCL_IP4_RANGES ( EXCL_IP4_START INTEGER NOT NULL, EXCL_IP4_END INTEGER , EXCL_TS TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, EXCL_USER_ID INTEGER NOT NULL, EXCL_USER_NAME VARCHAR(256) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE GLOBAL_EXCL_IP4_RANGES ADD PRIMARY KEY (EXCL_IP4_START) Nexpose 7/15/10 2:31 PM: Creating table GROUPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE GROUPS ( GROUP_ID SERIAL NOT NULL, GROUP_NAME VARCHAR(255) NOT NULL, GROUP_TAG VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE GROUPS ADD PRIMARY KEY (GROUP_ID) Nexpose 7/15/10 2:31 PM: Creating index GROUPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_GRP_NAME ON GROUPS ( GROUP_NAME ) Nexpose 7/15/10 2:31 PM: Creating table HW_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE HW_TYPES ( HW_ID BIGSERIAL NOT NULL, VEND_ID INTEGER NOT NULL, FAM_ID INTEGER NOT NULL, PRODUCT VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE HW_TYPES ADD PRIMARY KEY (HW_ID) Nexpose 7/15/10 2:31 PM: Creating index HW_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_HWTP_PROD ON HW_TYPES ( PRODUCT ) Nexpose 7/15/10 2:31 PM: Creating table NODE_ADDR_IP4 Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_ADDR_IP4 ( NODE_ID BIGINT NOT NULL, ADDR_IPV4 INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index NODE_ADDR_IP4 Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NA4_ADDR ON NODE_ADDR_IP4 ( ADDR_IPV4 ) Nexpose 7/15/10 2:31 PM: Creating index NODE_ADDR_IP4 Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NA4_NID ON NODE_ADDR_IP4 ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_ADDR_MAC Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_ADDR_MAC ( NODE_ID BIGINT NOT NULL, ADDR_MAC CHAR(12) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index NODE_ADDR_MAC Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NAM_ADDR ON NODE_ADDR_MAC ( ADDR_MAC ) Nexpose 7/15/10 2:31 PM: Creating index NODE_ADDR_MAC Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NAM_NID ON NODE_ADDR_MAC ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_DB Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_DB ( DB_ID BIGSERIAL NOT NULL, NODE_ID BIGINT NOT NULL, NODE_DBID INTEGER , NAME VARCHAR(255) NOT NULL, DB_DESC VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_DB ADD PRIMARY KEY (DB_ID) Nexpose 7/15/10 2:31 PM: Creating index NODE_DB Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NDB_NN ON NODE_DB ( NAME, NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_DB Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NDB_NID ON NODE_DB ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_EP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_EP ( EP_ID BIGSERIAL NOT NULL, NODE_ID BIGINT NOT NULL, SVC_ID INTEGER NOT NULL, EP_PROTO SMALLINT NOT NULL, EP_PORT INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_EP ADD PRIMARY KEY (EP_ID) Nexpose 7/15/10 2:31 PM: Creating index NODE_EP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_NODE_EP_01 ON NODE_EP ( NODE_ID, EP_ID, SVC_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_EP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NE_ES ON NODE_EP ( EP_ID, SVC_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_EP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NE_NS ON NODE_EP ( NODE_ID, SVC_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_EP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NE_SID ON NODE_EP ( SVC_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_FILE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_FILE ( FILE_ID BIGSERIAL NOT NULL, NODE_ID BIGINT NOT NULL, FTYPE CHAR(1) DEFAULT 'U', FNAME VARCHAR(1024) NOT NULL, FSIZE BIGINT , FATTRS INTEGER DEFAULT 0 ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_FILE ADD PRIMARY KEY (FILE_ID) Nexpose 7/15/10 2:31 PM: Creating index NODE_FILE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NF_NE ON NODE_FILE ( FNAME, NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_FILE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NF_NID ON NODE_FILE ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_FILE_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_FILE_ATTR ( FILE_ID BIGINT NOT NULL, ATTR_NAME VARCHAR(255) NOT NULL, ATTR_VALUE TEXT ) Nexpose 7/15/10 2:31 PM: Creating index NODE_FILE_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NFA_FID ON NODE_FILE_ATTR ( FILE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_GROUP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_GROUP ( GROUP_ID BIGSERIAL NOT NULL, NODE_ID BIGINT NOT NULL, NODE_GID INTEGER , NAME VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_GROUP ADD PRIMARY KEY (GROUP_ID) Nexpose 7/15/10 2:31 PM: Creating index NODE_GROUP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NG_NID ON NODE_GROUP ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_GROUP_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_GROUP_ATTR ( GROUP_ID BIGINT NOT NULL, ATTR_NAME VARCHAR(255) NOT NULL, ATTR_VALUE TEXT ) Nexpose 7/15/10 2:31 PM: Creating index NODE_GROUP_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NGA_GID ON NODE_GROUP_ATTR ( GROUP_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_GROUP_MEMBERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_GROUP_MEMBERS ( GROUP_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index NODE_GROUP_MEMBERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NGM_GID ON NODE_GROUP_MEMBERS ( GROUP_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_HW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_HW ( NODE_ID BIGINT NOT NULL, HW_ID BIGINT NOT NULL, FPSRC_ID INTEGER NOT NULL, CERTAINTY REAL NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index NODE_HW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NH_NID ON NODE_HW ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_HW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NH_HID ON NODE_HW ( HW_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_HW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NH_FPSID ON NODE_HW ( FPSRC_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_NAME Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_NAME ( NODE_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE_CD CHAR(1) ) Nexpose 7/15/10 2:31 PM: Creating index NODE_NAME Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NN_NAME ON NODE_NAME ( NAME ) Nexpose 7/15/10 2:31 PM: Creating index NODE_NAME Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NN_NID ON NODE_NAME ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_OS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_OS ( NODE_ID BIGINT NOT NULL, OS_ID BIGINT NOT NULL, FPSRC_ID INTEGER NOT NULL, CERTAINTY REAL NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index NODE_OS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NO_NID ON NODE_OS ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_OS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NO_OSID ON NODE_OS ( OS_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_OS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NO_FPSID ON NODE_OS ( FPSRC_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_POL_EVAL Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_POL_EVAL ( NODE_ID BIGINT NOT NULL, PE_ID INTEGER NOT NULL, STATUS CHAR(1) NOT NULL, PROOF VARCHAR(20000) ) Nexpose 7/15/10 2:31 PM: Creating index NODE_POL_EVAL Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_NODE_POL_EVAL_01 ON NODE_POL_EVAL ( NODE_ID, PE_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_POL_EVAL Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NPOL_PID ON NODE_POL_EVAL ( PE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_SW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_SW ( NODE_ID BIGINT NOT NULL, SW_ID BIGINT NOT NULL, FPSRC_ID INTEGER NOT NULL, CERTAINTY REAL NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index NODE_SW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_NODE_SW_01 ON NODE_SW ( NODE_ID, SW_ID, CERTAINTY ) Nexpose 7/15/10 2:31 PM: Creating index NODE_SW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NSW_SWID ON NODE_SW ( SW_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_SW Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NSW_FPSID ON NODE_SW ( FPSRC_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_SYNOPSIS ( NODE_ID BIGINT NOT NULL, OS_ID BIGINT , HW_ID BIGINT , RISKSCORE REAL NOT NULL, VCNT_MOD INTEGER NOT NULL, VCNT_SEV INTEGER NOT NULL, VCNT_CRIT INTEGER NOT NULL, EXPL_CNT INTEGER NOT NULL DEFAULT 0 ) Nexpose 7/15/10 2:31 PM: Creating index NODE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_NODE_SYNOPSIS_01 ON NODE_SYNOPSIS ( NODE_ID, OS_ID, HW_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NSYN_OID ON NODE_SYNOPSIS ( OS_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NSYN_HID ON NODE_SYNOPSIS ( HW_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_TESTS ( NODE_ID BIGINT NOT NULL, VULN_ID INTEGER NOT NULL, STATUS CHAR(1) NOT NULL, VKEY VARCHAR(255) , PROOF TEXT ) Nexpose 7/15/10 2:31 PM: Creating index NODE_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NVT_VK ON NODE_TESTS ( VKEY ) Nexpose 7/15/10 2:31 PM: Creating index NODE_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NVT_SVN ON NODE_TESTS ( STATUS, VULN_ID, NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NVT_VNK ON NODE_TESTS ( VULN_ID, NODE_ID, VKEY ) Nexpose 7/15/10 2:31 PM: Creating index NODE_TESTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_NODE_TESTS_01 ON NODE_TESTS ( NODE_ID, VULN_ID, STATUS, VKEY ) Nexpose 7/15/10 2:31 PM: Creating table NODE_USER Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_USER ( USER_ID BIGSERIAL NOT NULL, NODE_ID BIGINT NOT NULL, NODE_UID INTEGER , NAME VARCHAR(255) , FULLNAME VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_USER ADD PRIMARY KEY (USER_ID) Nexpose 7/15/10 2:31 PM: Creating index NODE_USER Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NUA_UID ON NODE_USER ( USER_ID ) Nexpose 7/15/10 2:31 PM: Creating index NODE_USER Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_NU_NID ON NODE_USER ( NODE_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODE_USER_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODE_USER_ATTR ( USER_ID BIGINT NOT NULL, ATTR_NAME VARCHAR(255) NOT NULL, ATTR_VALUE TEXT ) Nexpose 7/15/10 2:31 PM: Creating index NODE_USER_ATTR Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_NODE_USER_ATTR_01 ON NODE_USER_ATTR ( USER_ID ) Nexpose 7/15/10 2:31 PM: Creating table NODES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NODES ( NODE_ID BIGSERIAL NOT NULL, SCAN_ID BIGINT NOT NULL, NODE_STATUS CHAR(1) DEFAULT 'U', SCAN_START TIMESTAMP , SCAN_END TIMESTAMP , SCAN_STATUS CHAR(1) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODES ADD PRIMARY KEY (NODE_ID) Nexpose 7/15/10 2:31 PM: Creating index NODES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_N_SCANSTAT ON NODES ( SCAN_ID, NODE_STATUS ) Nexpose 7/15/10 2:31 PM: Creating index NODES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_NODES_01 ON NODES ( NODE_ID, SCAN_ID, NODE_STATUS ) Nexpose 7/15/10 2:31 PM: Creating table NXP_DBVER Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE NXP_DBVER ( VER_NO INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating table OBJECTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE OBJECTS ( OBJ_ID SERIAL NOT NULL, OBJ_NAME VARCHAR(256) , OBJ_DESC TEXT , OBJ_TABLE_NAME VARCHAR(128) , OBJ_TAB_ALIAS_NAME VARCHAR(20) , OBJ_COLUMN_NAME VARCHAR(128) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE OBJECTS ADD PRIMARY KEY (OBJ_ID) Nexpose 7/15/10 2:31 PM: Creating index OBJECTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_OBJECTS_01 ON OBJECTS ( OBJ_NAME ) Nexpose 7/15/10 2:31 PM: Creating table OS_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE OS_TYPES ( OS_ID BIGSERIAL NOT NULL, VEND_ID INTEGER NOT NULL, FAM_ID INTEGER NOT NULL, DTYPE_ID INTEGER NOT NULL, ARCH_ID INTEGER NOT NULL, PRODUCT VARCHAR(255) NOT NULL, VERSION VARCHAR(255) , OS_DESC VARCHAR(2048) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE OS_TYPES ADD PRIMARY KEY (OS_ID) Nexpose 7/15/10 2:31 PM: Creating index OS_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_OS_TYPES_01 ON OS_TYPES ( OS_ID, VEND_ID, FAM_ID, DTYPE_ID, ARCH_ID, PRODUCT, VERSION ) Nexpose 7/15/10 2:31 PM: Creating index OS_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_OSTP_DESC ON OS_TYPES ( PRODUCT ) Nexpose 7/15/10 2:31 PM: Creating table POLICY Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE POLICY ( POL_ID SERIAL NOT NULL, POL_CLASS VARCHAR(255) NOT NULL, POL_NAME VARCHAR(255) NOT NULL, POL_DESC TEXT ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE POLICY ADD PRIMARY KEY (POL_ID) Nexpose 7/15/10 2:31 PM: Creating index POLICY Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_POL_NM ON POLICY ( POL_NAME ) Nexpose 7/15/10 2:31 PM: Creating table POLICY_ELEMENT Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE POLICY_ELEMENT ( PE_ID SERIAL NOT NULL, POL_ID INTEGER NOT NULL, PE_KEY VARCHAR(1024) , PE_SETTING VARCHAR(1024) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE POLICY_ELEMENT ADD PRIMARY KEY (PE_ID) Nexpose 7/15/10 2:31 PM: Creating index POLICY_ELEMENT Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_PE_PID ON POLICY_ELEMENT ( POL_ID ) Nexpose 7/15/10 2:31 PM: Creating table PRIVS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE PRIVS ( PRIV_ID SERIAL NOT NULL, PRIV_NAME VARCHAR(256) , PRIV_DESC TEXT , SPFC_OBJ_ID_IND CHAR(1) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE PRIVS ADD PRIMARY KEY (PRIV_ID) Nexpose 7/15/10 2:31 PM: Creating index PRIVS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_PRIVS_01 ON PRIVS ( PRIV_NAME ) Nexpose 7/15/10 2:31 PM: Creating table PROD_FAMILIES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE PROD_FAMILIES ( FAM_ID SERIAL NOT NULL, NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE PROD_FAMILIES ADD PRIMARY KEY (FAM_ID) Nexpose 7/15/10 2:31 PM: Creating index PROD_FAMILIES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_FAM_NM ON PROD_FAMILIES ( NAME ) Nexpose 7/15/10 2:31 PM: Creating index PROD_FAMILIES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_FAM_IDNM ON PROD_FAMILIES ( FAM_ID, NAME ) Nexpose 7/15/10 2:31 PM: Creating table PROD_VENDORS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE PROD_VENDORS ( VEND_ID SERIAL NOT NULL, NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE PROD_VENDORS ADD PRIMARY KEY (VEND_ID) Nexpose 7/15/10 2:31 PM: Creating index PROD_VENDORS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_VEND_NM ON PROD_VENDORS ( NAME ) Nexpose 7/15/10 2:31 PM: Creating index PROD_VENDORS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VEND_IDNM ON PROD_VENDORS ( VEND_ID, NAME ) Nexpose 7/15/10 2:31 PM: Creating table REF_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REF_DEFS ( REF_ID SERIAL NOT NULL, SOURCE VARCHAR(16) NOT NULL, INFO VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REF_DEFS ADD PRIMARY KEY (REF_ID) Nexpose 7/15/10 2:31 PM: Creating index REF_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_REF_DEFS_01 ON REF_DEFS ( REF_ID, SOURCE, INFO ) Nexpose 7/15/10 2:31 PM: Creating index REF_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_REFS_SRC ON REF_DEFS ( SOURCE ) Nexpose 7/15/10 2:31 PM: Creating index REF_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_REFS_INFO ON REF_DEFS ( INFO ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_DATAPTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_DATAPTS ( RPT_ID INTEGER NOT NULL, DP_TSTAMP TIMESTAMP NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_DATAPTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_REPORT_DATAPTS_01 ON REPORT_DATAPTS ( RPT_ID, DP_TSTAMP ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_DEVICES ( RPT_ID INTEGER NOT NULL, DEV_ID BIGINT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_DEVICES ADD PRIMARY KEY (RPT_ID,DEV_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RD_DID ON REPORT_DEVICES ( DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_DGROUPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_DGROUPS ( RPT_ID INTEGER NOT NULL, GROUP_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_DGROUPS ADD PRIMARY KEY (RPT_ID,GROUP_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_DGROUPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RG_GID ON REPORT_DGROUPS ( GROUP_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_EMAILS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_EMAILS ( RPT_ID INTEGER NOT NULL, EMAIL VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_EMAILS ADD PRIMARY KEY (RPT_ID,EMAIL) Nexpose 7/15/10 2:31 PM: Creating table REPORT_EPROPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_EPROPS ( RPT_ID INTEGER NOT NULL, REXP_ID INTEGER NOT NULL, PNAME VARCHAR(255) NOT NULL, PVALUE VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_EPROPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_REP_RID ON REPORT_EPROPS ( RPT_ID ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_EPROPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_REP_EID ON REPORT_EPROPS ( REXP_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_EXPORTERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_EXPORTERS ( REXP_ID SERIAL NOT NULL, REXP_NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_EXPORTERS ADD PRIMARY KEY (REXP_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_EXPORTERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_RX_NI ON REPORT_EXPORTERS ( REXP_NAME, REXP_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_FILTERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_FILTERS ( RPT_ID INTEGER NOT NULL, FNAME VARCHAR(255) NOT NULL, FVALUE VARCHAR(2048) ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_FILTERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RFILTER_RID ON REPORT_FILTERS ( RPT_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_FORMATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_FORMATS ( RPT_ID INTEGER NOT NULL, REXP_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_FORMATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RF_RID ON REPORT_FORMATS ( RPT_ID ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_FORMATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RF_EID ON REPORT_FORMATS ( REXP_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_HISTORY Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_HISTORY ( RGEN_ID SERIAL NOT NULL, RPT_ID INTEGER NOT NULL, REXP_ID INTEGER NOT NULL, STATUS CHAR(1) DEFAULT 'S', TSTAMP TIMESTAMP DEFAULT CURRENT_TIMESTAMP ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_HISTORY ADD PRIMARY KEY (RGEN_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_HISTORY Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RH_IDDT ON REPORT_HISTORY ( RPT_ID, TSTAMP ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_HISTORY Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RH_REID ON REPORT_HISTORY ( REXP_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_SCANS ( RPT_ID INTEGER NOT NULL, SCAN_ID BIGINT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SCANS ADD PRIMARY KEY (RPT_ID,SCAN_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RSC_SID ON REPORT_SCANS ( SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_SCHEDULE Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_SCHEDULE ( RPT_ID INTEGER NOT NULL, RPT_FREQ CHAR(1) NOT NULL, SCHED_TYPE CHAR(1) NOT NULL, SCHED_INT INTEGER NOT NULL, SCHED_START TIMESTAMP NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SCHEDULE ADD PRIMARY KEY (RPT_ID) Nexpose 7/15/10 2:31 PM: Creating table REPORT_SECTIONS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_SECTIONS ( RSEC_ID SERIAL NOT NULL, RSEC_NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SECTIONS ADD PRIMARY KEY (RSEC_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_SECTIONS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_RS_NI ON REPORT_SECTIONS ( RSEC_NAME, RSEC_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_SITES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_SITES ( RPT_ID INTEGER NOT NULL, SITE_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SITES ADD PRIMARY KEY (RPT_ID,SITE_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_SITES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RS_SID ON REPORT_SITES ( SITE_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_SPROPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_SPROPS ( RPT_ID INTEGER NOT NULL, RSEC_ID INTEGER NOT NULL, PNAME VARCHAR(255) NOT NULL, PVALUE VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_SPROPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_REPORT_SPROPS_01 ON REPORT_SPROPS ( RPT_ID, RSEC_ID, PNAME ) Nexpose 7/15/10 2:31 PM: Creating index REPORT_SPROPS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RSP_RSID ON REPORT_SPROPS ( RSEC_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_TEMPLATES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_TEMPLATES ( RTMPL_ID SERIAL NOT NULL, RTMPL_XID VARCHAR(64) NOT NULL, RTMPL_NAME VARCHAR(64) NOT NULL, RTMPL_DESC VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_TEMPLATES ADD PRIMARY KEY (RTMPL_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_TEMPLATES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_RT_NI ON REPORT_TEMPLATES ( RTMPL_NAME, RTMPL_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORT_USERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORT_USERS ( RPT_ID INTEGER NOT NULL, USER_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_USERS ADD PRIMARY KEY (RPT_ID,USER_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORT_USERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_RU_UID ON REPORT_USERS ( USER_ID ) Nexpose 7/15/10 2:31 PM: Creating table REPORTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE REPORTS ( RPT_ID SERIAL NOT NULL, RPT_NAME VARCHAR(255) NOT NULL, RTMPL_ID INTEGER , DELIVERY_BITS INTEGER NOT NULL, SMTP_RELAY VARCHAR(255) , SMTP_FROM VARCHAR(255) , CREATED_BY INTEGER NOT NULL, TIMEZONE VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORTS ADD PRIMARY KEY (RPT_ID) Nexpose 7/15/10 2:31 PM: Creating index REPORTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_R_NM ON REPORTS ( RPT_NAME ) Nexpose 7/15/10 2:31 PM: Creating index REPORTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_R_UID ON REPORTS ( CREATED_BY ) Nexpose 7/15/10 2:31 PM: Creating index REPORTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_R_RTID ON REPORTS ( RTMPL_ID ) Nexpose 7/15/10 2:31 PM: Creating table RISK_MODEL Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE RISK_MODEL ( RISKMODEL_ID VARCHAR(255) NOT NULL, RISKMODEL_TS TIMESTAMP , RISKMODEL_USER_ID INTEGER , RISKMODEL_USER_NAME VARCHAR(255) , RISKMODEL_LAST_UPD_TS TIMESTAMP ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE RISK_MODEL ADD PRIMARY KEY (RISKMODEL_ID) Nexpose 7/15/10 2:31 PM: Creating table ROLE_OBJ_PRIV_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE ROLE_OBJ_PRIV_BRG ( ROLE_ID INTEGER NOT NULL, OBJ_ID INTEGER NOT NULL, PRIV_ID INTEGER NOT NULL, SPFC_OBJ_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLE_OBJ_PRIV_BRG ADD PRIMARY KEY (ROLE_ID,OBJ_ID,PRIV_ID,SPFC_OBJ_ID) Nexpose 7/15/10 2:31 PM: Creating index ROLE_OBJ_PRIV_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ROLE_OBJ_PRIV_BRG_01 ON ROLE_OBJ_PRIV_BRG ( OBJ_ID, PRIV_ID, SPFC_OBJ_ID ) Nexpose 7/15/10 2:31 PM: Creating index ROLE_OBJ_PRIV_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ROLE_OBJ_PRIV_BRG_02 ON ROLE_OBJ_PRIV_BRG ( OBJ_ID ) Nexpose 7/15/10 2:31 PM: Creating index ROLE_OBJ_PRIV_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ROLE_OBJ_PRIV_BRG_03 ON ROLE_OBJ_PRIV_BRG ( PRIV_ID ) Nexpose 7/15/10 2:31 PM: Creating index ROLE_OBJ_PRIV_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ROLE_OBJ_PRIV_BRG_04 ON ROLE_OBJ_PRIV_BRG ( ROLE_ID ) Nexpose 7/15/10 2:31 PM: Creating table ROLE_ROLE_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE ROLE_ROLE_BRG ( PRNT_ROLE_ID INTEGER NOT NULL, ROLE_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLE_ROLE_BRG ADD PRIMARY KEY (PRNT_ROLE_ID,ROLE_ID) Nexpose 7/15/10 2:31 PM: Creating index ROLE_ROLE_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ROLE_ROLE_BRG_01 ON ROLE_ROLE_BRG ( PRNT_ROLE_ID ) Nexpose 7/15/10 2:31 PM: Creating index ROLE_ROLE_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ROLE_ROLE_BRG_02 ON ROLE_ROLE_BRG ( ROLE_ID ) Nexpose 7/15/10 2:31 PM: Creating table ROLES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE ROLES ( ROLE_ID SERIAL NOT NULL, ROLE_NAME VARCHAR(256) , ROLE_DESC TEXT , ROLE_DISABLE_IND CHAR(1) , PREDEF_ROLE_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLES ADD PRIMARY KEY (ROLE_ID) Nexpose 7/15/10 2:31 PM: Creating index ROLES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_ROLES_02 ON ROLES ( PREDEF_ROLE_ID, ROLE_ID, ROLE_NAME, ROLE_DISABLE_IND ) Nexpose 7/15/10 2:31 PM: Creating index ROLES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_ROLES_01 ON ROLES ( ROLE_NAME, ROLE_DISABLE_IND ) Nexpose 7/15/10 2:31 PM: Creating constraint SEQUENCE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER SEQUENCE roles_role_id_seq START 1000 Nexpose 7/15/10 2:31 PM: Creating table SCAN_CONFIGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_CONFIGS ( CFG_ID SERIAL NOT NULL, SENG_ID INTEGER , STMPL_ID VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_CONFIGS ADD PRIMARY KEY (CFG_ID) Nexpose 7/15/10 2:31 PM: Creating index SCAN_CONFIGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_SCAN_CONFIGS_01 ON SCAN_CONFIGS ( CFG_ID, STMPL_ID, SENG_ID ) Nexpose 7/15/10 2:31 PM: Creating index SCAN_CONFIGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SC_TMPL ON SCAN_CONFIGS ( STMPL_ID ) Nexpose 7/15/10 2:31 PM: Creating index SCAN_CONFIGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SC_SID ON SCAN_CONFIGS ( SENG_ID ) Nexpose 7/15/10 2:31 PM: Creating table SCAN_ENGINE_VER_UPDS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_ENGINE_VER_UPDS ( ENG_VER_ID SERIAL , SENG_ID INTEGER , OS_DESC VARCHAR(128) , ENG_VER_UPD_ID BIGINT DEFAULT -1, ENG_VER_UPD_DATE_NUM BIGINT DEFAULT -1, ENG_VER_NUM VARCHAR(128) , ENG_VER_UPD_DT DATE ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_ENGINE_VER_UPDS ADD PRIMARY KEY (ENG_VER_ID) Nexpose 7/15/10 2:31 PM: Creating index SCAN_ENGINE_VER_UPDS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SCAN_ENGINE_VER_UPDS_01 ON SCAN_ENGINE_VER_UPDS ( SENG_ID, ENG_VER_ID ) Nexpose 7/15/10 2:31 PM: Creating table SCAN_ENGINES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_ENGINES ( SENG_ID SERIAL NOT NULL, SENG_NAME VARCHAR(255) NOT NULL, SENG_ADDR VARCHAR(255) NOT NULL, SENG_PORT INTEGER NOT NULL, PRIORITY SMALLINT DEFAULT 100, SENG_CERT TEXT NOT NULL, ENG_VER_LAST_CHK_TS TIMESTAMP ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_ENGINES ADD PRIMARY KEY (SENG_ID) Nexpose 7/15/10 2:31 PM: Creating index SCAN_ENGINES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_SCANENG_NAME ON SCAN_ENGINES ( SENG_NAME ) Nexpose 7/15/10 2:31 PM: Creating index SCAN_ENGINES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SCAN_ENGINES_01 ON SCAN_ENGINES ( SENG_ADDR, SENG_PORT ) Nexpose 7/15/10 2:31 PM: Creating table SCAN_HOSTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_HOSTS ( SCAN_ID BIGINT NOT NULL, HOSTNAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_HOSTS ADD PRIMARY KEY (SCAN_ID,HOSTNAME) Nexpose 7/15/10 2:31 PM: Creating table SCAN_IP4_RANGES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_IP4_RANGES ( SCAN_ID BIGINT NOT NULL, IP4_START INTEGER NOT NULL, IP4_END INTEGER ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_IP4_RANGES ADD PRIMARY KEY (SCAN_ID,IP4_START) Nexpose 7/15/10 2:31 PM: Creating table SCAN_NODESTATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_NODESTATS ( SCAN_ID BIGINT NOT NULL, NCNT_LIVE INTEGER NOT NULL, NCNT_DEAD INTEGER NOT NULL, NCNT_FILT INTEGER NOT NULL, NCNT_UNRES INTEGER NOT NULL, NCNT_OTHER INTEGER NOT NULL, VCNT_CLEAN INTEGER NOT NULL, VCNT_MOD INTEGER NOT NULL, VCNT_SEV INTEGER NOT NULL, VCNT_CRIT INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index SCAN_NODESTATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SNSTAT_SID ON SCAN_NODESTATS ( SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating table SCAN_SCHEDULES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_SCHEDULES ( SCHED_ID SERIAL NOT NULL, CFG_ID INTEGER NOT NULL, SCHED_ENABLED CHAR(1) NOT NULL, SCHED_TYPE CHAR(1) NOT NULL, SCHED_INT INTEGER NOT NULL, SCHED_START TIMESTAMP NOT NULL, SCHED_END TIMESTAMP , SCHED_MAKEUP INTEGER NOT NULL, SCHED_RESUME CHAR(1) NOT NULL, SCHED_STOPMIN INTEGER NOT NULL, SCHED_SCANTYPE CHAR(1) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_SCHEDULES ADD PRIMARY KEY (SCHED_ID) Nexpose 7/15/10 2:31 PM: Creating index SCAN_SCHEDULES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SCHED_CFGSTAT ON SCAN_SCHEDULES ( CFG_ID, SCHED_ENABLED ) Nexpose 7/15/10 2:31 PM: Creating table SCAN_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_SYNOPSIS ( SCAN_ID BIGINT NOT NULL, LIVE_HOSTS INTEGER NOT NULL, RISKSCORE REAL NOT NULL, VCNT_MOD INTEGER NOT NULL, VCNT_SEV INTEGER NOT NULL, VCNT_CRIT INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index SCAN_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SSYN_NID ON SCAN_SYNOPSIS ( SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating table SCAN_TRIGGERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_TRIGGERS ( CFG_ID INTEGER NOT NULL, EVENT_TYPE VARCHAR(255) NOT NULL, EVENT_DATA VARCHAR(255) , SCAN_TYPE CHAR(1) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_TRIGGERS ADD PRIMARY KEY (CFG_ID,EVENT_TYPE) Nexpose 7/15/10 2:31 PM: Creating index SCAN_TRIGGERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_STRIG_EVENT ON SCAN_TRIGGERS ( EVENT_TYPE ) Nexpose 7/15/10 2:31 PM: Creating table SCAN_VULNSTATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCAN_VULNSTATS ( SCAN_ID BIGINT NOT NULL, VE_1 INTEGER NOT NULL, VE_2 INTEGER NOT NULL, VE_3 INTEGER NOT NULL, VE_4 INTEGER NOT NULL, VE_5 INTEGER NOT NULL, VE_6 INTEGER NOT NULL, VE_7 INTEGER NOT NULL, VE_8 INTEGER NOT NULL, VE_9 INTEGER NOT NULL, VE_10 INTEGER NOT NULL, VV_1 INTEGER NOT NULL, VV_2 INTEGER NOT NULL, VV_3 INTEGER NOT NULL, VV_4 INTEGER NOT NULL, VV_5 INTEGER NOT NULL, VV_6 INTEGER NOT NULL, VV_7 INTEGER NOT NULL, VV_8 INTEGER NOT NULL, VV_9 INTEGER NOT NULL, VV_10 INTEGER NOT NULL, VP_1 INTEGER NOT NULL, VP_2 INTEGER NOT NULL, VP_3 INTEGER NOT NULL, VP_4 INTEGER NOT NULL, VP_5 INTEGER NOT NULL, VP_6 INTEGER NOT NULL, VP_7 INTEGER NOT NULL, VP_8 INTEGER NOT NULL, VP_9 INTEGER NOT NULL, VP_10 INTEGER NOT NULL, NVE INTEGER NOT NULL, NVV INTEGER NOT NULL, VT_ERR INTEGER NOT NULL, VT_OFF INTEGER NOT NULL, VT_DOS INTEGER NOT NULL, VT_OTHER INTEGER NOT NULL, EXC_E INTEGER , EXC_V INTEGER , EXC_P INTEGER ) Nexpose 7/15/10 2:31 PM: Creating index SCAN_VULNSTATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SVSTAT_SID ON SCAN_VULNSTATS ( SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating table SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SCANS ( SCAN_ID BIGSERIAL NOT NULL, CFG_ID INTEGER NOT NULL, START_TIME TIMESTAMP DEFAULT CURRENT_TIMESTAMP, END_TIME TIMESTAMP , STATUS CHAR(1) DEFAULT 'U', REASON TEXT , STARTED_BY_CD CHAR(1) , STARTED_BY VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCANS ADD PRIMARY KEY (SCAN_ID) Nexpose 7/15/10 2:31 PM: Creating index SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_S_SS ON SCANS ( STATUS, SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating index SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SCANS_01 ON SCANS ( SCAN_ID, CFG_ID ) Nexpose 7/15/10 2:31 PM: Creating index SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_S_CID ON SCANS ( CFG_ID ) Nexpose 7/15/10 2:31 PM: Creating table SERVICE_FP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SERVICE_FP ( SVCFP_ID BIGSERIAL NOT NULL, SVC_ID INTEGER NOT NULL, VEND_ID INTEGER NOT NULL, FAM_ID INTEGER NOT NULL, PRODUCT VARCHAR(255) NOT NULL, VERSION VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SERVICE_FP ADD PRIMARY KEY (SVCFP_ID) Nexpose 7/15/10 2:31 PM: Creating index SERVICE_FP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SFP_DESC ON SERVICE_FP ( PRODUCT ) Nexpose 7/15/10 2:31 PM: Creating index SERVICE_FP Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SERVICE_FP_01 ON SERVICE_FP ( SVCFP_ID, VERSION ) Nexpose 7/15/10 2:31 PM: Creating table SERVICE_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SERVICE_TYPES ( SVC_ID SERIAL NOT NULL, SVC_NAME VARCHAR(255) NOT NULL, RISKWEIGHT REAL DEFAULT 0.05 ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SERVICE_TYPES ADD PRIMARY KEY (SVC_ID) Nexpose 7/15/10 2:31 PM: Creating index SERVICE_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_SVC_NAME ON SERVICE_TYPES ( SVC_NAME ) Nexpose 7/15/10 2:31 PM: Creating index SERVICE_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_SERVICE_TYPES_01 ON SERVICE_TYPES ( SVC_ID, SVC_NAME, RISKWEIGHT ) Nexpose 7/15/10 2:31 PM: Creating table SITE_ALERTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_ALERTS ( SITE_ID INTEGER NOT NULL, ALERT_ID INTEGER NOT NULL, ALERT_DISABLED CHAR(1) DEFAULT 'E' ) Nexpose 7/15/10 2:31 PM: Creating table SITE_CREDS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_CREDS ( SITE_ID INTEGER NOT NULL, CREDS_SVC VARCHAR(255) , CREDS_ADDR VARCHAR(255) , CREDS_PORT INTEGER , CREDS_BLOB VARCHAR(10000) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index SITE_CREDS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SITE_CREDS_01 ON SITE_CREDS ( SITE_ID ) Nexpose 7/15/10 2:31 PM: Creating table SITE_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_DEVICES ( DEV_ID BIGSERIAL NOT NULL, SITE_ID INTEGER NOT NULL, DEV_TAG VARCHAR(255) , DEV_ADDR VARCHAR(255) NOT NULL, RISKFACTOR REAL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_DEVICES ADD PRIMARY KEY (DEV_ID) Nexpose 7/15/10 2:31 PM: Creating index SITE_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SD_ADDR ON SITE_DEVICES ( DEV_ADDR ) Nexpose 7/15/10 2:31 PM: Creating index SITE_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SITE_DEVICES_01 ON SITE_DEVICES ( DEV_ID, SITE_ID ) Nexpose 7/15/10 2:31 PM: Creating index SITE_DEVICES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SD_SID ON SITE_DEVICES ( SITE_ID ) Nexpose 7/15/10 2:31 PM: Creating table SITE_EXCL_HOSTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_EXCL_HOSTS ( SITE_ID SERIAL NOT NULL, HOSTNAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_EXCL_HOSTS ADD PRIMARY KEY (SITE_ID,HOSTNAME) Nexpose 7/15/10 2:31 PM: Creating table SITE_EXCL_IP4_RANGES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_EXCL_IP4_RANGES ( SITE_ID SERIAL NOT NULL, IP4_START INTEGER NOT NULL, IP4_END INTEGER ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_EXCL_IP4_RANGES ADD PRIMARY KEY (SITE_ID,IP4_START) Nexpose 7/15/10 2:31 PM: Creating table SITE_HOSTS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_HOSTS ( SITE_ID INTEGER NOT NULL, HOSTNAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_HOSTS ADD PRIMARY KEY (SITE_ID,HOSTNAME) Nexpose 7/15/10 2:31 PM: Creating table SITE_IP4_RANGES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_IP4_RANGES ( SITE_ID INTEGER NOT NULL, IP4_START INTEGER NOT NULL, IP4_END INTEGER ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_IP4_RANGES ADD PRIMARY KEY (SITE_ID,IP4_START) Nexpose 7/15/10 2:31 PM: Creating table SITE_SCANCFGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_SCANCFGS ( SITE_ID INTEGER NOT NULL, CFG_ID INTEGER NOT NULL, CFG_STATE CHAR(1) DEFAULT 'E' ) Nexpose 7/15/10 2:31 PM: Creating index SITE_SCANCFGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SITE_SCANCFGS_01 ON SITE_SCANCFGS ( SITE_ID, CFG_ID ) Nexpose 7/15/10 2:31 PM: Creating index SITE_SCANCFGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SITE_SCFG_CID ON SITE_SCANCFGS ( CFG_ID ) Nexpose 7/15/10 2:31 PM: Creating table SITE_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_SCANS ( SITE_ID INTEGER NOT NULL, SCAN_ID BIGINT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index SITE_SCANS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SITE_SCANS_01 ON SITE_SCANS ( SCAN_ID, SITE_ID ) Nexpose 7/15/10 2:31 PM: Creating table SITE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITE_SYNOPSIS ( SITE_ID INTEGER NOT NULL, SCAN_ID BIGINT NOT NULL, DEVICES INTEGER NOT NULL, RISKSCORE REAL NOT NULL, VCNT_MOD INTEGER NOT NULL, VCNT_SEV INTEGER NOT NULL, VCNT_CRIT INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index SITE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SITE_SYNOPSIS_01 ON SITE_SYNOPSIS ( SCAN_ID, SITE_ID ) Nexpose 7/15/10 2:31 PM: Creating index SITE_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SITE_SYNOPSIS_02 ON SITE_SYNOPSIS ( SITE_ID, SCAN_ID ) Nexpose 7/15/10 2:31 PM: Creating table SITES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SITES ( SITE_ID SERIAL NOT NULL, SITE_NAME VARCHAR(255) NOT NULL, SITE_TAG VARCHAR(255) , RISKFACTOR REAL DEFAULT 0.5, STATUS CHAR(1) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITES ADD PRIMARY KEY (SITE_ID) Nexpose 7/15/10 2:31 PM: Creating index SITES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_SITES_NAME ON SITES ( SITE_NAME ) Nexpose 7/15/10 2:31 PM: Creating index SITES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_SITES_01 ON SITES ( SITE_ID, STATUS, SITE_NAME ) Nexpose 7/15/10 2:31 PM: Creating table SOL_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SOL_DEFS ( SOL_ID SERIAL NOT NULL, SOL_NEXID VARCHAR(255) NOT NULL, SDESC TEXT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SOL_DEFS ADD PRIMARY KEY (SOL_ID) Nexpose 7/15/10 2:31 PM: Creating index SOL_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SD_NID ON SOL_DEFS ( SOL_NEXID ) Nexpose 7/15/10 2:31 PM: Creating table SW_CLASSES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SW_CLASSES ( SWCLASS_ID SERIAL NOT NULL, DESCRIPTION VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SW_CLASSES ADD PRIMARY KEY (SWCLASS_ID) Nexpose 7/15/10 2:31 PM: Creating index SW_CLASSES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_SWCL_NAME ON SW_CLASSES ( DESCRIPTION ) Nexpose 7/15/10 2:31 PM: Creating index SW_CLASSES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SWCL_IDD ON SW_CLASSES ( SWCLASS_ID, DESCRIPTION ) Nexpose 7/15/10 2:31 PM: Creating table SW_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SW_TYPES ( SW_ID BIGSERIAL NOT NULL, VEND_ID INTEGER NOT NULL, FAM_ID INTEGER NOT NULL, SWCLASS_ID INTEGER NOT NULL, PRODUCT VARCHAR(255) NOT NULL, VERSION VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SW_TYPES ADD PRIMARY KEY (SW_ID) Nexpose 7/15/10 2:31 PM: Creating index SW_TYPES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_SWTP_PROD ON SW_TYPES ( PRODUCT ) Nexpose 7/15/10 2:31 PM: Creating table SYS_ARCH Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE SYS_ARCH ( ARCH_ID SERIAL NOT NULL, DESCRIPTION VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SYS_ARCH ADD PRIMARY KEY (ARCH_ID) Nexpose 7/15/10 2:31 PM: Creating index SYS_ARCH Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_ARCH_D ON SYS_ARCH ( DESCRIPTION ) Nexpose 7/15/10 2:31 PM: Creating index SYS_ARCH Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_ARCH_IDD ON SYS_ARCH ( ARCH_ID, DESCRIPTION ) Nexpose 7/15/10 2:31 PM: Creating table TICKET_ASSIGNEES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE TICKET_ASSIGNEES ( TKT_ID BIGINT NOT NULL, ASGN_TYPE CHAR(1) , GROUP_ID INTEGER , USER_ID INTEGER ) Nexpose 7/15/10 2:31 PM: Creating index TICKET_ASSIGNEES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKTA_UT ON TICKET_ASSIGNEES ( USER_ID, TKT_ID ) Nexpose 7/15/10 2:31 PM: Creating index TICKET_ASSIGNEES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKTA_GT ON TICKET_ASSIGNEES ( GROUP_ID, TKT_ID ) Nexpose 7/15/10 2:31 PM: Creating index TICKET_ASSIGNEES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_TICKET_ASSIGNEES_01 ON TICKET_ASSIGNEES ( TKT_ID, USER_ID ) Nexpose 7/15/10 2:31 PM: Creating table TICKET_ITEMS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE TICKET_ITEMS ( TKT_ID BIGINT NOT NULL, VULN_ID INTEGER NOT NULL, VKEY VARCHAR(255) ) Nexpose 7/15/10 2:31 PM: Creating index TICKET_ITEMS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKTI_TVK ON TICKET_ITEMS ( TKT_ID, VULN_ID, VKEY ) Nexpose 7/15/10 2:31 PM: Creating index TICKET_ITEMS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKTI_VID ON TICKET_ITEMS ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating table TICKET_STATES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE TICKET_STATES ( TKT_ID BIGINT NOT NULL, STATE CHAR(1) NOT NULL, USER_LOGIN VARCHAR(255) NOT NULL, TSTAMP TIMESTAMP DEFAULT CURRENT_TIMESTAMP, SDESC TEXT ) Nexpose 7/15/10 2:31 PM: Creating index TICKET_STATES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKTS_KT ON TICKET_STATES ( TKT_ID, TSTAMP ) Nexpose 7/15/10 2:31 PM: Creating table TICKET_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE TICKET_SYNOPSIS ( TKT_ID BIGINT NOT NULL, CUR_STATE CHAR(1) NOT NULL, OPEN_DATE TIMESTAMP NOT NULL, ITEMS INTEGER NOT NULL, LAST_ACTION TIMESTAMP NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_SYNOPSIS ADD PRIMARY KEY (TKT_ID) Nexpose 7/15/10 2:31 PM: Creating index TICKET_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKSY_ST ON TICKET_SYNOPSIS ( CUR_STATE, TKT_ID ) Nexpose 7/15/10 2:31 PM: Creating index TICKET_SYNOPSIS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKSY_AST ON TICKET_SYNOPSIS ( LAST_ACTION, CUR_STATE, TKT_ID ) Nexpose 7/15/10 2:31 PM: Creating table TICKETS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE TICKETS ( TKT_ID BIGSERIAL NOT NULL, DEV_ID BIGINT NOT NULL, SUMMARY VARCHAR(255) NOT NULL, PRIORITY SMALLINT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKETS ADD PRIMARY KEY (TKT_ID) Nexpose 7/15/10 2:31 PM: Creating index TICKETS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_TKT_DS ON TICKETS ( DEV_ID, TKT_ID ) Nexpose 7/15/10 2:31 PM: Creating index TICKETS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_TICKETS_01 ON TICKETS ( TKT_ID, DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating table USER_LOGINS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE USER_LOGINS ( USER_ID INTEGER NOT NULL, USER_SALT BIGINT NOT NULL, USER_PW VARCHAR(510) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USER_LOGINS ADD PRIMARY KEY (USER_ID) Nexpose 7/15/10 2:31 PM: Creating table USER_PREFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE USER_PREFS ( USER_ID INTEGER NOT NULL, PREF_KEY VARCHAR(255) NOT NULL, PREF_VALUE TEXT ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USER_PREFS ADD PRIMARY KEY (USER_ID,PREF_KEY) Nexpose 7/15/10 2:31 PM: Creating table USER_ROLE_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE USER_ROLE_BRG ( USER_ID INTEGER NOT NULL, ROLE_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USER_ROLE_BRG ADD PRIMARY KEY (USER_ID,ROLE_ID) Nexpose 7/15/10 2:31 PM: Creating index USER_ROLE_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_USER_ROLE_BRG_01 ON USER_ROLE_BRG ( ROLE_ID ) Nexpose 7/15/10 2:31 PM: Creating index USER_ROLE_BRG Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_USER_ROLE_BRG_02 ON USER_ROLE_BRG ( USER_ID ) Nexpose 7/15/10 2:31 PM: Creating table USERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE USERS ( USER_ID SERIAL NOT NULL, AUTHSRC_ID INTEGER NOT NULL, USER_LOGIN VARCHAR(255) NOT NULL, USER_NAME VARCHAR(255) NOT NULL, USER_EMAIL VARCHAR(255) , USER_DISABLED CHAR(1) DEFAULT 'E' ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USERS ADD PRIMARY KEY (USER_ID) Nexpose 7/15/10 2:31 PM: Creating index USERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_USR_LOGIN ON USERS ( USER_LOGIN ) Nexpose 7/15/10 2:31 PM: Creating index USERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_USR_NAME ON USERS ( USER_NAME ) Nexpose 7/15/10 2:31 PM: Creating index USERS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IDX_USERS_01 ON USERS ( USER_ID, USER_NAME ) Nexpose 7/15/10 2:31 PM: Creating table VCAT_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VCAT_DEFS ( VCAT_ID SERIAL NOT NULL, VCAT_NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VCAT_DEFS ADD PRIMARY KEY (VCAT_ID) Nexpose 7/15/10 2:31 PM: Creating index VCAT_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_VCAT_N ON VCAT_DEFS ( VCAT_NAME ) Nexpose 7/15/10 2:31 PM: Creating table VCAT_TAGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VCAT_TAGS ( VCAT_ID INTEGER NOT NULL, VTAG_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index VCAT_TAGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VCT_CID ON VCAT_TAGS ( VCAT_ID ) Nexpose 7/15/10 2:31 PM: Creating index VCAT_TAGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VCT_TID ON VCAT_TAGS ( VTAG_ID ) Nexpose 7/15/10 2:31 PM: Creating table VTAG_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VTAG_DEFS ( VTAG_ID SERIAL NOT NULL, VTAG_NAME VARCHAR(255) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VTAG_DEFS ADD PRIMARY KEY (VTAG_ID) Nexpose 7/15/10 2:31 PM: Creating index VTAG_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE UNIQUE INDEX IX_VTAG_N ON VTAG_DEFS ( VTAG_NAME ) Nexpose 7/15/10 2:31 PM: Creating table VULN_CATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_CATS ( VULN_ID INTEGER NOT NULL, VCAT_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index VULN_CATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VC_VID ON VULN_CATS ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_CATS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VC_CID ON VULN_CATS ( VCAT_ID ) Nexpose 7/15/10 2:31 PM: Creating table VULN_CHECKS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_CHECKS ( VCK_ID SERIAL NOT NULL, VCK_NEXID VARCHAR(255) NOT NULL, VULN_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_CHECKS ADD PRIMARY KEY (VCK_ID) Nexpose 7/15/10 2:31 PM: Creating index VULN_CHECKS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VCK_NID ON VULN_CHECKS ( VCK_NEXID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_CHECKS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VCK_VID ON VULN_CHECKS ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating table VULN_CORREL Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_CORREL ( VULN_ID SERIAL NOT NULL, VULN_ID_SUPER SERIAL NOT NULL, SOURCE INTEGER ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_CORREL ADD PRIMARY KEY (VULN_ID,VULN_ID_SUPER,SOURCE) Nexpose 7/15/10 2:31 PM: Creating index VULN_CORREL Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX XIF1VULN_CORREL ON VULN_CORREL ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_CORREL Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX XIF2VULN_CORREL ON VULN_CORREL ( VULN_ID_SUPER ) Nexpose 7/15/10 2:31 PM: Creating table VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_DEFS ( VULN_ID SERIAL NOT NULL, VULN_NEXID VARCHAR(255) NOT NULL, TITLE VARCHAR(255) NOT NULL, SEVERITY SMALLINT NOT NULL, PCI_SEVERITY SMALLINT , DT_PUBLISHED DATE , DT_ADDED DATE , DT_MODIFIED DATE , CVSS_SCORE REAL , CVSS_I_SCORE REAL , CVSS_E_SCORE REAL , CVSS_AV CHAR(1) , CVSS_AC CHAR(1) , CVSS_AU CHAR(1) , CVSS_C CHAR(1) , CVSS_I CHAR(1) , CVSS_A CHAR(1) , RISKSCORE FLOAT ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_DEFS ADD PRIMARY KEY (VULN_ID) Nexpose 7/15/10 2:31 PM: Creating index VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VD_NID ON VULN_DEFS ( VULN_NEXID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VD_IDSEV ON VULN_DEFS ( VULN_ID, SEVERITY ) Nexpose 7/15/10 2:31 PM: Creating index VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VD_SEVID ON VULN_DEFS ( SEVERITY, VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VD_IDPCI ON VULN_DEFS ( VULN_ID, PCI_SEVERITY ) Nexpose 7/15/10 2:31 PM: Creating index VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VD_PCIID ON VULN_DEFS ( PCI_SEVERITY, VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VD_DTM ON VULN_DEFS ( DT_MODIFIED ) Nexpose 7/15/10 2:31 PM: Creating index VULN_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VD_DTA ON VULN_DEFS ( DT_ADDED ) Nexpose 7/15/10 2:31 PM: Creating table VULN_DESC Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_DESC ( VULN_ID INTEGER NOT NULL, VDESC TEXT NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_DESC ADD PRIMARY KEY (VULN_ID) Nexpose 7/15/10 2:31 PM: Creating table VULN_EXCEPTIONS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_EXCEPTIONS ( EXCPT_ID SERIAL NOT NULL, VULN_ID INTEGER NOT NULL, DEV_ID BIGINT , PORT_NUM INTEGER , VULN_KEY VARCHAR(256) , EXCPT_SCOPE_CD VARCHAR(1) NOT NULL, EXCPT_REASON_CD VARCHAR(1) NOT NULL, EXCPT_REASON_DESC VARCHAR(1024) , SUBMIT_USER_ID INTEGER NOT NULL, SUBMIT_USER_NAME VARCHAR(256) NOT NULL, SUBMIT_TS TIMESTAMP DEFAULT CURRENT_TIMESTAMP, AUTH_USER_ID INTEGER NOT NULL, AUTH_USER_NAME VARCHAR(256) NOT NULL, AUTH_GRANTED_TS TIMESTAMP DEFAULT CURRENT_TIMESTAMP, AUTH_EXPIRED_TS TIMESTAMP ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_EXCEPTIONS ADD PRIMARY KEY (EXCPT_ID) Nexpose 7/15/10 2:31 PM: Creating index VULN_EXCEPTIONS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_VULN_EXCEPTIONS_01 ON VULN_EXCEPTIONS ( VULN_ID, EXCPT_SCOPE_CD, DEV_ID, PORT_NUM, VULN_KEY ) Nexpose 7/15/10 2:31 PM: Creating index VULN_EXCEPTIONS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IDX_VULN_EXCEPTIONS_03 ON VULN_EXCEPTIONS ( DEV_ID ) Nexpose 7/15/10 2:31 PM: Creating table VULN_REFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_REFS ( VULN_ID INTEGER NOT NULL, REF_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index VULN_REFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VR_VID ON VULN_REFS ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_REFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VR_RID ON VULN_REFS ( REF_ID ) Nexpose 7/15/10 2:31 PM: Creating table VULN_SOLS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_SOLS ( VULN_ID INTEGER NOT NULL, SOL_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index VULN_SOLS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VS_VID ON VULN_SOLS ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_SOLS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VS_SID ON VULN_SOLS ( SOL_ID ) Nexpose 7/15/10 2:31 PM: Creating table VULN_TAGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_TAGS ( VULN_ID INTEGER NOT NULL, VTAG_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating index VULN_TAGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VT_VID ON VULN_TAGS ( VULN_ID ) Nexpose 7/15/10 2:31 PM: Creating index VULN_TAGS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE INDEX IX_VT_TID ON VULN_TAGS ( VTAG_ID ) Nexpose 7/15/10 2:31 PM: Creating table WEB_PAGES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE WEB_PAGES ( WEB_ID BIGINT NOT NULL, PAGE_ID INTEGER NOT NULL, RESP_CODE SMALLINT NOT NULL, PATH VARCHAR(1024) NOT NULL, DISC_LINK_TYPE SMALLINT ) Nexpose 7/15/10 2:31 PM: Creating table EXPLOIT_DEFS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EXPLOIT_DEFS ( ID SERIAL NOT NULL, VEND_NAME VARCHAR(256) NOT NULL, TITLE VARCHAR(256) NOT NULL, DESCRIPTION TEXT NOT NULL, SRC_ID INTEGER NOT NULL, RANK VARCHAR(256) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EXPLOIT_DEFS ADD PRIMARY KEY (ID) Nexpose 7/15/10 2:31 PM: Creating table VULN_EXPLOITS Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE VULN_EXPLOITS ( EXPL_ID INTEGER NOT NULL, VULN_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating table EXPLOIT_SOURCES Nexpose 7/15/10 2:31 PM: Executing SQL: CREATE TABLE EXPLOIT_SOURCES ( ID SERIAL NOT NULL, SRC VARCHAR(256) NOT NULL ) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EXPLOIT_SOURCES ADD PRIMARY KEY (ID) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE WEB_PAGES ADD PRIMARY KEY (WEB_ID,PAGE_ID) Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ADHOC_SCANCFGS ADD CONSTRAINT FK_ADHOC_SCFG_CID FOREIGN KEY (CFG_ID) REFERENCES SCAN_CONFIGS (CFG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ADHOC_SCANCFGS ADD CONSTRAINT FK_ADHOC_SCFG_UID FOREIGN KEY (USER_ID) REFERENCES USERS (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ALERT_CONDS ADD CONSTRAINT FK_ALC_AID FOREIGN KEY (ALERT_ID) REFERENCES ALERTS (ALERT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ALERT_SETTINGS ADD CONSTRAINT FK_ALS_AID FOREIGN KEY (ALERT_ID) REFERENCES ALERTS (ALERT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_GROUPS ADD CONSTRAINT FK_DG_GID FOREIGN KEY (GROUP_ID) REFERENCES GROUPS (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_GROUPS ADD CONSTRAINT FK_DG_DID FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_NODES ADD CONSTRAINT FK_DN_DID FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_NODES ADD CONSTRAINT FK_DN_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_SCANS ADD CONSTRAINT FK_DEVSCAN_DID FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_SCANS ADD CONSTRAINT FK_DEVSCAN_CID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_SYNOPSIS ADD CONSTRAINT FK_DSYN_DID FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_SYNOPSIS ADD CONSTRAINT FK_DSYN_HID FOREIGN KEY (HW_ID) REFERENCES HW_TYPES (HW_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_SYNOPSIS ADD CONSTRAINT FK_DSYN_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DEVICE_SYNOPSIS ADD CONSTRAINT FK_DSYN_OID FOREIGN KEY (OS_ID) REFERENCES OS_TYPES (OS_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DGROUP_SYNOPSIS ADD CONSTRAINT FK_GSYN_DID FOREIGN KEY (GROUP_ID) REFERENCES GROUPS (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DISPATCHED_SCANS ADD CONSTRAINT FK_DSCAN_SID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE DISPATCHED_SCANS ADD CONSTRAINT FK_DSCAN_EID FOREIGN KEY (SENG_ID) REFERENCES SCAN_ENGINES (SENG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_CFG ADD CONSTRAINT FK_NEC_EID FOREIGN KEY (EP_ID) REFERENCES NODE_EP (EP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_DB ADD CONSTRAINT FK_NED_EID FOREIGN KEY (EP_ID) REFERENCES NODE_EP (EP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_FP ADD CONSTRAINT FK_NEFP_EID FOREIGN KEY (EP_ID) REFERENCES NODE_EP (EP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_FP ADD CONSTRAINT FK_NEFP_FPID FOREIGN KEY (SVCFP_ID) REFERENCES SERVICE_FP (SVCFP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_GROUP ADD CONSTRAINT FK_NEG_EID FOREIGN KEY (EP_ID) REFERENCES NODE_EP (EP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_GROUP_ATTR ADD CONSTRAINT FK_NEGA_GID FOREIGN KEY (GROUP_ID) REFERENCES EP_GROUP (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_GROUP_MEMBERS ADD CONSTRAINT FK_NEGM_GID FOREIGN KEY (GROUP_ID) REFERENCES EP_GROUP (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_TESTS ADD CONSTRAINT FK_NET_EID FOREIGN KEY (EP_ID) REFERENCES NODE_EP (EP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_TESTS ADD CONSTRAINT FK_NET_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_USER ADD CONSTRAINT FK_NEU_EID FOREIGN KEY (EP_ID) REFERENCES NODE_EP (EP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_USER_ATTR ADD CONSTRAINT FK_NEUA_UID FOREIGN KEY (USER_ID) REFERENCES EP_USER (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EP_WEBS ADD CONSTRAINT FK_WEBS_EID FOREIGN KEY (EP_ID) REFERENCES NODE_EP (EP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE EXPLOIT_DEFS ADD CONSTRAINT FK_EXPD_SID FOREIGN KEY (SRC_ID) REFERENCES EXPLOIT_SOURCES (ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE FTI_DEVICES ADD CONSTRAINT FK_FTIDEV_DID FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE FTI_DEVICES ADD CONSTRAINT FK_FTIDEV_TID FOREIGN KEY (TERM_ID) REFERENCES FTI_TERMS (TERM_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE FTI_VULNDEFS ADD CONSTRAINT FK_FTIVD_TID FOREIGN KEY (TERM_ID) REFERENCES FTI_TERMS (TERM_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE FTI_VULNDEFS ADD CONSTRAINT FK_FTIVD_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE HW_TYPES ADD CONSTRAINT FK_HWTP_VID FOREIGN KEY (VEND_ID) REFERENCES PROD_VENDORS (VEND_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE HW_TYPES ADD CONSTRAINT FK_HWTP_FID FOREIGN KEY (FAM_ID) REFERENCES PROD_FAMILIES (FAM_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_ADDR_IP4 ADD CONSTRAINT FK_NA4_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_ADDR_MAC ADD CONSTRAINT FK_NAM_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_DB ADD CONSTRAINT FK_NDB_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_EP ADD CONSTRAINT FK_NE_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_EP ADD CONSTRAINT FK_NE_SID FOREIGN KEY (SVC_ID) REFERENCES SERVICE_TYPES (SVC_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_FILE ADD CONSTRAINT FK_NF_EID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_FILE_ATTR ADD CONSTRAINT FK_NFA_FID FOREIGN KEY (FILE_ID) REFERENCES NODE_FILE (FILE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_GROUP ADD CONSTRAINT FK_NG_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_GROUP_ATTR ADD CONSTRAINT FK_NGA_GID FOREIGN KEY (GROUP_ID) REFERENCES NODE_GROUP (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_GROUP_MEMBERS ADD CONSTRAINT FK_NGM_GID FOREIGN KEY (GROUP_ID) REFERENCES NODE_GROUP (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_HW ADD CONSTRAINT FK_NH_SID FOREIGN KEY (FPSRC_ID) REFERENCES FP_SOURCE (FPSRC_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_HW ADD CONSTRAINT FK_NH_HWID FOREIGN KEY (HW_ID) REFERENCES HW_TYPES (HW_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_HW ADD CONSTRAINT FK_NH_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_NAME ADD CONSTRAINT FK_NN_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_OS ADD CONSTRAINT FK_NO_FPSID FOREIGN KEY (FPSRC_ID) REFERENCES FP_SOURCE (FPSRC_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_OS ADD CONSTRAINT FK_NO_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_OS ADD CONSTRAINT FK_NO_OSID FOREIGN KEY (OS_ID) REFERENCES OS_TYPES (OS_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_POL_EVAL ADD CONSTRAINT FK_NPOL_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_POL_EVAL ADD CONSTRAINT FK_NPOL_PID FOREIGN KEY (PE_ID) REFERENCES POLICY_ELEMENT (PE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_SW ADD CONSTRAINT FK_NSW_FPSID FOREIGN KEY (FPSRC_ID) REFERENCES FP_SOURCE (FPSRC_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_SW ADD CONSTRAINT FK_NSW_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_SW ADD CONSTRAINT FK_NSW_SWID FOREIGN KEY (SW_ID) REFERENCES SW_TYPES (SW_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_SYNOPSIS ADD CONSTRAINT FK_NSYN_HID FOREIGN KEY (HW_ID) REFERENCES HW_TYPES (HW_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_SYNOPSIS ADD CONSTRAINT FK_NSYN_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_SYNOPSIS ADD CONSTRAINT FK_NSYN_OID FOREIGN KEY (OS_ID) REFERENCES OS_TYPES (OS_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_TESTS ADD CONSTRAINT FK_NT_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_TESTS ADD CONSTRAINT FK_NT_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_USER ADD CONSTRAINT FK_NU_NID FOREIGN KEY (NODE_ID) REFERENCES NODES (NODE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODE_USER_ATTR ADD CONSTRAINT FK_NUA_UID FOREIGN KEY (USER_ID) REFERENCES NODE_USER (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE NODES ADD CONSTRAINT FK_N_SID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE OS_TYPES ADD CONSTRAINT FK_OSTP_VID FOREIGN KEY (VEND_ID) REFERENCES PROD_VENDORS (VEND_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE OS_TYPES ADD CONSTRAINT FK_OSTP_FID FOREIGN KEY (FAM_ID) REFERENCES PROD_FAMILIES (FAM_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE OS_TYPES ADD CONSTRAINT FK_OSTP_DID FOREIGN KEY (DTYPE_ID) REFERENCES DEVICE_TYPES (DTYPE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE OS_TYPES ADD CONSTRAINT FK_OSTP_AID FOREIGN KEY (ARCH_ID) REFERENCES SYS_ARCH (ARCH_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE POLICY_ELEMENT ADD CONSTRAINT FK_PE_PID FOREIGN KEY (POL_ID) REFERENCES POLICY (POL_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_DATAPTS ADD CONSTRAINT FK_RDP_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_DEVICES ADD CONSTRAINT FK_RD_DID FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_DEVICES ADD CONSTRAINT FK_RD_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_DGROUPS ADD CONSTRAINT FK_RG_GID FOREIGN KEY (GROUP_ID) REFERENCES GROUPS (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_DGROUPS ADD CONSTRAINT FK_RG_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_EMAILS ADD CONSTRAINT FK_RE_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_EPROPS ADD CONSTRAINT FK_REP_EID FOREIGN KEY (REXP_ID) REFERENCES REPORT_EXPORTERS (REXP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_EPROPS ADD CONSTRAINT FK_REP_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_FILTERS ADD CONSTRAINT FK_RFILTER_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_FORMATS ADD CONSTRAINT FK_RF_EID FOREIGN KEY (REXP_ID) REFERENCES REPORT_EXPORTERS (REXP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_FORMATS ADD CONSTRAINT FK_RF_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_HISTORY ADD CONSTRAINT FK_RH_EID FOREIGN KEY (REXP_ID) REFERENCES REPORT_EXPORTERS (REXP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_HISTORY ADD CONSTRAINT FK_RH_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SCANS ADD CONSTRAINT FK_RSC_SID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SCANS ADD CONSTRAINT FK_RSC_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SCHEDULE ADD CONSTRAINT FK_RSCH_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SITES ADD CONSTRAINT FK_RS_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SITES ADD CONSTRAINT FK_RS_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SPROPS ADD CONSTRAINT FK_RSP_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_SPROPS ADD CONSTRAINT FK_RSP_RSID FOREIGN KEY (RSEC_ID) REFERENCES REPORT_SECTIONS (RSEC_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_USERS ADD CONSTRAINT FK_RU_UID FOREIGN KEY (USER_ID) REFERENCES USERS (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORT_USERS ADD CONSTRAINT FK_RU_RID FOREIGN KEY (RPT_ID) REFERENCES REPORTS (RPT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORTS ADD CONSTRAINT FK_R_RTID FOREIGN KEY (RTMPL_ID) REFERENCES REPORT_TEMPLATES (RTMPL_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE REPORTS ADD CONSTRAINT FK_R_UID FOREIGN KEY (CREATED_BY) REFERENCES USERS (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLE_OBJ_PRIV_BRG ADD CONSTRAINT R_366 FOREIGN KEY (OBJ_ID) REFERENCES OBJECTS (OBJ_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLE_OBJ_PRIV_BRG ADD CONSTRAINT R_367 FOREIGN KEY (PRIV_ID) REFERENCES PRIVS (PRIV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLE_OBJ_PRIV_BRG ADD CONSTRAINT R_184 FOREIGN KEY (ROLE_ID) REFERENCES ROLES (ROLE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLE_ROLE_BRG ADD CONSTRAINT R_185 FOREIGN KEY (PRNT_ROLE_ID) REFERENCES ROLES (ROLE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ROLE_ROLE_BRG ADD CONSTRAINT R_186 FOREIGN KEY (ROLE_ID) REFERENCES ROLES (ROLE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_CONFIGS ADD CONSTRAINT FK_SC_EID FOREIGN KEY (SENG_ID) REFERENCES SCAN_ENGINES (SENG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_ENGINE_VER_UPDS ADD CONSTRAINT R_170 FOREIGN KEY (SENG_ID) REFERENCES SCAN_ENGINES (SENG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_HOSTS ADD CONSTRAINT FK_SH_SCID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_IP4_RANGES ADD CONSTRAINT FK_SIP4_SCID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_NODESTATS ADD CONSTRAINT FK_SNSTAT_SID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_SCHEDULES ADD CONSTRAINT FK_SSCH_CID FOREIGN KEY (CFG_ID) REFERENCES SCAN_CONFIGS (CFG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_SYNOPSIS ADD CONSTRAINT FK_SSYN_NID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_TRIGGERS ADD CONSTRAINT FK_STRIG_CID FOREIGN KEY (CFG_ID) REFERENCES SCAN_CONFIGS (CFG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCAN_VULNSTATS ADD CONSTRAINT FK_SVSTAT_SID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SCANS ADD CONSTRAINT FK_S_CID FOREIGN KEY (CFG_ID) REFERENCES SCAN_CONFIGS (CFG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SERVICE_FP ADD CONSTRAINT FK_SFP_SID FOREIGN KEY (SVC_ID) REFERENCES SERVICE_TYPES (SVC_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SERVICE_FP ADD CONSTRAINT FK_SFP_FID FOREIGN KEY (FAM_ID) REFERENCES PROD_FAMILIES (FAM_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SERVICE_FP ADD CONSTRAINT FK_SFP_VID FOREIGN KEY (VEND_ID) REFERENCES PROD_VENDORS (VEND_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_ALERTS ADD CONSTRAINT FK_SAL_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_ALERTS ADD CONSTRAINT FK_SAL_AID FOREIGN KEY (ALERT_ID) REFERENCES ALERTS (ALERT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_CREDS ADD CONSTRAINT FK_SCR_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_DEVICES ADD CONSTRAINT FK_SD_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_EXCL_HOSTS ADD CONSTRAINT R_337 FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_EXCL_IP4_RANGES ADD CONSTRAINT R_336 FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_HOSTS ADD CONSTRAINT FK_SH_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_IP4_RANGES ADD CONSTRAINT FK_SIP4_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_SCANCFGS ADD CONSTRAINT FK_SITE_SCFG_CID FOREIGN KEY (CFG_ID) REFERENCES SCAN_CONFIGS (CFG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_SCANCFGS ADD CONSTRAINT FK_SITE_SCFG_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_SCANS ADD CONSTRAINT FK_SSCAN_SCID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_SCANS ADD CONSTRAINT FK_SSCAN_SID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_SYNOPSIS ADD CONSTRAINT FK_SSYN_DID FOREIGN KEY (SITE_ID) REFERENCES SITES (SITE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SITE_SYNOPSIS ADD CONSTRAINT FK_SSYN_SID FOREIGN KEY (SCAN_ID) REFERENCES SCANS (SCAN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SW_TYPES ADD CONSTRAINT FK_SWTP_VID FOREIGN KEY (VEND_ID) REFERENCES PROD_VENDORS (VEND_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SW_TYPES ADD CONSTRAINT FK_SWTP_FID FOREIGN KEY (FAM_ID) REFERENCES PROD_FAMILIES (FAM_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE SW_TYPES ADD CONSTRAINT FK_SWTP_SWCLID FOREIGN KEY (SWCLASS_ID) REFERENCES SW_CLASSES (SWCLASS_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_ASSIGNEES ADD CONSTRAINT FK_TKTA_TID FOREIGN KEY (TKT_ID) REFERENCES TICKETS (TKT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_ASSIGNEES ADD CONSTRAINT FK_TKTA_GID FOREIGN KEY (GROUP_ID) REFERENCES GROUPS (GROUP_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_ASSIGNEES ADD CONSTRAINT FK_TKTA_UID FOREIGN KEY (USER_ID) REFERENCES USERS (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_ITEMS ADD CONSTRAINT FK_TKTI_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_ITEMS ADD CONSTRAINT FK_TKTI_TID FOREIGN KEY (TKT_ID) REFERENCES TICKETS (TKT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_STATES ADD CONSTRAINT FK_TKTS_TID FOREIGN KEY (TKT_ID) REFERENCES TICKETS (TKT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKET_SYNOPSIS ADD CONSTRAINT FK_TKSY_TID FOREIGN KEY (TKT_ID) REFERENCES TICKETS (TKT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE TICKETS ADD CONSTRAINT FK_TKT_DID FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USER_LOGINS ADD CONSTRAINT FK_ULI_UID FOREIGN KEY (USER_ID) REFERENCES USERS (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USER_PREFS ADD CONSTRAINT FK_UPREF_UID FOREIGN KEY (USER_ID) REFERENCES USERS (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USER_ROLE_BRG ADD CONSTRAINT R_188 FOREIGN KEY (ROLE_ID) REFERENCES ROLES (ROLE_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE USER_ROLE_BRG ADD CONSTRAINT R_224 FOREIGN KEY (USER_ID) REFERENCES USERS (USER_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VCAT_TAGS ADD CONSTRAINT FK_VCT_CID FOREIGN KEY (VCAT_ID) REFERENCES VCAT_DEFS (VCAT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VCAT_TAGS ADD CONSTRAINT FK_VCT_TID FOREIGN KEY (VTAG_ID) REFERENCES VTAG_DEFS (VTAG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_CATS ADD CONSTRAINT FK_VC_CID FOREIGN KEY (VCAT_ID) REFERENCES VCAT_DEFS (VCAT_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_CATS ADD CONSTRAINT FK_VC_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_CHECKS ADD CONSTRAINT FK_VCK_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_CORREL ADD CONSTRAINT R_338 FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_CORREL ADD CONSTRAINT R_339 FOREIGN KEY (VULN_ID_SUPER) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_DESC ADD CONSTRAINT FK_VDESC_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_EXCEPTIONS ADD CONSTRAINT R_167 FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_EXCEPTIONS ADD CONSTRAINT R_169 FOREIGN KEY (DEV_ID) REFERENCES SITE_DEVICES (DEV_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_EXPLOITS ADD CONSTRAINT FK_VEXP_EID FOREIGN KEY (EXPL_ID) REFERENCES EXPLOIT_DEFS (ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_EXPLOITS ADD CONSTRAINT FK_VEXP_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_REFS ADD CONSTRAINT FK_VR_RID FOREIGN KEY (REF_ID) REFERENCES REF_DEFS (REF_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_REFS ADD CONSTRAINT FK_VR_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_SOLS ADD CONSTRAINT FK_VS_SID FOREIGN KEY (SOL_ID) REFERENCES SOL_DEFS (SOL_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_SOLS ADD CONSTRAINT FK_VS_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_TAGS ADD CONSTRAINT FK_VT_TID FOREIGN KEY (VTAG_ID) REFERENCES VTAG_DEFS (VTAG_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE VULN_TAGS ADD CONSTRAINT FK_VT_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE WEB_PAGES ADD CONSTRAINT FK_WEBP_WID FOREIGN KEY (WEB_ID) REFERENCES EP_WEBS (WEB_ID) DEFERRABLE Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE node_pol_eval ALTER COLUMN proof SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE node_tests ALTER COLUMN proof SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ep_tests ALTER COLUMN proof SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE scans ALTER COLUMN reason SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE policy ALTER COLUMN pol_desc SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ep_cfg ALTER COLUMN cfg_value SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE vuln_desc ALTER COLUMN vdesc SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE sol_defs ALTER COLUMN sdesc SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ticket_states ALTER COLUMN sdesc SET STATISTICS 0 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ep_tests ALTER COLUMN vuln_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE ep_tests ALTER COLUMN ep_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE node_ep ALTER COLUMN ep_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE node_ep ALTER COLUMN node_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE node_tests ALTER COLUMN vuln_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE node_tests ALTER COLUMN node_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE nodes ALTER COLUMN node_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Creating constraint TABLE Nexpose 7/15/10 2:31 PM: Executing SQL: ALTER TABLE node_addr_ip4 ALTER COLUMN node_id SET STATISTICS 1000 Nexpose 7/15/10 2:31 PM: Populating database Nexpose 7/15/10 2:31 PM: DB_VERSION = 38 Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO auth_source (source, module) VALUES ('Builtin Administrators', 'XML') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO auth_source (source, module) VALUES ('Builtin Users', 'DataStore') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO scan_engines (seng_name, seng_addr, seng_port, seng_cert, priority) VALUES ('Rapid7 Hosted Scan Engine', 'nse.extranet.rapid7.com', 40814, '0500582e353039e602308202e2308201cca00302010002107d04856fd031c0eb32719e247885db83300b06092a864886f70d010104302f311c301a060355040313134e6558706f7365205363616e20456e67696e65310f300d060355040a1306526170696437301e170d3035303833313030303030305a170d3036303833313131303031375a302f311c301a060355040313134e6558706f7365205363616e20456e67696e65310f300d060355040a130652617069643730820122300d06092a864886f70d01010105000382010f003082010a0282010100c96112439ba1ac227cecdded23bb95d42908533fedb5eb2a202b2b043ad2bdc229f89afa5949086c20f3e65aabd80a02a20e3a54baf33602723f04924a1c9aacaf1594598bc6bc6b8719eff360c5d515d5629af9928cdb696225dfab754a3818f80b10603b6ffcfa5765ecf29f46a72a87512474e8bd5f223246de39381ee1c540cba3ad2261faf0510af1eec633b1fc7577712b299b1936cd2f1c8f5ca960dc9ced1939fd045cad2095f75e0ce9acfbcadeded46736c3d19cec8bbda30f75046bcffc64ecd228faaf9a88b4564a9cc2c5135f21a76422a3ac64564a3606e886e6347aa6c387ddb5c06ec577a2e700eca5a12f6e487271978eab2e88bd434a750203010001300b06092a864886f70d010104038201010073e332ab33b98016b347d78128731bba70e914f39e3ae3b7cf229623048325fdc3473ea613386af079f188246d9304b4c628031e908ba5e5432e05a85b33963d6729524875c46669c724116492772ddadc2c4d60aaf992011144602c822aaa8024f072d6535ae329c65cb8b01e706d976f1fd5da017d4dccd9e7566642e43ef622547a24735be4af51fcffc94de9c9894afabbe4eb932b928ad3cae586b21e0f6e7d673c97c0e67922a58bf5265beb344e2a7edbaf6caef9f97c3e4cd3c2f5d6f082e368b77248555b942f4f1cb81c4ee68d021a14dba4aa4d0ad4a15cea693db32770bc25054b21505e5ebec901919db255f7acaaa5a74a58afd980a37a8421', 100) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('audit-report', 'Audit Report', 'Details systems, services, vulnerabilities and resources') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('baseline-comparison', 'Baseline Comparison', 'Highlights changes since a previous scan') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('executive-overview', 'Executive Overview', 'Provides a high level summary of scan results') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('policy-eval', 'Policy Evaluation', 'Reports details of security policy evaluations on all hosts') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('remediation-plan', 'Remediation Plan', 'Defines a strategy to efficiently resolve issues') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('report-card', 'Report Card', 'Lists all vulnerabilities tested in a pass/fail format') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('pci-executive-overview', 'PCI Executive Overview', 'Provides high-level PCI compliance results.') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('pci-audit-report', 'PCI Audit Report', 'Provides detailed PCI compliance results.') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('sans-top20-report', 'SANS Top 20 Report', 'Highlights discovered vulnerabilities found on the SANS Top 20 list.') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_templates (rtmpl_xid, rtmpl_name, rtmpl_desc) VALUES ('highest-risk-vulns', 'Highest Risk Vulnerabilities', 'Lists vulnerabilities by risk.') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('HTMLReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('PDFReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('RTFReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('XMLReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('RawXMLReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('DatabaseReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('CSVReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('TextReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('QualysXMLReportExporter') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('CoverPage') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('ExecutiveSummary') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('BaselineComparison') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('ScanSettings') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('SystemOverview') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('VulnerabilityDetailListing') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('ServiceListing') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('UserGroupListing') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('DatabaseListing') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('FileSystemListing') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('PolicyEvaluation') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('SpideredWebsite') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('RiskAssessment') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('RemediationPlan') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('VulnerabilityReportCard') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('VulnerabilityReportCardByNode') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('VulnerabilityErrorListing') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('VulnerabilityIndex') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('TOC') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('PCIExecutiveSummary') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('PCIScannedHosts') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('PCIReportCard') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('PCIVulnerabilityIndex') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('SANSTop20ExecutiveSummary') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('SANSTop20DeviceSynopsis') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('SANSTop20VulnerabilitySynopsis') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('SANSTop20DeviceListing') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('SANSTop20VulnerabilityIndex') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('HighestRiskVulnerabilities') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_sections (rsec_name) VALUES ('VulnerabilityExceptions') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO roles (role_id,role_name,role_desc,role_disable_ind,predef_role_id) VALUES (0,'Valid Privs and Objects','This is a dummy role for valid privileges and objects','Y',0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO roles (role_id,role_name,role_desc,role_disable_ind,predef_role_id) VALUES (1,'Global Administrator','This is the Global Administrator with complete access to NeXpose.','N',1) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO roles (role_id,role_name,role_desc,role_disable_ind,predef_role_id) VALUES (2,'Security Manager','This role provides a hybrid function of Site Administrator access plus Group Member access. This role bridges the gap for existing users with Site and Group level permissions.','N',2) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO roles (role_id,role_name,role_desc,role_disable_ind,predef_role_id) VALUES (3,'Site Administrator','This role maps to the existing Site Administrator functionality, providing view and scan capabilities, and various configuration capabilities as described below.','N',3) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO roles (role_id,role_name,role_desc,role_disable_ind,predef_role_id) VALUES (4,'System Administrator','This is a new role providing the ability to view site and group asset data, create reports on assets, and perform ad-hoc scans of assets (using the site configuration settings).','N',4) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO roles (role_id,role_name,role_desc,role_disable_ind,predef_role_id) VALUES (5,'User','The user role provides the existing functionality of Group Member access, the ability ','N',5) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO roles (role_id,role_name,role_desc,role_disable_ind,predef_role_id) VALUES (6,'Custom','Custom defined role.','N',6) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO objects (obj_id,obj_name,obj_desc,obj_table_name,obj_tab_alias_name,obj_column_name) VALUES(1,'GLOBAL','Global description','','','') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO objects (obj_id,obj_name,obj_desc,obj_table_name,obj_tab_alias_name,obj_column_name) VALUES(2,'SITES','Site description','sites','s','site_id') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO objects (obj_id,obj_name,obj_desc,obj_table_name,obj_tab_alias_name,obj_column_name) VALUES(3,'ASSET GROUPS','Asset group description','site_devices','sd','dev_id') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (1,'Administer NeXpose','Administer NeXpose (full control)','N') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (2,'Run Ad-hoc Scan','The ability to run ad-hoc scans on a site or any of the assets associated with the site. This permission does not imply permission to configure scan settings (eg, scan engine or scan template).','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (3,'Configure Assets','The ability to add/remove assets from the asset group. This permission does not provide the ability to delete the underlying asset definition from the site, nor its related asset data.','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (4,'View Assets','The ability to view asset data associated with an object','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (5,'Configure Targets','The ability to configure the IP addresses, IP ranges and host names associated with the site (the scan target list).','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (6,'Configure Scan Engine','The ability to configure the scan engine used to scan the site.','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (7,'Configure Scan Template','The ability to configure the scan template used to scan the site.','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (8,'Configure Credentials','The ability to configure (create, configure, delete) credentials used for deeper scanning of the site.','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (9,'Configure Alerts','The ability to configure (create, configure, delete) alerts (notifications) associated with the site.','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (10,'Schedule Scans','The ability to configure the schedule upon which scanning of the site will occur.','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (11,'Create Reports','The ability to create reports on assets associated with an object.','N') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (12,'Configure Site Settings','The ability to change site name, risk factor, description (Configure General).','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO privs (priv_id,priv_name,priv_desc,spfc_obj_id_ind) VALUES (13,'Purge Asset Data','Ability to purge asset data from an object.','Y') Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,1,1,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,1,11,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,2,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,5,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,6,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,7,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,8,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,9,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,10,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,12,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,2,13,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,3,3,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (0,3,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,1,1,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,1,11,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,2,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,5,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,6,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,7,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,8,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,9,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,10,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,12,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,2,13,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,3,3,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (1,3,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,1,11,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,2,2,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,2,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,2,7,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,2,8,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,2,9,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,2,10,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,2,12,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (2,3,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,1,11,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,2,2,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,2,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,2,7,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,2,8,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,2,9,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,2,10,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (3,2,12,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (4,1,11,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (4,2,2,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (4,2,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (4,3,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (5,1,11,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (5,2,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO role_obj_priv_brg (role_id,obj_id,priv_id,spfc_obj_id) VALUES (5,3,4,0) Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO risk_model (riskmodel_id) VALUES ('vulnsev-svctype-devclass') Nexpose 7/15/10 2:31 PM: Executing SQL: UPDATE scans SET started_by_cd = 'S' WHERE scan_id IN (SELECT s.scan_id FROM scans s JOIN scan_configs c ON s.cfg_id = c.cfg_id JOIN scan_schedules sc ON c.cfg_id = sc.cfg_id AND sc.sched_enabled = 'E') Nexpose 7/15/10 2:31 PM: Executing SQL: UPDATE scans SET started_by_cd = 'A' WHERE started_by_cd IS NULL Nexpose 7/15/10 2:31 PM: Executing SQL: ANALYZE Nexpose 7/15/10 2:31 PM: Executing SQL: UPDATE node_name SET type_cd = 'T' FROM nodes n, scan_hosts h WHERE node_name.node_id = n.node_id AND n.scan_id = h.scan_id AND node_name.name = h.hostname Nexpose 7/15/10 2:31 PM: Executing SQL: UPDATE site_devices SET dev_addr = nm.name FROM device_synopsis dn, node_name nm WHERE site_devices.dev_id = dn.dev_id AND nm.node_id = dn.node_id AND nm.type_cd = 'T' AND site_devices.dev_addr <> nm.name Nexpose 7/15/10 2:31 PM: Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('NeXposeSimpleXMLReportExporter') Nexpose 7/15/10 2:31 PM: Creating local scan engine Nexpose 7/15/10 2:31 PM: NSE DN is CN=NeXpose Scan Engine, O=Suncoast Schools FCU Nexpose 7/15/10 2:31 PM: Generating certificate for CN=NeXpose Scan Engine, O=Suncoast Schools FCU... Nexpose 7/15/10 2:31 PM: Local scan engine not present, creating... Nexpose 7/15/10 2:31 PM: Successfully created local scan engine postgresql 7/15/10 2:31 PM: Closing database connections... NSC 7/15/10 2:31 PM: WARNING: No valid licenses were found. This will prevent site modification and the running of scans. NSC 7/15/10 2:31 PM: Custom SSL certificate not available. Using default NSC certificate for web server. httpd 7/15/10 2:31 PM: configuring web server... Api12Context7/15/10 2:31 PM: Searching for JAXB context classes httpd 7/15/10 2:31 PM: registering shutdown hook... httpd 7/15/10 2:31 PM: Generating skin: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-skin.js httpd 7/15/10 2:31 PM: Generating feature set: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-features.js DaemonMgr 7/15/10 2:31 PM: Starting WebServer NSC 7/15/10 2:31 PM: Web server subsystem initialized httpd 7/15/10 2:31 PM: bringing up SSL and initializing components... Scheduler 7/15/10 2:31 PM: initializing... DaemonMgr 7/15/10 2:31 PM: Starting NexposeScheduler NSC 7/15/10 2:31 PM: Scheduler subsystem initialized NSC 7/15/10 2:31 PM: Initializing administrative alerters NSC 7/15/10 2:31 PM: initializing log rotation NSC 7/15/10 2:31 PM: Initializing update engine NSC 7/15/10 2:31 PM: Cleaning up temporary NeXpose files AU-3EB2982F67/15/10 2:31 PM: initializing update engine for 3EB2982F6E7F4823375A65BAD0F552B707FB52D5... httpd 7/15/10 2:31 PM: NSC/0.6.4 (JVM) bound to port 3780 and running... AU-3EB2982F67/15/10 2:31 PM: Checking for approved updates... AU-3EB2982F67/15/10 2:31 PM: No approved updates found for processing AU-3EB2982F67/15/10 2:31 PM: Started auto-update... AU-3EB2982F67/15/10 2:31 PM: Establishing HTTP connection with updates.rapid7.com via proxy (updates.rapid7.com:80)... AU-3EB2982F67/15/10 2:34 PM: Encountered an error closing update server connection: java.net.SocketTimeoutException NSC 7/15/10 2:34 PM: Failed to auto-update console: null NSC 7/15/10 2:34 PM: Initializing postgresql database manager for //127.0.0.1:5432/nexpose... postgresql 7/15/10 2:34 PM: Starting up postgresql DB system postgresql 7/15/10 2:34 PM: Nexpose PostgreSQL service status: 1 postgresql 7/15/10 2:34 PM: Determining whether database nexpose exists NSC 7/15/10 2:34 PM: PostgreSQL 8.2.7 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) DBUpgrader 7/15/10 2:34 PM: DB_VERSION = 38 DBUpgrader 7/15/10 2:34 PM: DB_REINDEX = 35 DBUpgrader 7/15/10 2:34 PM: Verifying database version... DBUpgrader 7/15/10 2:34 PM: Installed DB VERSION = 38 DBUpgrader 7/15/10 2:34 PM: Database version 38 is up to date. DBUpgrader 7/15/10 2:34 PM: Database does not require upgrading NSC 7/15/10 2:34 PM: Initializing datastore login module... NSC 7/15/10 2:34 PM: Synchronizing authentication sources... UserManager 7/15/10 2:34 PM: Synchronizing XML users with datastore... UserManager 7/15/10 2:34 PM: Adding user to datastore: urban NSC 7/15/10 2:34 PM: initializing extension manager from dir /opt/rapid7/nexpose/plugins ExtMgr 7/15/10 2:34 PM: initializing... ExtMgr 7/15/10 2:34 PM: Initialization successful. Nexpose 7/15/10 2:34 PM: loading extension ExtensionHandler/java vulndb 7/15/10 2:35 PM: Compiling vulnerability definitions. For first-time users, this could take several minutes. Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IDX_FTI_VULNDEFS_01 Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VDFTI_VID Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VD_NID Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VD_IDSEV Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VD_SEVID Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VD_IDPCI Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VD_PCIID Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VD_DTM Nexpose 7/15/10 2:35 PM: Executing SQL: DROP INDEX IX_VD_DTA Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE EP_TESTS DROP CONSTRAINT FK_NET_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE FTI_DEVICES DROP CONSTRAINT FK_FTIDEV_TID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE FTI_VULNDEFS DROP CONSTRAINT FK_FTIVD_TID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE FTI_VULNDEFS DROP CONSTRAINT FK_FTIVD_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE NODE_TESTS DROP CONSTRAINT FK_NT_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE TICKET_ITEMS DROP CONSTRAINT FK_TKTI_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VCAT_TAGS DROP CONSTRAINT FK_VCT_TID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_CATS DROP CONSTRAINT FK_VC_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_CHECKS DROP CONSTRAINT FK_VCK_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_CORREL DROP CONSTRAINT R_338 Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_CORREL DROP CONSTRAINT R_339 Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_DESC DROP CONSTRAINT FK_VDESC_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_EXCEPTIONS DROP CONSTRAINT R_167 Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_EXPLOITS DROP CONSTRAINT FK_VEXP_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_REFS DROP CONSTRAINT FK_VR_RID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_REFS DROP CONSTRAINT FK_VR_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_SOLS DROP CONSTRAINT FK_VS_VID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_TAGS DROP CONSTRAINT FK_VT_TID Nexpose 7/15/10 2:35 PM: Executing SQL: ALTER TABLE VULN_TAGS DROP CONSTRAINT FK_VT_VID vulndb 7/15/10 2:36 PM: Updating vulnerability tags, cross-references and full-text index... Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IDX_FTI_VULNDEFS_01 ON FTI_VULNDEFS ( TERM_ID, VULN_ID ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VDFTI_VID ON FTI_VULNDEFS ( VULN_ID ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VD_NID ON VULN_DEFS ( VULN_NEXID ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VD_IDSEV ON VULN_DEFS ( VULN_ID, SEVERITY ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VD_SEVID ON VULN_DEFS ( SEVERITY, VULN_ID ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VD_IDPCI ON VULN_DEFS ( VULN_ID, PCI_SEVERITY ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VD_PCIID ON VULN_DEFS ( PCI_SEVERITY, VULN_ID ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VD_DTM ON VULN_DEFS ( DT_MODIFIED ) Nexpose 7/15/10 2:40 PM: Executing SQL: CREATE INDEX IX_VD_DTA ON VULN_DEFS ( DT_ADDED ) Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE EP_TESTS ADD CONSTRAINT FK_NET_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE FTI_DEVICES ADD CONSTRAINT FK_FTIDEV_TID FOREIGN KEY (TERM_ID) REFERENCES FTI_TERMS (TERM_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE FTI_VULNDEFS ADD CONSTRAINT FK_FTIVD_TID FOREIGN KEY (TERM_ID) REFERENCES FTI_TERMS (TERM_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE FTI_VULNDEFS ADD CONSTRAINT FK_FTIVD_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE NODE_TESTS ADD CONSTRAINT FK_NT_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE TICKET_ITEMS ADD CONSTRAINT FK_TKTI_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VCAT_TAGS ADD CONSTRAINT FK_VCT_TID FOREIGN KEY (VTAG_ID) REFERENCES VTAG_DEFS (VTAG_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_CATS ADD CONSTRAINT FK_VC_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_CHECKS ADD CONSTRAINT FK_VCK_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_CORREL ADD CONSTRAINT R_338 FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_CORREL ADD CONSTRAINT R_339 FOREIGN KEY (VULN_ID_SUPER) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_DESC ADD CONSTRAINT FK_VDESC_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_EXCEPTIONS ADD CONSTRAINT R_167 FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_EXPLOITS ADD CONSTRAINT FK_VEXP_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_REFS ADD CONSTRAINT FK_VR_RID FOREIGN KEY (REF_ID) REFERENCES REF_DEFS (REF_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_REFS ADD CONSTRAINT FK_VR_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_SOLS ADD CONSTRAINT FK_VS_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_TAGS ADD CONSTRAINT FK_VT_TID FOREIGN KEY (VTAG_ID) REFERENCES VTAG_DEFS (VTAG_ID) DEFERRABLE Nexpose 7/15/10 2:40 PM: Executing SQL: ALTER TABLE VULN_TAGS ADD CONSTRAINT FK_VT_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE NSC 7/15/10 2:40 PM: Imported 12588 new and 0 modified vulnerabilities in 5 minutes 53 seconds NSC 7/15/10 2:40 PM: Importing vulnerability categories... vulndb 7/15/10 2:40 PM: Imported 59 new categories, 135 new vulnerabilities. NSC 7/15/10 2:40 PM: Compiling vulnerability checks... NSC 7/15/10 2:42 PM: Importing vulnerability correlation data... NSC 7/15/10 2:43 PM: Vulnerability correlation data imported. Nexpose 7/15/10 2:43 PM: Dropping vuln exploit tables. Nexpose 7/15/10 2:43 PM: Executing SQL: DROP TABLE EXPLOIT_DEFS CASCADE Nexpose 7/15/10 2:43 PM: Executing SQL: DROP TABLE VULN_EXPLOITS CASCADE Nexpose 7/15/10 2:43 PM: Executing SQL: DROP TABLE EXPLOIT_SOURCES CASCADE Nexpose 7/15/10 2:43 PM: Creating vuln exploit tables. Nexpose 7/15/10 2:43 PM: Executing SQL: CREATE TABLE EXPLOIT_DEFS ( ID SERIAL NOT NULL, VEND_NAME VARCHAR(256) NOT NULL, TITLE VARCHAR(256) NOT NULL, DESCRIPTION TEXT NOT NULL, SRC_ID INTEGER NOT NULL, RANK VARCHAR(256) NOT NULL ) Nexpose 7/15/10 2:43 PM: Executing SQL: CREATE TABLE VULN_EXPLOITS ( EXPL_ID INTEGER NOT NULL, VULN_ID INTEGER NOT NULL ) Nexpose 7/15/10 2:43 PM: Executing SQL: CREATE TABLE EXPLOIT_SOURCES ( ID SERIAL NOT NULL, SRC VARCHAR(256) NOT NULL ) Nexpose 7/15/10 2:43 PM: Adding referential integrity constrainsts Nexpose 7/15/10 2:43 PM: Executing SQL: ALTER TABLE EXPLOIT_DEFS ADD PRIMARY KEY (ID) Nexpose 7/15/10 2:43 PM: Executing SQL: ALTER TABLE EXPLOIT_SOURCES ADD PRIMARY KEY (ID) Nexpose 7/15/10 2:43 PM: Executing SQL: ALTER TABLE EXPLOIT_DEFS ADD CONSTRAINT FK_EXPD_SID FOREIGN KEY (SRC_ID) REFERENCES EXPLOIT_SOURCES (ID) DEFERRABLE Nexpose 7/15/10 2:43 PM: Executing SQL: ALTER TABLE VULN_EXPLOITS ADD CONSTRAINT FK_VEXP_EID FOREIGN KEY (EXPL_ID) REFERENCES EXPLOIT_DEFS (ID) DEFERRABLE Nexpose 7/15/10 2:43 PM: Executing SQL: ALTER TABLE VULN_EXPLOITS ADD CONSTRAINT FK_VEXP_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 7/15/10 2:43 PM: Loading exploits from: exploits.xml NSC 7/15/10 2:43 PM: initializing risk manager RiskManager 7/15/10 2:43 PM: Updating vulnerability risk scores... RiskManager 7/15/10 2:45 PM: Updated risk scores for 12588 vulnerabilities in 1 minute 55 seconds NSC 7/15/10 2:45 PM: Current risk strategy: vulnsev-svctype-devclass DBConsistenc7/15/10 2:45 PM: Performing consistency checks on database... DBConsistenc7/15/10 2:45 PM: Database consistency check completed in 0 seconds NSC 7/15/10 2:45 PM: initializing report manager ReportManage7/15/10 2:45 PM: Refreshing reporting... ReportManage7/15/10 2:45 PM: Not licensed for PCI reporting. ReportManage7/15/10 2:45 PM: Not licensed for report template: PCI Audit Report ReportManage7/15/10 2:45 PM: Not licensed for report template: PCI Executive Overview Console 7/15/10 2:45 PM: NSC Name: CN=NeXpose Security Console, O=Suncoast Schools FCU Console 7/15/10 2:45 PM: NSC Serial No: 3EB2982F6E7F4823375A65BAD0F552B707FB52D5 Console 7/15/10 2:45 PM: NSC version: 4.8.0 Console 7/15/10 2:45 PM: Last update: 4264832563 (2010-03-02) Console 7/15/10 2:45 PM: VM version: Java HotSpot(TM) Server VM 1.6.0_02-b05 (Linux i386) NSC 7/15/10 2:45 PM: Initializing scan template manager NSC 7/15/10 2:45 PM: Initializing web server caching subsystem... WebContentGe7/15/10 2:45 PM: Checking for web content updates... WebContentGe7/15/10 2:45 PM: Updating web content for user 1... WebContentGe7/15/10 2:45 PM: Finished queueing web content updates. NSC 7/15/10 2:45 PM: Web server caching subsystem initialized NSEManager 7/15/10 2:45 PM: Refreshing scan engines... NSEManager 7/15/10 2:45 PM: WARNING: Not licensed for Rapid7 Hosted Scan Engine NSEManager 7/15/10 2:45 PM: Starting local scan engine... NSC 7/15/10 2:45 PM: Accepting web server logins Nexpose 7/15/10 2:45 PM: JVM memory pool Code Cache (init = 2359296(2304K) used = 4856320(4742K) committed = 5242880(5120K) max = 50331648(49152K)) Nexpose 7/15/10 2:45 PM: JVM memory pool PS Eden Space (init = 22478848(21952K) used = 22240440(21719K) committed = 46923776(45824K) max = 71630848(69952K)) Nexpose 7/15/10 2:45 PM: JVM memory pool PS Survivor Space (init = 3670016(3584K) used = 20178888(19705K) committed = 22937600(22400K) max = 22937600(22400K)) Nexpose 7/15/10 2:45 PM: JVM memory pool PS Old Gen (init = 238616576(233024K) used = 417526744(407740K) committed = 529203200(516800K) max = 954466304(932096K)) Nexpose 7/15/10 2:45 PM: JVM memory pool PS Perm Gen (init = 16777216(16384K) used = 19468672(19012K) committed = 32505856(31744K) max = 67108864(65536K)) Nexpose 7/15/10 2:45 PM: Enabling resource self protection Nexpose 7/15/10 2:45 PM: JVM Warning Threshold set at 814.9 MB out of 910.2 MB from Tenured Generation Nexpose 7/15/10 2:45 PM: JVM Reaction Threshold set at 862.6 MB out of 910.2 MB from Tenured Generation NSC 7/15/10 2:45 PM: Secure web interface ready. NSC 7/15/10 2:45 PM: Browse to https://localhost:3780/ NSC 7/15/10 2:45 PM: Server started in 15 minutes 55 seconds tag 7/15/10 3:18 PM: You have exceeded the licensed number of devices that can be scanned, or you are not authorized to scan this device range. tag 7/15/10 3:18 PM: You have exceeded the licensed number of devices that can be scanned, or you are not authorized to scan this device range. httpd 7/15/10 3:20 PM: killed session: D60DBFB63263CC416F0A757B7819F893542FBEE6 NSC 7/15/10 3:21 PM: Shutting down immediately NSC 7/15/10 3:21 PM: shutting down web server cache NSC 7/15/10 3:21 PM: web server cache stopped NSC 7/15/10 3:21 PM: shutting down web server httpd 7/15/10 3:21 PM: I/O problem fetching client socket: Socket closed httpd 7/15/10 3:21 PM: HTTPServerMain shutting down... httpd 7/15/10 3:21 PM: Shutting down... NSC 7/15/10 3:21 PM: web server stopped NSC 7/15/10 3:21 PM: shutting down NeXpose scan engine manager... NSEManager 7/15/10 3:21 PM: shutting down local scan engine... NSC 7/15/10 3:21 PM: shutting down report manager NSC 7/15/10 3:21 PM: removing scheduled risk update task NSC 7/15/10 3:21 PM: shutting down risk manager NSC 7/15/10 3:21 PM: shutting down extension manager ExtMgr 7/15/10 3:21 PM: Shutting down... ExtMgr 7/15/10 3:21 PM: Shutdown successful. NSC 7/15/10 3:21 PM: shutting down log rotation NSC 7/15/10 3:21 PM: shutting down config manager NSC 7/15/10 3:21 PM: shutting down crypto system NSC 7/15/10 3:21 PM: shutting down scheduler DaemonMgr 7/15/10 3:21 PM: Telling NexposeScheduler to shut down Scheduler 7/15/10 3:21 PM: interrupted, shutting down NSC 7/15/10 3:21 PM: shutting down daemon manager NSC 7/15/10 3:21 PM: Shutting down database postgresql 7/15/10 3:21 PM: Shutting down postgresql DB system... postgresql 7/15/10 3:21 PM: Closing database connections... NSC 7/15/10 3:21 PM: shutting down logging NSC 7/15/10 4:02 PM: Logging initialized (system time zone is America/New_York) NSC 7/15/10 4:02 PM: initializing JDBC drivers NSC 7/15/10 4:02 PM: NeXpose is running interactively under super-user: root NSC 7/15/10 4:02 PM: System memory: 6034MB total (3218MB free) NSC 7/15/10 4:02 PM: System speed: 1199MHz (x8) NSC 7/15/10 4:02 PM: WARNING: No valid licenses were found. This will prevent site modification and the running of scans. NSC 7/15/10 4:02 PM: Custom SSL certificate not available. Using default NSC certificate for web server. httpd 7/15/10 4:02 PM: configuring web server... Api12Context7/15/10 4:02 PM: Searching for JAXB context classes httpd 7/15/10 4:02 PM: registering shutdown hook... httpd 7/15/10 4:02 PM: Generating skin: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-skin.js httpd 7/15/10 4:02 PM: Generating feature set: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-features.js DaemonMgr 7/15/10 4:02 PM: Starting WebServer NSC 7/15/10 4:02 PM: Web server subsystem initialized httpd 7/15/10 4:02 PM: bringing up SSL and initializing components... Scheduler 7/15/10 4:02 PM: initializing... DaemonMgr 7/15/10 4:02 PM: Starting NexposeScheduler NSC 7/15/10 4:02 PM: Scheduler subsystem initialized NSC 7/15/10 4:02 PM: Initializing administrative alerters NSC 7/15/10 4:02 PM: initializing log rotation NSC 7/15/10 4:02 PM: Initializing update engine NSC 7/15/10 4:02 PM: Cleaning up temporary NeXpose files AU-3EB2982F67/15/10 4:02 PM: initializing update engine for 3EB2982F6E7F4823375A65BAD0F552B707FB52D5... httpd 7/15/10 4:02 PM: NSC/0.6.4 (JVM) bound to port 3780 and running... AU-3EB2982F67/15/10 4:02 PM: Checking for approved updates... AU-3EB2982F67/15/10 4:02 PM: No approved updates found for processing AU-3EB2982F67/15/10 4:02 PM: Started auto-update... AU-3EB2982F67/15/10 4:02 PM: Establishing HTTP connection with updates.rapid7.com via proxy (updates.rapid7.com:80)... AU-3EB2982F67/15/10 4:03 PM: downloading update: 31121215 AU-3EB2982F67/15/10 4:03 PM: downloaded update: 31121215 AU-3EB2982F67/15/10 4:03 PM: downloading update: 45164438 AU-3EB2982F67/15/10 4:03 PM: downloaded update: 45164438 AU-3EB2982F67/15/10 4:03 PM: downloading update: 630533945 AU-3EB2982F67/15/10 4:03 PM: downloaded update: 630533945 AU-3EB2982F67/15/10 4:03 PM: downloading update: 686382891 AU-3EB2982F67/15/10 4:03 PM: downloaded update: 686382891 AU-3EB2982F67/15/10 4:03 PM: downloading update: 945183574 AU-3EB2982F67/15/10 4:03 PM: downloaded update: 945183574 AU-3EB2982F67/15/10 4:03 PM: downloading update: 951055959 AU-3EB2982F67/15/10 4:03 PM: downloaded update: 951055959 AU-3EB2982F67/15/10 4:03 PM: downloading update: 1132942735 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 1132942735 AU-3EB2982F67/15/10 4:04 PM: downloading update: 1605329445 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 1605329445 AU-3EB2982F67/15/10 4:04 PM: downloading update: 1629700167 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 1629700167 AU-3EB2982F67/15/10 4:04 PM: downloading update: 1844137227 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 1844137227 AU-3EB2982F67/15/10 4:04 PM: downloading update: 1868039264 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 1868039264 AU-3EB2982F67/15/10 4:04 PM: downloading update: 2275541236 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 2275541236 AU-3EB2982F67/15/10 4:04 PM: downloading update: 2480061179 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 2480061179 AU-3EB2982F67/15/10 4:04 PM: downloading update: 2886162864 AU-3EB2982F67/15/10 4:04 PM: downloaded update: 2886162864 AU-3EB2982F67/15/10 4:05 PM: downloading update: 3076682873 AU-3EB2982F67/15/10 4:05 PM: downloaded update: 3076682873 AU-3EB2982F67/15/10 4:05 PM: downloading update: 3304666556 AU-3EB2982F67/15/10 4:05 PM: downloaded update: 3304666556 AU-3EB2982F67/15/10 4:05 PM: downloading update: 3428184567 AU-3EB2982F67/15/10 4:05 PM: downloaded update: 3428184567 AU-3EB2982F67/15/10 4:05 PM: downloading update: 3585625434 AU-3EB2982F67/15/10 4:05 PM: downloaded update: 3585625434 AU-3EB2982F67/15/10 4:05 PM: downloading update: 3630466161 AU-3EB2982F67/15/10 4:05 PM: downloaded update: 3630466161 AU-3EB2982F67/15/10 4:05 PM: downloading update: 3683654596 AU-3EB2982F67/15/10 4:05 PM: downloaded update: 3683654596 AU-3EB2982F67/15/10 4:05 PM: Checking for approved updates... AU-3EB2982F67/15/10 4:05 PM: Processing approved updates AU-3EB2982F67/15/10 4:05 PM: Applying update id 3304666556 LiveUpdate 7/15/10 4:05 PM: extracting update contents... LiveUpdate 7/15/10 4:05 PM: Verifying update package signature... LiveUpdate 7/15/10 4:05 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:05 PM: Update package contains 6 changes... AU-3EB2982F67/15/10 4:05 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:05 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:05 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:05 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:05 PM: installing directory: nsc/htroot/news/20100308 AU-3EB2982F67/15/10 4:05 PM: installing file: nsc/htroot/news/20100308/index.html AU-3EB2982F67/15/10 4:05 PM: Update 3304666556 applied successfully. AU-3EB2982F67/15/10 4:05 PM: Applying update id 945183574 LiveUpdate 7/15/10 4:05 PM: extracting update contents... LiveUpdate 7/15/10 4:05 PM: Verifying update package signature... LiveUpdate 7/15/10 4:05 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:05 PM: Update package contains 9 changes... AU-3EB2982F67/15/10 4:05 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:05 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:05 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:05 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:05 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:05 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:05 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:05 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:05 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:05 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:05 PM: installing directory: nsc/htroot/news/20100310 AU-3EB2982F67/15/10 4:05 PM: installing file: nsc/htroot/news/20100310/index.html AU-3EB2982F67/15/10 4:05 PM: Update 945183574 applied successfully. AU-3EB2982F67/15/10 4:05 PM: Applying update id 2480061179 LiveUpdate 7/15/10 4:05 PM: extracting update contents... LiveUpdate 7/15/10 4:05 PM: Verifying update package signature... LiveUpdate 7/15/10 4:05 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:05 PM: Update package contains 30 changes... AU-3EB2982F67/15/10 4:05 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:05 PM: updating file: plugins/conf/correlation.xml AU-3EB2982F67/15/10 4:05 PM: updating file: plugins/conf/exploits.xml AU-3EB2982F67/15/10 4:05 PM: patching jar: plugins/java/1/CifsScanner/1/solns.jar AU-3EB2982F67/15/10 4:05 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CifsScanner/1/solns.jar AU-3EB2982F67/15/10 4:05 PM: updating file: plugins/java/1/LinuxRPMScanner/1/linuxrpm.clp AU-3EB2982F67/15/10 4:05 PM: patching jar: plugins/java/1/NetworkScanners/1/solns.jar AU-3EB2982F67/15/10 4:05 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NetworkScanners/1/solns.jar AU-3EB2982F67/15/10 4:05 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: updating file: plugins/java/1/plugins.xml AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/lib/nxplug.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/lib/nxplug.jar AU-3EB2982F67/15/10 4:06 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:06 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/news/20100315 AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/news/20100315/index.html AU-3EB2982F67/15/10 4:06 PM: installing directory: plugins/java/1/CentOSRPMScanner AU-3EB2982F67/15/10 4:06 PM: installing directory: plugins/java/1/CentOSRPMScanner/1 AU-3EB2982F67/15/10 4:06 PM: installing file: plugins/java/1/CentOSRPMScanner/1/plugin.xml AU-3EB2982F67/15/10 4:06 PM: installing file: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: installing file: plugins/java/1/CentOSRPMScanner/1/plugin.properties AU-3EB2982F67/15/10 4:06 PM: installing file: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: installing file: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Update 2480061179 applied successfully. AU-3EB2982F67/15/10 4:06 PM: Applying update id 45164438 LiveUpdate 7/15/10 4:06 PM: extracting update contents... LiveUpdate 7/15/10 4:06 PM: Verifying update package signature... LiveUpdate 7/15/10 4:06 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:06 PM: Update package contains 6 changes... AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:06 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:06 PM: patching jar: shared/lib/jess.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/jess.jar AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/news/20100319 AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/news/20100319/index.html AU-3EB2982F67/15/10 4:06 PM: Update 45164438 applied successfully. AU-3EB2982F67/15/10 4:06 PM: Applying update id 3683654596 LiveUpdate 7/15/10 4:06 PM: extracting update contents... LiveUpdate 7/15/10 4:06 PM: Verifying update package signature... LiveUpdate 7/15/10 4:06 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:06 PM: Update package contains 1047 changes... AU-3EB2982F67/15/10 4:06 PM: removing file: NeXposeLicense.txt AU-3EB2982F67/15/10 4:06 PM: WARNING: Files does not exist: NeXposeLicense.txt AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/conf/dbupgrade.xml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/diag.html AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/index.html AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/maintenance/frag/dbMaintenanceObj.thtml AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/admin/maintenance/frag/footer.thtml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/maintenance/frag/recovery.thtml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/maintenance/frag/recoveryObj.thtml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/maintenance/index.html AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/nsc.html AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/usersObj.thtml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/admin/wizard/user.html AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/frag/devices.thtml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/frag/footer.thtml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/frag/head.thtml AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/NeXposeManual.pdf AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/109.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/1140.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/1182.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/1291.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/1309.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/1316.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/1353.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/1377.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/1378.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2018.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/206.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/207.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/208.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/209.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/210.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/211.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/212.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/213.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/214.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2157.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2158.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2304.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2311.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2312.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/240.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2591.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2607.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/264.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/265.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/266.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/267.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/269.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/270.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/271.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/272.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/274.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/275.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/276.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/277.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/278.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/279.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/280.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/281.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/282.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/283.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/284.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/285.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/286.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2862.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/287.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/288.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/289.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2894.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2946.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2947.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/2963.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3414.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3428.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3429.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3430.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3431.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3464.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3465.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3466.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3467.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3468.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3469.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3539.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3562.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/39.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3906.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/3907.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4104.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4106.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4107.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4108.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4109.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4110.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4111.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4112.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4113.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4114.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4115.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4116.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4117.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4118.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4119.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4120.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4121.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4128.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4129.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4130.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4133.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4135.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4136.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4138.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4139.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4141.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4143.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4144.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4146.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4149.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4150.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4152.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4157.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4158.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4159.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4160.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4161.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4162.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4163.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4164.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4165.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4166.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4167.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4168.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4169.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4170.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4171.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4172.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4175.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/4183.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/4241.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/4242.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/433.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/435.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/436.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/437.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/4473.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/453.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/455.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/456.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/457.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/458.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/459.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/460.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/461.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/462.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/464.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/465.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/466.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/467.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/468.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/469.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/470.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/471.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/472.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/473.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/474.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/475.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/476.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/477.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/478.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/479.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/480.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/481.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/482.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/483.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/484.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/485.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/486.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/487.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/489.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/490.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/491.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/492.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/493.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/495.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/562.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/563.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/567.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/568.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/570.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/571.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/573.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/597.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/598.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/599.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/600.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/601.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/603.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/604.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/645.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/647.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/648.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/650.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/651.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/652.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/653.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/673.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/674.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/675.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/686.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/687.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/688.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/716.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/717.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/718.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/719.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/720.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/721.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/722.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/724.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/726.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/727.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/728.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/729.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/730.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/731.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/752.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/754.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/755.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/757.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/758.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/778.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/779.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/793.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/802.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/886.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/d_nx4x-scene1a_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/d_nx4x-scene1b_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/d_nx4x-scene2_web_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/d_nx4x-scene3_web_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/dhtml_search.js AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/index.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/indexpage.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_en_rc_vu_ec.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_cvr_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_db.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_dissrv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_disvulns_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_disys.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_exsum.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_flsdir.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_hirsk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_ndxvulns.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_netrc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_noderc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_pciexsum.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_pciscndhsts.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_pcivulndets.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_pcivulnsyn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_plcyeval.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_remplan.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_riskas.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_s20devlist.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_s20devsyn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_s20exsum.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_s20vulndets.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_s20vulnsyn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_sndhosts.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_toc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_trend.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_uzrsgrps.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_vulnex.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_vulnippcisev.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/r_nx4x_rs_vutesterrs.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx47_console_enableconsoles_v2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx47_console_showconsole_v2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ag.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ag_cf_as.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ag_cf_as_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ag_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ca.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ea.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ea_ag_us.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ea_kr.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ea_ld.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_gl_ec.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_gl_rk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_gl_rk_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sc_cf_au.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sc_cf_db.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sc_cf_hp.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sc_cf_lc_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sc_cf_lg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sc_cf_wv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sc_ge_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_se.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_se_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sn_ge_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_sn_hy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_a4.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_cf.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_cs.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_dd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_dh.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_ds.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_fs_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_fs_dx_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_ge_dd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_ge_vk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_ld.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_ms.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_op.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_sd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_sr.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_tl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_up.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_vk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_vk_cy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_vk_ty.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_wg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_ws_5.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_st_cf_wv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ts.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ts_dc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_ts_lg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_ag.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_ag_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_ag_pd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_ro.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_si.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_si_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_cf_si_pd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_ad_us_dl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_ag.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_ag_wnsrv2003.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_as_pg_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_os.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_os_winsrv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_cf_al.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_cf_al_nu.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_cf_cr.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_cf_cr_nu.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_cf_dv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_cn_sn_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_nt_sn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_nu_sn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_sample_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_si_sn_rl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_sn_lg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_sv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_sv_endpnt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_sw.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_as_sw_acro.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_bb.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hl_cu_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hl_ed.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hl_rx_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hl_ur.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hp_hd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hp_hd_ed_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hp_hd_vl_.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_cr_nu_li_hp_ur.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_ag_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_bu.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_bu_ra.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_mi.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_mt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_nd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_sh.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_si_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_tb.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_hm_tk_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_li_wg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_mg_sr_sn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_nu_si_bn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_bl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_co_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_co_bz_crop.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_di.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_ou.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_ou_db.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_sl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_cf_tp_pv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_hy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rp_mx_ir.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rt_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rt_cf_rs.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rt_cf_rs_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rt_cf_se.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_rt_cu_bx.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_si_cf_ss.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_si_rk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_si_rk_in.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_si_rk_tm.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_si_sn_pz_bt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_si_sn_pz_sp_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_si_sn_rz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_sn_ml_ec.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_sn_mx_ir.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_sn_pz_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_sn_pz_al.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_tk_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_tk_cf_hy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_tk_cf_vu_bz_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_vu_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_vu_dt_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_vu_ec_as.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_vu_ec_gl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_vu_ec_in_.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_vu_ec_lt_.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_wz_bt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_en_wz_lk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/s_nx48_ex_hm_cu_dh_v2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/stylesheet.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc2042.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc2392.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc2395.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc2396.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc26113.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc26119.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc2612.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc26123.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc2613.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc2618.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc390232.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc390236.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc39024.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc39025.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412417.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc41242.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412423.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412428.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412434.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc41244.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412440.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412441.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412442.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc412452.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc41246.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc41248.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/community/html/toc41249.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc4312.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc4314.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc45112.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc45114.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc4512.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc4514.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc5612.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc5615.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc5942.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc5943.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc71511.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc71514.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc71516.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc7152.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc7153.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc7158.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc7502.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc7503.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc7506.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/community/html/toc7732.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/NeXposeManual.pdf AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/109.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/1140.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/1182.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/1291.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/1309.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/1316.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/1353.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/1377.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/1378.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2018.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/206.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/207.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/208.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/209.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/210.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/211.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/212.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/213.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/214.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2157.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2158.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2304.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2311.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2312.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/240.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2591.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/264.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/265.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/266.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/267.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/269.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/270.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/271.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/272.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/274.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/275.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/276.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/277.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/278.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/279.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/280.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/281.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/282.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/283.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/284.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/285.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/286.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2862.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/287.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/288.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/289.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2894.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2946.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2947.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/2963.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3414.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3428.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3429.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3430.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3431.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3464.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3465.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3466.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3467.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3468.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3469.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3539.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/3562.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/39.css AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4104.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4106.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4107.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4108.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4109.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4110.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4111.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4112.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4113.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4114.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4115.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4116.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4117.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4118.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4119.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4120.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4121.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4128.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4129.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4130.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4133.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4135.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4136.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4138.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4139.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4141.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4143.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4144.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4146.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4149.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4150.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4152.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4157.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4158.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4159.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4160.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4161.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4162.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4163.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4164.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4165.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4166.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4167.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4168.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4169.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4170.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4171.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4172.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4175.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/4183.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/4241.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/4242.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/433.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/435.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/436.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/437.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/4473.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/453.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/455.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/456.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/457.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/458.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/459.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/460.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/461.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/462.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/464.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/465.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/466.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/467.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/468.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/469.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/470.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/471.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/472.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/473.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/474.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/475.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/476.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/477.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/478.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/479.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/480.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/481.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/482.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/483.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/484.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/485.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/486.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/487.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/489.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/490.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/491.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/492.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/493.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/495.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/562.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/563.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/567.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/568.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/570.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/571.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/573.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/597.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/598.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/599.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/600.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/601.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/603.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/604.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/645.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/647.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/648.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/650.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/651.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/652.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/653.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/673.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/674.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/675.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/686.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/687.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/688.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/716.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/717.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/718.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/719.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/720.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/721.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/722.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/724.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/726.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/727.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/728.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/729.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/730.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/731.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/752.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/754.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/755.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/757.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/758.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/778.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/779.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/793.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/802.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/886.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/d_nx4x-scene1a_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/d_nx4x-scene1b_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/d_nx4x-scene2_web_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/d_nx4x-scene3_web_2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/dhtml_search.js AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/index.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/indexpage.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_en_rc_vu_ec.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_cvr_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_db.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_dissrv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_disvulns_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_disys.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_exsum.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_flsdir.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_hirsk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_ndxvulns.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_netrc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_noderc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_pciexsum.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_pciscndhsts.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_pcivulndets.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_pcivulnsyn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_plcyeval.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_remplan.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_riskas.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_s20devlist.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_s20devsyn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_s20exsum.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_s20vulndets.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_s20vulnsyn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_sndhosts.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_toc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_trend.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_uzrsgrps.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_vulnex.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_vulnippcisev.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/r_nx4x_rs_vutesterrs.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx47_console_enableconsoles_v2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx47_console_showconsole_v2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ag.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ag_cf_as.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ag_cf_as_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ag_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ca.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ea.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ea_ag_us.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ea_kr.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ea_ld.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_gl_ec.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_gl_rk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_gl_rk_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sc_cf_au.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sc_cf_db.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sc_cf_hp.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sc_cf_lc_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sc_cf_lg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sc_cf_wv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sc_ge_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_se.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_se_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sn_ge_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_sn_hy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_a4.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_cf.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_cs.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_dd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_dh.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_ds.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_fs_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_fs_dx_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_ge_dd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_ge_vk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_ld.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_ms.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_op.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_sd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_sr.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_tl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_up.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_vk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_vk_cy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_vk_ty.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_wg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_ws_5.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_st_cf_wv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ts.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ts_dc.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_ts_lg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_ag.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_ag_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_ag_pd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_ro.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_si.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_si_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_cf_si_pd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_ad_us_dl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_ag.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_ag_wnsrv2003.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_as_pg_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_os.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_os_winsrv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_cf_al.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_cf_al_nu.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_cf_cr.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_cf_cr_nu.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_cf_dv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_cn_sn_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_nt_sn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_nu_sn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_sample_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_si_sn_rl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_sn_lg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_sv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_sv_endpnt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_sw.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_as_sw_acro.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_bb.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hl_cu_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hl_ed.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hl_rx_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hl_ur.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hp_hd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hp_hd_ed_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hp_hd_vl_.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_cr_nu_li_hp_ur.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_ag_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_bu.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_bu_ra.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_mi.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_mt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_nd.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_sh.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_si_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_tb.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_hm_tk_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_li.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_li_wg.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_mg_sr_sn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_nu_si_bn.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_bl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_co_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_co_bz_crop.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_di.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_ou.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_ou_db.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_sl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_cf_tp_pv.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_hy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rp_mx_ir.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rt_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rt_cf_rs.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rt_cf_rs_bz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rt_cf_se.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_rt_cu_bx.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_si_cf_ss.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_si_rk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_si_rk_in.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_si_rk_tm.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_si_sn_pz_bt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_si_sn_pz_sp_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_si_sn_rz.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_sn_ml_ec.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_sn_mx_ir.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_sn_pz_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_sn_pz_al.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_tk_cf_ge.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_tk_cf_hy.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_tk_cf_vu_bz_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_vu_3.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_vu_dt_2.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_vu_ec_as.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_vu_ec_gl.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_vu_ec_in_.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_vu_ec_lt_.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_wz_bt.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_en_wz_lk.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/s_nx48_ex_hm_cu_dh_v2.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/stylesheet.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc2042.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc2392.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc2395.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc2396.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc26021.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc26031.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc26036.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc26113.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc26119.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc2612.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc26123.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc2613.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc2618.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412417.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc41242.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412423.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412428.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412434.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc41244.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412440.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412441.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412442.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc412452.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc41246.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc41248.htm AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/help/enterprise/html/toc41249.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc4312.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc4314.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc45112.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc45114.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc4512.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc4514.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc5612.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc5615.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc5942.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc5943.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc71511.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc71514.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc71516.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc7152.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc7153.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc7158.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc7502.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc7503.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc7506.htm AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/help/enterprise/html/toc7732.htm AU-3EB2982F67/15/10 4:06 PM: removing directory: nsc/htroot/help/express AU-3EB2982F67/15/10 4:06 PM: removing directory: nsc/htroot/help/support AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/images/nexpose-logo.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/images/rapid7_logo.gif AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/images/rapid7_logo.png AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/scripts/dialog.js AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/scripts/vulnExceptions.js AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/calendar.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/dyntable.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/dyntableFF.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/dyntableIE.css AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/style/default/image/buttonBar.png AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/style/default/image/collapse.gif AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/style/default/image/expand.gif AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/style/default/image/mainAreaBG.jpg AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/style/default/image/nexpose.jpg AU-3EB2982F67/15/10 4:06 PM: removing file: nsc/htroot/style/default/image/vendor_logo.gif AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/progress.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/style.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/styleFF.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/styleIE.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/styleOldIEpost.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/style/default/styleOldIEpre.css AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/wizard/report.html AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/wizard/site.html AU-3EB2982F67/15/10 4:06 PM: patching jar: nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:06 PM: patching properties file: nsc/resources/httpd/tags/builtin/DeviceHandler.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: nsc/resources/httpd/tags/builtin/DiagHandler.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: nsc/resources/httpd/tags/builtin/NodeHandler.properties AU-3EB2982F67/15/10 4:06 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:06 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:06 PM: removing file: shared/reportImages/Rapid7Logo.png AU-3EB2982F67/15/10 4:06 PM: removing file: shared/reportImages/rapid7_certified_logo.png AU-3EB2982F67/15/10 4:06 PM: updating file: shared/reportTemplates/builtin/pci-audit-report.nrt AU-3EB2982F67/15/10 4:06 PM: updating file: shared/reportTemplates/builtin/pci-executive-overview.nrt AU-3EB2982F67/15/10 4:06 PM: updating file: shared/reportTemplates/builtin/sans-top20-report.nrt AU-3EB2982F67/15/10 4:06 PM: patching properties file: shared/resources/reports/builtin/ExecutiveSummary.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: shared/resources/reports/builtin/PCIReportCard.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: shared/resources/reports/builtin/PCIScoringSystem.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: shared/resources/reports/builtin/RemediationPlan.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: shared/resources/reports/builtin/RemediationSynopsis.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: shared/resources/reports/builtin/SANSTop20ExecutiveSummary.properties AU-3EB2982F67/15/10 4:06 PM: patching properties file: shared/resources/reports/builtin/ScanSettings.properties AU-3EB2982F67/15/10 4:06 PM: updating file: shared/riskStrategies/builtin/vulnage-cvssbase.xml AU-3EB2982F67/15/10 4:06 PM: updating file: shared/riskStrategies/builtin/vulnsev-svctype-devclass.xml AU-3EB2982F67/15/10 4:06 PM: updating file: shared/scanTemplates/builtin/pentest-audit.xml AU-3EB2982F67/15/10 4:06 PM: updating file: shared/sql/postgresql/nxp_initdata.sql AU-3EB2982F67/15/10 4:06 PM: updating file: shared/sql/postgresql/nxp_schema.sql AU-3EB2982F67/15/10 4:06 PM: updating file: shared/sql/queries.xml AU-3EB2982F67/15/10 4:06 PM: updating file: shared/sql/reports.xml AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/toc390237.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/toc390235.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/3646.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/toc390231.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/5307.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/3524.gif AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/toc39026.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/5025.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/3643.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/3634.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/3638.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/html/3632.htm AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/help/community/manuals AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/community/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/help/common AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/help/common/manuals AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/common/manuals/NeXpose_BP_Tuning.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/common/manuals/NeXpose_API_v1.1_Guide.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/common/manuals/NeXpose_Open_Firewall.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/common/manuals/NeXpose_Install.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/common/manuals/NeXpose_BP_Deployment.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/common/manuals/NeXpose_Extended_API_v1.2_Guide.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/toc26020.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/3646.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/5307.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/l_r7logo_nu_162x21.png AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/5025.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/3643.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/toc26034.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/3634.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/3638.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/5310.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/3632.htm AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/html/toc26030.htm AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/help/enterprise/manuals AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/manuals/NeXpose_Enterprise_Config.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/manuals/NSC_NSE_Appliance_lr.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/manuals/NSE_Appliance_lr.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/help/enterprise/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/admin/diag_savelog.html AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/admin/scap.html AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/progress-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/styleOldIEpre-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/dyntable-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/style-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/calendar-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/styleIE-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/dyntableFF-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/styleFF-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/dyntableIE-base.css AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/style/default/styleOldIEpost-base.css AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/news/20100322 AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/news/20100322/index.html AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/resources/oem AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/resources/oem/builtin-engines.xsd AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/conf/builtin-engines.xml AU-3EB2982F67/15/10 4:06 PM: installing file: background.gif AU-3EB2982F67/15/10 4:06 PM: installing file: icon.ico AU-3EB2982F67/15/10 4:06 PM: installing file: shared/sql/postgresql/nxp_schema_alter_39.sql AU-3EB2982F67/15/10 4:06 PM: installing directory: shared/scap AU-3EB2982F67/15/10 4:06 PM: installing file: shared/scap/cpe-dictionary.xml AU-3EB2982F67/15/10 4:06 PM: installing file: shared/reportImages/certified_logo.png AU-3EB2982F67/15/10 4:06 PM: installing file: shared/reportImages/logo.png AU-3EB2982F67/15/10 4:06 PM: installing file: splash.jpg AU-3EB2982F67/15/10 4:06 PM: installing file: installer.properties AU-3EB2982F67/15/10 4:06 PM: installing file: installerIcon.gif AU-3EB2982F67/15/10 4:06 PM: installing file: EULA.txt AU-3EB2982F67/15/10 4:06 PM: Update 3683654596 applied successfully. AU-3EB2982F67/15/10 4:06 PM: Applying update id 3585625434 LiveUpdate 7/15/10 4:06 PM: extracting update contents... LiveUpdate 7/15/10 4:06 PM: Verifying update package signature... LiveUpdate 7/15/10 4:06 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:06 PM: Update package contains 33 changes... AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:06 PM: updating file: plugins/conf/correlation.xml AU-3EB2982F67/15/10 4:06 PM: updating file: plugins/conf/exploits.xml AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/CiscoScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CiscoScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/CiscoScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CiscoScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WebSpiderScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WebSpiderScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WebSpiderScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WebSpiderScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: updating file: plugins/java/1/WebSpiderScanner/1/webspider-xss.clp AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:06 PM: updating file: plugins/java/1/WindowsScanner/1/windows-version.clp AU-3EB2982F67/15/10 4:06 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:06 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/news/20100330 AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/news/20100330/index.html AU-3EB2982F67/15/10 4:06 PM: installing directory: nsc/htroot/news/20100329 AU-3EB2982F67/15/10 4:06 PM: installing file: nsc/htroot/news/20100329/index.html AU-3EB2982F67/15/10 4:06 PM: installing file: plugins/java/1/WebSpiderScanner/1/webspider-header-injection.clp AU-3EB2982F67/15/10 4:06 PM: Update 3585625434 applied successfully. AU-3EB2982F67/15/10 4:06 PM: Applying update id 1844137227 LiveUpdate 7/15/10 4:06 PM: extracting update contents... LiveUpdate 7/15/10 4:06 PM: Verifying update package signature... LiveUpdate 7/15/10 4:06 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:06 PM: Update package contains 175 changes... AU-3EB2982F67/15/10 4:06 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:06 PM: patching jar: nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:06 PM: updating file: plugins/conf/correlation.xml AU-3EB2982F67/15/10 4:06 PM: updating file: plugins/conf/exploits.xml AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/BackdoorScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/BackdoorScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: removing file: plugins/java/1/BackdoorScanner/1/netbus-15.sel AU-3EB2982F67/15/10 4:06 PM: removing file: plugins/java/1/BackdoorScanner/1/netbus-16.sel AU-3EB2982F67/15/10 4:06 PM: removing file: plugins/java/1/BackdoorScanner/1/netbus-17.sel AU-3EB2982F67/15/10 4:06 PM: removing file: plugins/java/1/BackdoorScanner/1/netbus-20.sel AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:06 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/CifsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CifsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/CiscoScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CiscoScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/CvsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CvsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/DceRpcScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/DceRpcScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/DhcpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/DhcpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/DnsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/DnsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/FingerScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/FingerScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/FtpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/FtpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/apache-1.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/apache-2.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/apache.sel AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/HttpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/HttpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/domino-r4.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/domino-r5.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/domino-r6.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/iis-3.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/iis-4.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/iis-5.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/iis-6.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/iis.sel AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/HttpScanner/1/tomcat.sel AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/ImapScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/ImapScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/IpsecScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/IpsecScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/LdapScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/LdapScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/MacOSScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/MacOSScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/MiscScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/MiscScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/NDMPScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NDMPScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/NetwareScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NetwareScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/NetworkScanners/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NetworkScanners/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/NfsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NfsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/NotesPolicyScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NotesPolicyScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/NotesScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NotesScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/OraclePolicyScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/OraclePolicyScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/OracleScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/OracleScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/PopScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/PopScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/PostgresScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/PostgresScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RpcScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RpcScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RsyncScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RsyncScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SmtpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SmtpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_analogx.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_argosoft.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_asip.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_checkpoint.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_ciscopix.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_criticalpath.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_csmims.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_emwacims.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_eudoraims.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_exchange.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_exim.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_ftgate.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_fwtk.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_gauntlet.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_gnatbox.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_groupwise.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_ibmvm.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_iis.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_imail.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_intrastore.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_mailmax.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_mailsite.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_mailsweeper.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_mdaemon.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_merak.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_mercur.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_mercury.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_navieg.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_netscape.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_notes.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_ntmail.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_postfix.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_postoffice.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_qmail.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_raptor.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_sendmail.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_sims.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_slmail.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_symantec.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_vopmail.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_vpop3.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_webshield.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_winroute.xml AU-3EB2982F67/15/10 4:07 PM: removing file: plugins/java/1/SmtpScanner/1/smtp_fp_zmailer.xml AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SnmpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SnmpScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SolarisScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SolarisScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SshScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SshScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/TdsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/TdsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/TelnetScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/TelnetScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/UnixScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/UnixScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WebSpiderScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WebSpiderScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsPolicyScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsPolicyScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:07 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:07 PM: installing directory: nsc/htroot/news/20100412 AU-3EB2982F67/15/10 4:07 PM: installing file: nsc/htroot/news/20100412/index.html AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/NotesPolicyScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/DceRpcScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/SuseRPMScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/OraclePolicyScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/AS400Scanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/SshScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/PopScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/SnmpScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/LinuxRPMScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/SunPatchScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/WindowsHotfixScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/FingerScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/RsyncScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/RedHatRPMScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/WindowsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/DnsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/SpywareScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/MySQLScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/FtpScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/RpcScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/DhcpScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/XwindowsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/WebSpiderScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/BackdoorScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/LdapScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/NfsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/SolarisScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/Db2Scanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/NDMPScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/TelnetScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/CifsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/OracleScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/NetworkScanners/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/CentOSRPMScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/PhScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/PPTPScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/GameScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/SmtpScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/TftpScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/WindowsPolicyScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/HttpScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/ImapScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/NetwareScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/IpsecScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/MacOSScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/CheckpointScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/UnixScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/RshScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/MiscScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/NotesScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/TdsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/PostgresScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/CiscoScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/CvsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/java/1/WMIScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:07 PM: installing directory: plugins/xsd AU-3EB2982F67/15/10 4:07 PM: installing file: plugins/xsd/exploits.xsd AU-3EB2982F67/15/10 4:07 PM: Update 1844137227 applied successfully. AU-3EB2982F67/15/10 4:07 PM: Applying update id 3076682873 LiveUpdate 7/15/10 4:07 PM: extracting update contents... LiveUpdate 7/15/10 4:07 PM: Verifying update package signature... LiveUpdate 7/15/10 4:07 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:07 PM: Update package contains 53 changes... AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/241.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/263.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/267.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/277.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/2947.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3429.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3431.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3464.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3469.htm AU-3EB2982F67/15/10 4:07 PM: removing file: nsc/htroot/help/community/html/3524.gif AU-3EB2982F67/15/10 4:07 PM: Removing update to obsolete file: nsc/htroot/help/community/html/3524.gif AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3906.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/455.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/595.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/600.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/721.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/727.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/729.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/755.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/779.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/dhtml_search.js AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:07 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/community/manuals/NeXpose_Manual.pdf does not exist. AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/241.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/263.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/267.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/277.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/2947.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3429.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3431.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3464.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3469.htm AU-3EB2982F67/15/10 4:07 PM: removing file: nsc/htroot/help/enterprise/html/3524.gif AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3539.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/455.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/5310.htm AU-3EB2982F67/15/10 4:07 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/html/5310.htm does not exist. AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/595.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/600.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/721.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/727.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/729.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/755.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/779.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/dhtml_search.js AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/stylesheet.css AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:07 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/manuals/NeXpose_Manual.pdf does not exist. AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:07 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:07 PM: installing directory: nsc/htroot/news/20100414 AU-3EB2982F67/15/10 4:07 PM: installing file: nsc/htroot/news/20100414/index.html AU-3EB2982F67/15/10 4:07 PM: Update 3076682873 applied successfully. AU-3EB2982F67/15/10 4:07 PM: Applying update id 1629700167 LiveUpdate 7/15/10 4:07 PM: extracting update contents... LiveUpdate 7/15/10 4:07 PM: Verifying update package signature... LiveUpdate 7/15/10 4:07 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:07 PM: Update package contains 66 changes... AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/241.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/263.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/267.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/277.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/2947.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3429.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3431.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3464.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3469.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3539.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/3906.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/455.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/595.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/600.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/721.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/727.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/729.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/755.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/779.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/html/dhtml_search.js AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/community/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:07 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/community/manuals/NeXpose_Manual.pdf does not exist. AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/241.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/263.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/267.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/277.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/2947.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3429.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3431.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3464.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3469.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/3539.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/455.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/5310.htm AU-3EB2982F67/15/10 4:07 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/html/5310.htm does not exist. AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/595.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/600.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/721.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/727.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/729.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/755.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/779.htm AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/dhtml_search.js AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/html/stylesheet.css AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/help/enterprise/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:07 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/manuals/NeXpose_Manual.pdf does not exist. AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:07 PM: updating file: plugins/conf/correlation.xml AU-3EB2982F67/15/10 4:07 PM: updating file: plugins/conf/exploits.xml AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/OracleScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/OracleScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/OracleScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/OracleScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/OracleScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/OracleScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F67/15/10 4:07 PM: patching jar: plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F67/15/10 4:07 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:07 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:07 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:07 PM: installing directory: nsc/htroot/news/20100426 AU-3EB2982F67/15/10 4:07 PM: installing file: nsc/htroot/news/20100426/index.html AU-3EB2982F67/15/10 4:07 PM: Update 1629700167 applied successfully. AU-3EB2982F67/15/10 4:07 PM: Applying update id 1132942735 LiveUpdate 7/15/10 4:07 PM: extracting update contents... LiveUpdate 7/15/10 4:07 PM: Verifying update package signature... LiveUpdate 7/15/10 4:07 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:07 PM: Update package contains 8 changes... AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:07 PM: updating file: nsc/htroot/reports.html AU-3EB2982F67/15/10 4:07 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:07 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/20100503 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/20100503/index.html AU-3EB2982F67/15/10 4:08 PM: Update 1132942735 applied successfully. AU-3EB2982F67/15/10 4:08 PM: Applying update id 2886162864 LiveUpdate 7/15/10 4:08 PM: extracting update contents... LiveUpdate 7/15/10 4:08 PM: Verifying update package signature... LiveUpdate 7/15/10 4:08 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:08 PM: Update package contains 515 changes... AU-3EB2982F67/15/10 4:08 PM: updating file: nsc/htroot/admin/scap.html AU-3EB2982F67/15/10 4:08 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/admin/scap.html does not exist. AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060227 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060328 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060406 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060411 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060421 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060504 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060517 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060525 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060614 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060622 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060628 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060710 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060808 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060901 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20060914 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20061005 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20061011 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20061106 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20061115 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20061214 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20061222 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070112 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070117 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070214 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070221 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070227 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070309 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070319 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070327 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070404 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070406 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070411 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070418 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070425 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070502 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070509 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070517 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070523 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070531 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070614 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070621 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070627 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070711 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070725 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070801 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070816 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070822 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070829 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070905 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070912 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20070919 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071003 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071010 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071017 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071105 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071114 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071127 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071205 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20071217 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080102 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080109 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080124 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080205 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080213 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080215 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080222 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080228 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080306 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080312 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080326 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080409 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080424 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080429 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080514 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080529 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080611 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080625 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080709 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080723 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080813 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080827 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080910 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20080924 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081015 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081023 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081029 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081112 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081126 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081210 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081217 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081218 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20081229 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090105 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090114 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090128 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090211 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090225 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090311 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090316 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090330 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090331 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090415 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090429 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090513 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090521 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090527 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090610 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090624 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090715 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090729 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090730 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090731 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090805 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090812 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090813 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090909 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20090910 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091002 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091014 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091021 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091022 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091029 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091104 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091111 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091112 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091118 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091125 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091204 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091209 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20091218 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100113 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100115 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100121 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100129 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100201 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100210 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100212 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100226 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100308 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100308 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100310 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100310 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100315 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100315 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100319 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100319 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100322 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100322 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100329 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100329 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100330 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100330 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100412 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100412 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100414 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100414 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100426 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100426 AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/20100503 AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/20100503 AU-3EB2982F67/15/10 4:08 PM: removing file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete file: nsc/htroot/news/synopsis.xml AU-3EB2982F67/15/10 4:08 PM: updating file: nsc/htroot/scripts/common.js AU-3EB2982F67/15/10 4:08 PM: patching jar: nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:08 PM: updating file: plugins/conf/correlation.xml AU-3EB2982F67/15/10 4:08 PM: updating file: plugins/conf/exploits.xml AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CiscoScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CiscoScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: updating file: plugins/java/1/NetworkScanners/1/nmap-os-db AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/WebSpiderScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WebSpiderScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: updating file: plugins/java/1/WebSpiderScanner/1/spider-settings AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:08 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:08 PM: updating file: shared/scap/cpe-dictionary.xml AU-3EB2982F67/15/10 4:08 PM: WARNING: /opt/rapid7/nexpose/shared/scap/cpe-dictionary.xml does not exist. AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/synopsis.xsd AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/content AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/content/20100510 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/content/20100510/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091204 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091204/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080215 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080215/nexpose-discovery.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080215/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080215/nexpose-report-owner.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080215/nexpose-timezone.png AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060808 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060808/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070912 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070912/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070319 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/filter_site.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/db_migration_completed.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/maintenance_link.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/filter_ip.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/db_migration.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/filter_name.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/filter_combo.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/filter_os.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/server_initializing.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070319/postgres.png AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060614 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060614/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060525 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060525/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081029 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081029/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080827 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080827/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090105 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090105/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081023 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081023/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070621 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070621/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081126 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081126/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100121 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100121/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091209 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091209/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090729 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090729/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100310 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100310/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20061106 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20061106/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20061214 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20061214/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071105 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071105/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090624 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090624/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070418 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070418/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080213 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080213/nexpose-discovery.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080213/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091111 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091111/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090429 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090429/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071205 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071205/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100201 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100201/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060622 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060622/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100330 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100330/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20061005 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20061005/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070905 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070905/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060406 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060406/calendar.jpg AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060406/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060406/reports.jpg AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060406/devfp.jpg AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080326 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080326/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070816 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070816/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070411 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070411/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071127 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071127/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090715 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090715/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070919 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070919/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070227 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070227/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100319 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100319/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20061115 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20061115/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060517 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060517/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080813 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080813/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070509 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070509/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080611 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080611/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090311 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090311/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100210 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100210/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091029 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091029/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071017 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071017/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090730 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090730/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080625 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080625/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080625/web_spidering.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080625/screen_exception_vulns.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080625/screen_exception_listing.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080625/db_servers.png AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090331 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090331/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090521 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090521/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070117 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070117/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100115 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100115/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080228 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080228/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090527 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090527/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090805 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090805/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080529 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080529/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090330 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090330/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100503 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100503/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090114 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090114/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080312 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080312/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081217 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081217/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090316 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090316/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071010 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071010/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070517 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070517/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090211 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090211/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091021 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091021/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080424 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080424/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070822 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070822/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081112 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081112/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100322 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100322/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070404 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070404/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080124 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080124/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080205 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080205/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060227 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_template_wizard.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_asset_ssh.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_sorting.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_asset_byos.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_config_wizard.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_homepage_configure.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_templates.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_homepage.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_search_box.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_admin.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060227/screen_search_results.png AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070627 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070627/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070531 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070531/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100308 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100308/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060504 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060504/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071217 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071217/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070112 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070112/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070711 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070711/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080109 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080109/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060411 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060411/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070801 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070801/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090731 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090731/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100113 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100113/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070309 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070309/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091112 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091112/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20061222 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20061222/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070425 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070425/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070214 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070214/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100129 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100129/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100129/i_m_exploitable.png AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080429 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080429/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091014 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091014/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070502 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070502/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080409 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080409/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080222 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080222/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091218 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091218/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070725 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070725/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091118 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091118/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080514 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080514/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080910 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080910/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100414 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100414/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090128 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090128/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080709 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080709/screen_report_filtering.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080709/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080709/screen_external_authentication.png AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080709/screen_vuln_exceptions.png AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060914 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060914/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080924 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080924/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100412 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100412/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080723 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080723/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080306 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080306/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081015 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081015/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090513 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090513/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070829 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070829/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090415 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090415/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100212 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100212/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071114 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071114/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091104 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091104/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070614 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070614/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060421 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060421/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100329 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100329/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081210 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081210/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070523 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070523/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070221 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070221/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060628 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060628/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070406 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070406/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091022 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091022/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20071003 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20071003/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090910 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090910/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060901 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060901/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060328 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060328/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100426 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100426/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081229 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081229/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20060710 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060710/index.html AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20060710/vuln_details.png AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090909 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090909/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091125 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091125/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100226 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100226/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090610 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090610/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20061011 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20061011/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20081218 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20081218/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100315 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100315/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090812 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090812/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20070327 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20070327/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20091002 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20091002/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090225 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090225/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20080102 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20080102/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20090813 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20090813/index.html AU-3EB2982F67/15/10 4:08 PM: Update 2886162864 applied successfully. AU-3EB2982F67/15/10 4:08 PM: Applying update id 1605329445 LiveUpdate 7/15/10 4:08 PM: extracting update contents... LiveUpdate 7/15/10 4:08 PM: Verifying update package signature... LiveUpdate 7/15/10 4:08 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:08 PM: Update package contains 11 changes... AU-3EB2982F67/15/10 4:08 PM: removing directory: nsc/htroot/news/content AU-3EB2982F67/15/10 4:08 PM: Removing update to obsolete directory: nsc/htroot/news/content AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:08 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100510 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100510/index.html AU-3EB2982F67/15/10 4:08 PM: installing directory: nsc/htroot/news/core/20100512 AU-3EB2982F67/15/10 4:08 PM: installing file: nsc/htroot/news/core/20100512/index.html AU-3EB2982F67/15/10 4:08 PM: Update 1605329445 applied successfully. AU-3EB2982F67/15/10 4:08 PM: Applying update id 2275541236 LiveUpdate 7/15/10 4:08 PM: extracting update contents... LiveUpdate 7/15/10 4:08 PM: Verifying update package signature... LiveUpdate 7/15/10 4:08 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:08 PM: Update package contains 3 changes... AU-3EB2982F67/15/10 4:08 PM: patching jar: nse/lib/nse.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nse/lib/nse.jar AU-3EB2982F67/15/10 4:08 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:08 PM: Update 2275541236 applied successfully. AU-3EB2982F67/15/10 4:08 PM: Applying update id 686382891 LiveUpdate 7/15/10 4:08 PM: extracting update contents... LiveUpdate 7/15/10 4:08 PM: Verifying update package signature... LiveUpdate 7/15/10 4:08 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:08 PM: Update package contains 12 changes... AU-3EB2982F67/15/10 4:08 PM: updating file: nsc/NeXposeEnvironment.env AU-3EB2982F67/15/10 4:08 PM: updating file: nsc/NeXposeEnvironment.newgc.env AU-3EB2982F67/15/10 4:08 PM: patching jar: nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:08 PM: updating file: nse/NeXposeEnvironment.env AU-3EB2982F67/15/10 4:08 PM: WARNING: /opt/rapid7/nexpose/nse/NeXposeEnvironment.env does not exist. AU-3EB2982F67/15/10 4:08 PM: updating file: nse/NeXposeEnvironment.newgc.env AU-3EB2982F67/15/10 4:08 PM: WARNING: /opt/rapid7/nexpose/nse/NeXposeEnvironment.newgc.env does not exist. AU-3EB2982F67/15/10 4:08 PM: patching jar: nse/lib/nse.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nse/lib/nse.jar AU-3EB2982F67/15/10 4:08 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:08 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:08 PM: installing file: shared/lib/cryptojFIPS.jar AU-3EB2982F67/15/10 4:08 PM: installing file: shared/lib/sslj.jar AU-3EB2982F67/15/10 4:08 PM: Update 686382891 applied successfully. AU-3EB2982F67/15/10 4:08 PM: Applying update id 630533945 LiveUpdate 7/15/10 4:08 PM: extracting update contents... LiveUpdate 7/15/10 4:08 PM: Verifying update package signature... LiveUpdate 7/15/10 4:08 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:08 PM: Update package contains 25 changes... AU-3EB2982F67/15/10 4:08 PM: updating file: nsc/htroot/admin/scap.html AU-3EB2982F67/15/10 4:08 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/admin/scap.html does not exist. AU-3EB2982F67/15/10 4:08 PM: updating file: plugins/conf/correlation.xml AU-3EB2982F67/15/10 4:08 PM: updating file: plugins/conf/exploits.xml AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/CifsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CifsScanner/1/checksfmwk.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/MySQLScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/MySQLScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/MySQLScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/MySQLScanner/1/vulns.jar AU-3EB2982F67/15/10 4:08 PM: updating file: plugins/java/1/NetworkScanners/1/nmap-os-db AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F67/15/10 4:08 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/SshScanner/1/checks.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SshScanner/1/checks.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/SshScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SshScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:09 PM: updating file: shared/scap/cpe-dictionary.xml AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/shared/scap/cpe-dictionary.xml does not exist. AU-3EB2982F67/15/10 4:09 PM: installing file: plugins/xsd/correlation.xsd AU-3EB2982F67/15/10 4:09 PM: installing directory: nsc/htroot/news/core/20100603 AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/news/core/20100603/index.html AU-3EB2982F67/15/10 4:09 PM: Update 630533945 applied successfully. AU-3EB2982F67/15/10 4:09 PM: Applying update id 3630466161 LiveUpdate 7/15/10 4:09 PM: extracting update contents... LiveUpdate 7/15/10 4:09 PM: Verifying update package signature... LiveUpdate 7/15/10 4:09 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:09 PM: Update package contains 8 changes... AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F67/15/10 4:09 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:09 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: installing directory: nsc/htroot/news/core/20100609 AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/news/core/20100609/index.html AU-3EB2982F67/15/10 4:09 PM: Update 3630466161 applied successfully. AU-3EB2982F67/15/10 4:09 PM: Applying update id 951055959 LiveUpdate 7/15/10 4:09 PM: extracting update contents... LiveUpdate 7/15/10 4:09 PM: Verifying update package signature... LiveUpdate 7/15/10 4:09 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:09 PM: Update package contains 20 changes... AU-3EB2982F67/15/10 4:09 PM: removing file: EULA.txt AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: EULA.txt AU-3EB2982F67/15/10 4:09 PM: removing file: background.gif AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: background.gif AU-3EB2982F67/15/10 4:09 PM: removing file: icon.ico AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: icon.ico AU-3EB2982F67/15/10 4:09 PM: removing file: installer.properties AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: installer.properties AU-3EB2982F67/15/10 4:09 PM: removing file: installerIcon.gif AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: installerIcon.gif AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/admin/nsc.html AU-3EB2982F67/15/10 4:09 PM: patching jar: nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nsc/lib/nsc.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: nse/lib/nse.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/nse/lib/nse.jar AU-3EB2982F67/15/10 4:09 PM: updating file: plugins/java/1/WMIScanner/1/wmi.clp AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/lib/nxplug.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/lib/nxplug.jar AU-3EB2982F67/15/10 4:09 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:09 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: removing file: splash.jpg AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: splash.jpg AU-3EB2982F67/15/10 4:09 PM: installing directory: nsc/htroot/news/core/20100601 AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/news/core/20100601/index.html AU-3EB2982F67/15/10 4:09 PM: installing directory: nsc/htroot/news/core/20100614 AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/news/core/20100614/index.html AU-3EB2982F67/15/10 4:09 PM: installing file: plugins/xsd/wmi-known-bad-files.xsd AU-3EB2982F67/15/10 4:09 PM: Update 951055959 applied successfully. AU-3EB2982F67/15/10 4:09 PM: Applying update id 3428184567 LiveUpdate 7/15/10 4:09 PM: extracting update contents... LiveUpdate 7/15/10 4:09 PM: Verifying update package signature... LiveUpdate 7/15/10 4:09 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:09 PM: Update package contains 9 changes... AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/admin/scap.html AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/admin/scap.html does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:09 PM: updating file: shared/scap/cpe-dictionary.xml AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/shared/scap/cpe-dictionary.xml does not exist. AU-3EB2982F67/15/10 4:09 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/java/1/NetworkScanners/1/checksfmwk.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NetworkScanners/1/checksfmwk.jar AU-3EB2982F67/15/10 4:09 PM: installing file: plugins/java/1/TelnetScanner/1/telnet-cisco-ios-extract.clp AU-3EB2982F67/15/10 4:09 PM: installing directory: nsc/htroot/news/core/20100628 AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/news/core/20100628/index.html AU-3EB2982F67/15/10 4:09 PM: Update 3428184567 applied successfully. AU-3EB2982F67/15/10 4:09 PM: Applying update id 1868039264 LiveUpdate 7/15/10 4:09 PM: extracting update contents... LiveUpdate 7/15/10 4:09 PM: Verifying update package signature... LiveUpdate 7/15/10 4:09 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:09 PM: Update package contains 970 changes... AU-3EB2982F67/15/10 4:09 PM: updating file: shared/bin/libnetlib.so AU-3EB2982F67/15/10 4:09 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:09 PM: updating file: shared/scap/cpe-dictionary.xml AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/shared/scap/cpe-dictionary.xml does not exist. AU-3EB2982F67/15/10 4:09 PM: patching jar: shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/nxshared.jar AU-3EB2982F67/15/10 4:09 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: updating file: plugins/java/1/WindowsScanner/1/windows-adobe.clp AU-3EB2982F67/15/10 4:09 PM: updating file: plugins/java/1/WMIScanner/1/wmi.clp AU-3EB2982F67/15/10 4:09 PM: updating file: plugins/java/1/NetworkScanners/1/net-default-services.clp AU-3EB2982F67/15/10 4:09 PM: updating file: plugins/conf/protocol_helpers.xml AU-3EB2982F67/15/10 4:09 PM: patching jar: plugins/lib/nxplug.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/lib/nxplug.jar AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/596.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/650.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/463.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/464.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3562.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/686.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc2042.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc2042.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc5615.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc5615.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/688.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/598.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc5612.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc5612.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/1353.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/276.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/489.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/458.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc5942.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc5942.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/271.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2945.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/480.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/575.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2158.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/278.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/487.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/456.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/674.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/563.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3465.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/269.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/757.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/491.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc4314.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc4314.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/673.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/212.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/564.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/759.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/601.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/725.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/435.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/722.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2018.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc7502.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc7502.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/267.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/717.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/283.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/283.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/284.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2894.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc26119.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc26119.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/648.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc71516.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc71516.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/475.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc2395.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc2395.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/719.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc2392.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc2392.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc7158.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc7158.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc71511.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc71511.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/472.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc26034.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc26034.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3646.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/html/3646.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/573.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2311.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/279.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/486.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/457.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/481.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/270.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2157.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/1352.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/886.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3634.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/html/3634.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/277.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/459.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc5943.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc5943.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/599.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc2618.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc2618.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/700.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/465.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/687.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/597.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/651.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/462.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/775.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/718.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/473.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/474.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/647.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/285.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/716.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/716.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/282.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/434.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc7503.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc7503.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/266.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/758.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/600.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/433.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/724.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/756.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/490.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc26123.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc26123.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/213.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/213.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc4312.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc4312.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/675.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/214.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/214.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/562.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/562.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3464.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/4241.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc71514.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc71514.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/477.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/288.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3429.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/802.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/470.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc26036.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc26036.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/1309.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/1309.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/281.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/281.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc7153.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc7153.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/479.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/286.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2963.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/262.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/603.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/727.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/568.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/437.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/720.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3469.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/265.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/604.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/752.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/752.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3467.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/4242.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/use_tikts_48.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/493.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/755.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/729.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/210.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2304.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/566.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/indexpage.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/482.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/453.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/570.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/206.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2312.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/485.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2591.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/454.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/208.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/731.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/274.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/4473.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/5310.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/5310.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/d_nx4x-scene1a_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/d_nx4x-scene1a_2.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2947.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/468.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc45112.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc45112.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc4512.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc4512.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3431.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/241.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/241.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/1291.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/stylesheet.css AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/778.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/652.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/461.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/776.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/toc.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc26020.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc26020.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/466.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc2612.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc2612.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3560.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/492.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/754.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3539.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/728.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/211.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/567.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/495.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3466.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/753.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/d_nx4x-scene1b_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/d_nx4x-scene1b_2.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/436.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/721.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3414.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/5307.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/html/5307.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc7732.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc7732.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3468.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/264.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc7506.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc7506.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/263.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/726.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc7152.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc7152.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/478.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/287.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2607.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/l_r7logo_nu_162x21.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/l_r7logo_nu_162x21.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/280.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc26113.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc26113.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/471.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/476.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/289.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc26030.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc26030.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3428.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc2396.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc2396.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/645.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/2330.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/467.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc2613.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc2613.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2457.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3439.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/653.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/595.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/595.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/dhtml_search.js AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/460.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/777.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc4514.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc4514.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/toc45114.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/toc45114.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3430.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/240.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/240.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/779.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/469.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2862.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/d_nx4x-scene3_web_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/d_nx4x-scene3_web_2.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/2946.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/209.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/730.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/275.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/d_nx4x-scene2_web_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/d_nx4x-scene2_web_2.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/571.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/207.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/207.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3638.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/html/3638.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/484.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/793.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/793.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/455.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/html/455.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/483.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/html/452.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/enterprise/html/3643.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/enterprise/html/3643.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/manuals/NeXpose_Enterprise_Config.pdf AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/manuals/NeXpose_Enterprise_Config.pdf AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/enterprise/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/enterprise/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/manuals/NeXpose_Manual.pdf AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc26123.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc26123.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/434.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/d_nx4x-scene3_web_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/d_nx4x-scene3_web_2.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/266.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/758.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2894.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/600.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc4514.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc4514.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/724.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/433.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/490.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/756.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/d_nx4x-scene2_web_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/d_nx4x-scene2_web_2.png AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/213.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/213.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc2613.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc2613.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3906.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/562.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/562.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/214.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/214.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/675.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/718.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/473.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3465.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/474.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/647.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/285.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/716.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/716.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2018.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/282.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/1353.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/599.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/use_tikts_48.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc7506.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc7506.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc7732.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc7732.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2945.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/700.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/465.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/687.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2158.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/651.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/597.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/775.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/462.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc39025.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc39025.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/573.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc390235.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc390235.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/279.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc2396.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc2396.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/d_nx4x-scene1b_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/d_nx4x-scene1b_2.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/457.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/486.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/481.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3562.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/270.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/886.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc7152.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc7152.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/277.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/459.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/717.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc71516.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc71516.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/283.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/283.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc71511.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc71511.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/284.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/648.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/475.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc26119.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc26119.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/719.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/472.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/4241.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3464.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc2612.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc2612.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3907.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/563.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/674.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/269.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/d_nx4x-scene1a_2.png AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/d_nx4x-scene1a_2.png AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/491.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/757.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/564.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/212.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/673.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/CC.gif AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/759.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/601.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/725.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/722.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/435.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/267.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc4512.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc4512.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc7153.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc7153.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/276.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/458.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/489.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/271.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/480.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/575.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/278.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/456.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/487.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/dhtml_search.js AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/650.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/596.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3646.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/community/html/3646.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2311.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/463.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/464.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/686.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/688.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2157.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/1352.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/598.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3634.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/community/html/3634.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/209.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3431.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/730.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/275.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/1291.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/207.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/207.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/571.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc390237.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc390237.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/455.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/455.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/793.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/793.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/484.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/452.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/483.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3560.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc4312.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc4312.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/467.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc45114.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc45114.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/595.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/595.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/653.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2312.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2591.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/777.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/460.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/4473.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/240.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/240.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/779.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/469.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2947.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc7503.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc7503.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/478.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/287.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc5943.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc5943.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc26113.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc26113.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3469.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/280.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/471.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/4242.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/indexpage.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3467.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/476.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/289.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2304.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/645.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/754.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/492.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/728.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3429.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/567.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/211.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/753.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/495.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/721.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/436.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/1309.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/1309.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/264.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/263.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/726.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc2618.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc2618.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2963.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2862.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/468.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2946.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc7502.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc7502.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/241.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/241.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/778.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc45112.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc45112.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/652.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/776.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3638.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/community/html/3638.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc4314.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc4314.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/461.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/toc.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/466.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3643.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/community/html/3643.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc2392.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc2392.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/453.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/482.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3439.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2457.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc390231.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc390231.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc7158.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc7158.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/206.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/570.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc39026.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc39026.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc2395.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc2395.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/454.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/485.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/208.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3430.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/731.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/274.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/603.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/262.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/727.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc5612.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc5612.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/568.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/2607.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/720.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc5615.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc5615.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/437.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/604.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/265.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/752.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/752.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc2042.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc2042.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/755.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/493.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/729.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/2330.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3428.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/566.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/210.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3539.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/477.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/288.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/802.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/470.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3466.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/stylesheet.css AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/5307.htm AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/community/html/5307.htm does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3414.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc71514.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc71514.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/3468.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/281.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/281.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/479.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/community/html/286.htm AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/community/html/toc5942.htm AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/community/html/toc5942.htm AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/common/manuals/NeXpose_Install.pdf AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/common/manuals/NeXpose_Install.pdf does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/common/manuals/NeXpose_Extended_API_v1.2_Guide.pdf AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/common/manuals/NeXpose_Extended_API_v1.2_Guide.pdf does not exist. AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/common/manuals/NeXpose_Open_Firewall.pdf AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/common/manuals/NeXpose_Open_Firewall.pdf AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/common/manuals/NeXpose_BP_Deployment.pdf AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/common/manuals/NeXpose_BP_Deployment.pdf AU-3EB2982F67/15/10 4:09 PM: removing file: nsc/htroot/help/common/manuals/NeXpose_BP_Tuning.pdf AU-3EB2982F67/15/10 4:09 PM: Removing update to obsolete file: nsc/htroot/help/common/manuals/NeXpose_BP_Tuning.pdf AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/help/common/manuals/NeXpose_API_v1.1_Guide.pdf AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/help/common/manuals/NeXpose_API_v1.1_Guide.pdf does not exist. AU-3EB2982F67/15/10 4:09 PM: updating file: nsc/htroot/admin/scap.html AU-3EB2982F67/15/10 4:09 PM: WARNING: /opt/rapid7/nexpose/nsc/htroot/admin/scap.html does not exist. AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2493.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2438.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5903.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5584.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2452.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064315.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5612.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2466.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2458.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5554.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3870.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5553.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5615.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2429.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2455.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064326.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5941.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2446.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5881.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064312.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5571.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606461.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2520.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2529.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2525.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2465.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/d_nxp_dst_ngn_1a_v1_2.png AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2491.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/758_1.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2535.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064101.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2484.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2437.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2499.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2505.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064128.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2530.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5580.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2531.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5572.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064276.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064244.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606470.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2522.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5673.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606418.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5974.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064172.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606474.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064248.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2503.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2518.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606423.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2528.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5298.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5915.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064261.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3872.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2447.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2445.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2441.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2415.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606424.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064262.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/d_nxp_hstd_ngn_1a_v1_2.png AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5887.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064318.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2521.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606498.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5888.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5882.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5922.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5880.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064151.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606491.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2463.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064194.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2430.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5916.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3874.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5582.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2519.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5579.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064241.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064121.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2442.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5557.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5608.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5970.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2500.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3786.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5573.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2440.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064309.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5581.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2488.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2459.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064180.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3867.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2507.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064250.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2451.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606413.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064111.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2495.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2496.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064302.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5610.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5879.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064257.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/d_nx_prf_tri.png AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606468.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064187.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5943.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064293.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5548.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2504.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606484.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5883.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064331.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5600.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2498.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5606.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606448.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5885.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2454.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606459.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2444.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5574.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2399.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064280.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5963.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064321.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/575_1.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3866.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5968.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2506.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5575.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064193.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5940.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2450.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5576.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2511.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064306.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2533.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3875.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5592.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2461.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064144.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064260.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5679.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606434.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606469.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606479.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064270.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5962.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2532.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064116.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2524.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2473.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5969.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5577.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5884.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606450.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3869.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5299.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064109.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2433.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064115.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5936.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2468.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5604.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5907.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5549.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064337.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5914.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5897.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2470.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5675.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5297.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606460.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5552.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3868.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064285.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2508.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2501.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2435.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2516.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2534.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2428.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2436.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064335.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5942.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5667.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064283.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606433.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5909.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2486.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064279.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2460.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5602.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/3873.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064205.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606490.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2453.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5578.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5935.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2502.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064342.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2431.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606446.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064299.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5598.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064206.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064125.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606436.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606417.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2497.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2449.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5550.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/5964.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064120.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064189.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2448.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2443.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2434.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2432.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2515.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2427.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064181.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc6064178.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2510.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/2456.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/html/toc606457.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/manuals/NeXpose_User_Guide.pdf AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/community/manuals/NeXpose_Admin_Guide.pdf AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/common/manuals/Report_XML_Export_Schema.zip AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/common/manuals/NeXpose_Reporting_Guide.pdf AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2493.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2438.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062317.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062116.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5903.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5584.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2452.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc60629.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5612.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2466.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606246.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2458.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5554.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3870.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5553.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5615.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2429.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2455.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062117.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062121.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5941.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2446.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5881.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062281.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606257.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5571.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2520.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062276.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2529.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2525.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2465.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/d_nxp_dst_ngn_1a_v1_2.png AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062107.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2491.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062111.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/758_1.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062295.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2535.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2484.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2437.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2499.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2505.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062185.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2530.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5580.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2531.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606297.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5572.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062240.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606266.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062244.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2522.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5673.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5974.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062237.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2503.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2518.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2528.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5298.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5915.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3872.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2447.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2445.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062176.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062246.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2441.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062147.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2415.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/d_nxp_hstd_ngn_1a_v1_2.png AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5887.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2521.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5888.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606264.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5882.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5922.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5880.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062308.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606280.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2463.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2430.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5916.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062256.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3874.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606232.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062174.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5582.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2519.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5579.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062189.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2442.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5557.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062298.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606229.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5608.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5970.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2500.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3786.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5573.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2440.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5581.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2488.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2459.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062253.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3867.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2507.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2451.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062257.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062314.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606275.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2495.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2496.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5610.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5879.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606242.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/d_nx_prf_tri.png AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062140.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5943.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5548.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2504.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062112.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062331.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062272.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5883.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5600.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2498.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5606.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5885.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2454.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062279.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2444.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5574.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062266.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062289.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2399.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5963.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062327.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/575_1.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062183.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3866.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5968.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2506.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5575.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062322.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606286.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5940.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2450.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5576.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2511.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2533.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606219.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3875.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606230.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062311.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5592.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2461.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606214.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5679.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5962.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2532.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606287.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062177.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606294.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2524.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2473.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606253.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5969.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062190.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5577.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5884.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3869.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606244.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5299.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2433.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606265.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5936.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2468.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5604.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5907.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5549.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5914.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5897.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2470.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062338.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062105.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5675.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5297.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5552.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3868.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2508.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2501.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2435.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2516.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2534.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2428.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2436.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5942.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5667.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062333.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5909.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606213.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606270.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062202.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2486.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2460.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5602.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/3873.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2453.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5578.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5935.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062201.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2502.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062168.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062275.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2431.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062302.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5598.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062258.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2497.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2449.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5550.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606256.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/5964.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2448.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062124.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2443.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2434.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2432.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2515.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2427.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2510.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/2456.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606255.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc606220.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/html/toc6062305.htm AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/manuals/NeXpose_User_Guide.pdf AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/help/enterprise/manuals/NeXpose_Admin_Guide.pdf AU-3EB2982F67/15/10 4:09 PM: installing directory: nsc/htroot/news/core/20100712 AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/news/core/20100712/index.html AU-3EB2982F67/15/10 4:09 PM: installing file: plugins/java/1/NetworkScanners/1/net-openvpn.clp AU-3EB2982F67/15/10 4:09 PM: Update 1868039264 applied successfully. AU-3EB2982F67/15/10 4:09 PM: Applying update id 31121215 LiveUpdate 7/15/10 4:09 PM: extracting update contents... LiveUpdate 7/15/10 4:09 PM: Verifying update package signature... LiveUpdate 7/15/10 4:09 PM: Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F67/15/10 4:09 PM: Update package contains 5 changes... AU-3EB2982F67/15/10 4:09 PM: updating file: shared/conf/versionInfo AU-3EB2982F67/15/10 4:09 PM: patching jar: shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/shared/lib/r7shared.jar AU-3EB2982F67/15/10 4:09 PM: installing directory: nsc/htroot/news/core/20100714 AU-3EB2982F67/15/10 4:09 PM: installing file: nsc/htroot/news/core/20100714/index.html AU-3EB2982F67/15/10 4:09 PM: Update 31121215 applied successfully. NSC 7/15/10 4:09 PM: ***** CONSOLE RESTARTING FROM AUTO-UPDATE ***** NSC 7/15/10 4:09 PM: Restarting console. NSC 7/15/10 4:09 PM: Restarting server NSC 7/15/10 4:09 PM: shutting down scheduler DaemonMgr 7/15/10 4:09 PM: Telling NexposeScheduler to shut down Scheduler 7/15/10 4:09 PM: interrupted, shutting down NSC 7/15/10 4:09 PM: shutting down web server httpd 7/15/10 4:09 PM: HTTPServerMain shutting down... httpd 7/15/10 4:09 PM: Shutting down... httpd 7/15/10 4:09 PM: I/O problem fetching client socket: Socket closed NSC 7/15/10 4:09 PM: web server stopped NSC 7/15/10 4:09 PM: shutting down log rotation NSC 7/15/10 4:09 PM: shutting down config manager NSC 7/15/10 4:09 PM: shutting down crypto system NSC 7/15/10 4:09 PM: shutting down scheduler NSC 7/15/10 4:09 PM: shutting down daemon manager NSC 7/15/10 4:09 PM: Shutting down database NSC 7/15/10 4:09 PM: shutting down logging NSC 2010-07-15T20:09:31 Logging initialized (system time zone is America/New_York) NSC 2010-07-15T20:09:31 initializing JDBC drivers NSC 2010-07-15T20:09:31 NeXpose is running interactively under super-user: root NSC 2010-07-15T20:09:31 System memory: 6034MB total (3098MB free) NSC 2010-07-15T20:09:31 System speed: 1734MHz (x8) NSC 2010-07-15T20:09:32 WARNING: No valid licenses were found. This will prevent site modification and the running of scans. NSC 2010-07-15T20:09:32 Custom SSL certificate not available. Using default NSC certificate for web server. httpd 2010-07-15T20:09:32 configuring web server... Api12Context2010-07-15T20:09:32 Searching for JAXB context classes httpd 2010-07-15T20:09:32 registering shutdown hook... httpd 2010-07-15T20:09:32 Generating skin: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-skin.js httpd 2010-07-15T20:09:32 Generating feature set: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-features.js DaemonMgr 2010-07-15T20:09:32 Starting WebServer NSC 2010-07-15T20:09:32 Web server subsystem initialized httpd 2010-07-15T20:09:32 bringing up SSL and initializing components... Scheduler 2010-07-15T20:09:32 initializing... DaemonMgr 2010-07-15T20:09:32 Starting NexposeScheduler NSC 2010-07-15T20:09:32 Scheduler subsystem initialized NSC 2010-07-15T20:09:32 Initializing administrative alerters NSC 2010-07-15T20:09:32 initializing log rotation NSC 2010-07-15T20:09:32 Initializing update engine NSC 2010-07-15T20:09:32 Cleaning up temporary NeXpose files AU-3EB2982F62010-07-15T20:09:32 initializing update engine for 3EB2982F6E7F4823375A65BAD0F552B707FB52D5... httpd 2010-07-15T20:09:32 NSC/0.6.4 (JVM) bound to port 3780 and running... AU-3EB2982F62010-07-15T20:09:33 Checking for approved updates... AU-3EB2982F62010-07-15T20:09:33 No approved updates found for processing AU-3EB2982F62010-07-15T20:09:33 Started auto-update... AU-3EB2982F62010-07-15T20:09:33 Establishing HTTP connection with updates.rapid7.com via proxy (updates.rapid7.com:80)... AU-3EB2982F62010-07-15T20:09:47 downloading update: 1709558940 AU-3EB2982F62010-07-15T20:09:51 downloaded update: 1709558940 AU-3EB2982F62010-07-15T20:09:56 downloading update: 2585716395 AU-3EB2982F62010-07-15T20:10:06 downloaded update: 2585716395 AU-3EB2982F62010-07-15T20:10:10 downloading update: 2877603687 AU-3EB2982F62010-07-15T20:10:26 downloaded update: 2877603687 AU-3EB2982F62010-07-15T20:10:33 downloading update: 3187001827 AU-3EB2982F62010-07-15T20:10:44 downloaded update: 3187001827 AU-3EB2982F62010-07-15T20:10:46 Checking for approved updates... AU-3EB2982F62010-07-15T20:10:46 Processing approved updates AU-3EB2982F62010-07-15T20:10:46 Applying update id 2585716395 LiveUpdate 2010-07-15T20:10:46 extracting update contents... LiveUpdate 2010-07-15T20:10:46 Verifying update package signature... LiveUpdate 2010-07-15T20:10:46 Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F62010-07-15T20:10:46 Update package contains 5 changes... AU-3EB2982F62010-07-15T20:10:46 patching jar: plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F62010-07-15T20:10:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F62010-07-15T20:10:46 patching jar: plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F62010-07-15T20:10:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F62010-07-15T20:10:46 patching jar: plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:10:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:10:46 installing file: plugins/java/1/WMIScanner/1/wmi-known-bad-files AU-3EB2982F62010-07-15T20:10:46 Update 2585716395 applied successfully. AU-3EB2982F62010-07-15T20:10:46 Applying update id 1709558940 LiveUpdate 2010-07-15T20:10:46 extracting update contents... LiveUpdate 2010-07-15T20:10:47 Verifying update package signature... LiveUpdate 2010-07-15T20:10:47 Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F62010-07-15T20:10:47 Update package contains 16 changes... AU-3EB2982F62010-07-15T20:10:47 updating file: plugins/conf/exploits.xml AU-3EB2982F62010-07-15T20:10:47 updating file: plugins/conf/correlation.xml AU-3EB2982F62010-07-15T20:10:47 patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:10:48 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:10:48 patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:10:56 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:10:56 patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:04 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:04 patching jar: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:07 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:07 patching jar: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:07 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:07 patching jar: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:11 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:11 patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:12 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:12 patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:13 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:13 patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:14 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:14 patching jar: plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:14 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:14 patching jar: plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:14 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:14 patching jar: plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:14 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:14 patching jar: plugins/java/1/DnsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:14 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/DnsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:14 Update 1709558940 applied successfully. AU-3EB2982F62010-07-15T20:11:14 Applying update id 2877603687 LiveUpdate 2010-07-15T20:11:14 extracting update contents... LiveUpdate 2010-07-15T20:11:15 Verifying update package signature... LiveUpdate 2010-07-15T20:11:15 Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F62010-07-15T20:11:15 Update package contains 35 changes... AU-3EB2982F62010-07-15T20:11:15 updating file: plugins/conf/correlation.xml AU-3EB2982F62010-07-15T20:11:15 updating file: plugins/conf/exploits.xml AU-3EB2982F62010-07-15T20:11:15 patching jar: plugins/java/1/SshScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:15 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SshScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:15 patching jar: plugins/java/1/SshScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:15 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SshScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:15 patching jar: plugins/java/1/SshScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:15 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SshScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:15 patching jar: plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:15 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:15 patching jar: plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:15 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:15 patching jar: plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:16 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:16 patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:22 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:22 patching jar: plugins/java/1/BackdoorScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:22 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/BackdoorScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:22 patching jar: plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:23 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:23 patching jar: plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:24 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:24 patching jar: plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:25 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/SunPatchScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:25 patching jar: plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:32 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:32 patching jar: plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:39 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:39 patching jar: plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:40 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/RedHatRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:40 patching jar: plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:43 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:43 patching jar: plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:45 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:45 patching jar: plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/CentOSRPMScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/MySQLScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/MySQLScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/MySQLScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/MySQLScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/MySQLScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/MySQLScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/NetworkScanners/1/checks.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NetworkScanners/1/checks.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/NetworkScanners/1/solns.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NetworkScanners/1/solns.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/NetworkScanners/1/vulns.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/NetworkScanners/1/vulns.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/HttpScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:46 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/HttpScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:46 patching jar: plugins/java/1/HttpScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:47 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/HttpScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:47 patching jar: plugins/java/1/HttpScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:47 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/HttpScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:47 installing directory: nsc AU-3EB2982F62010-07-15T20:11:47 WARNING: /opt/rapid7/nexpose/nsc already exists. AU-3EB2982F62010-07-15T20:11:47 installing directory: nsc/htroot AU-3EB2982F62010-07-15T20:11:47 WARNING: /opt/rapid7/nexpose/nsc/htroot already exists. AU-3EB2982F62010-07-15T20:11:47 installing directory: nsc/htroot/news AU-3EB2982F62010-07-15T20:11:47 WARNING: /opt/rapid7/nexpose/nsc/htroot/news already exists. AU-3EB2982F62010-07-15T20:11:47 installing directory: nsc/htroot/news/content AU-3EB2982F62010-07-15T20:11:47 installing directory: nsc/htroot/news/content/20100712 AU-3EB2982F62010-07-15T20:11:47 installing file: nsc/htroot/news/content/20100712/index.html AU-3EB2982F62010-07-15T20:11:47 Update 2877603687 applied successfully. AU-3EB2982F62010-07-15T20:11:47 Applying update id 3187001827 LiveUpdate 2010-07-15T20:11:47 extracting update contents... LiveUpdate 2010-07-15T20:11:47 Verifying update package signature... LiveUpdate 2010-07-15T20:11:47 Package is authentic, as per C=US, O=Rapid 7, OU=Engineering, CN=Rapid 7 Certified Software AU-3EB2982F62010-07-15T20:11:47 Update package contains 6 changes... AU-3EB2982F62010-07-15T20:11:47 patching jar: plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:48 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/solns.jar AU-3EB2982F62010-07-15T20:11:48 patching jar: plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:54 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/checks.jar AU-3EB2982F62010-07-15T20:11:54 patching jar: plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:54 Jar patch applied: /opt/rapid7/nexpose/updates/pending/updates/plugins/java/1/WindowsHotfixScanner/1/vulns.jar AU-3EB2982F62010-07-15T20:11:54 installing directory: nsc/htroot/news/content/20100714 AU-3EB2982F62010-07-15T20:11:54 installing file: nsc/htroot/news/content/20100714/index.html AU-3EB2982F62010-07-15T20:11:54 Update 3187001827 applied successfully. NSC 2010-07-15T20:11:55 ***** CONSOLE RESTARTING FROM AUTO-UPDATE ***** NSC 2010-07-15T20:11:55 Restarting console. NSC 2010-07-15T20:11:55 Restarting server NSC 2010-07-15T20:11:55 shutting down scheduler DaemonMgr 2010-07-15T20:11:55 Telling NexposeScheduler to shut down Scheduler 2010-07-15T20:11:55 interrupted, shutting down NSC 2010-07-15T20:11:55 shutting down web server httpd 2010-07-15T20:11:55 HTTPServerMain shutting down... httpd 2010-07-15T20:11:55 Shutting down... httpd 2010-07-15T20:11:55 I/O problem fetching client socket: Socket closed NSC 2010-07-15T20:11:55 web server stopped NSC 2010-07-15T20:11:55 shutting down log rotation NSC 2010-07-15T20:11:55 shutting down config manager NSC 2010-07-15T20:11:55 shutting down crypto system NSC 2010-07-15T20:11:55 shutting down scheduler NSC 2010-07-15T20:11:55 shutting down daemon manager NSC 2010-07-15T20:11:55 Shutting down database NSC 2010-07-15T20:11:55 shutting down logging NSC 2010-07-15T20:11:57 Logging initialized (system time zone is America/New_York) NSC 2010-07-15T20:11:57 initializing JDBC drivers NSC 2010-07-15T20:11:57 NeXpose is running interactively under super-user: root NSC 2010-07-15T20:11:57 System memory: 6034MB total (3085MB free) NSC 2010-07-15T20:11:57 System speed: 1199MHz (x8) NSC 2010-07-15T20:11:58 WARNING: No valid licenses were found. This will prevent site modification and the running of scans. NSC 2010-07-15T20:11:58 Custom SSL certificate not available. Using default NSC certificate for web server. httpd 2010-07-15T20:11:58 configuring web server... Api12Context2010-07-15T20:11:58 Searching for JAXB context classes httpd 2010-07-15T20:11:58 registering shutdown hook... httpd 2010-07-15T20:11:58 Generating skin: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-skin.js httpd 2010-07-15T20:11:58 Generating feature set: /opt/rapid7/nexpose/nsc/htroot/scripts/nexpose-features.js DaemonMgr 2010-07-15T20:11:58 Starting WebServer NSC 2010-07-15T20:11:58 Web server subsystem initialized httpd 2010-07-15T20:11:58 bringing up SSL and initializing components... Scheduler 2010-07-15T20:11:58 initializing... DaemonMgr 2010-07-15T20:11:58 Starting NexposeScheduler NSC 2010-07-15T20:11:58 Scheduler subsystem initialized NSC 2010-07-15T20:11:58 Initializing administrative alerters NSC 2010-07-15T20:11:58 initializing log rotation NSC 2010-07-15T20:11:58 Initializing update engine NSC 2010-07-15T20:11:58 Cleaning up temporary NeXpose files AU-3EB2982F62010-07-15T20:11:58 initializing update engine for 3EB2982F6E7F4823375A65BAD0F552B707FB52D5... httpd 2010-07-15T20:11:58 NSC/0.6.4 (JVM) bound to port 3780 and running... AU-3EB2982F62010-07-15T20:11:59 Checking for approved updates... AU-3EB2982F62010-07-15T20:11:59 No approved updates found for processing AU-3EB2982F62010-07-15T20:11:59 Started auto-update... AU-3EB2982F62010-07-15T20:11:59 Establishing HTTP connection with updates.rapid7.com via proxy (updates.rapid7.com:80)... AU-3EB2982F62010-07-15T20:12:13 Checking for approved updates... AU-3EB2982F62010-07-15T20:12:13 No approved updates found for processing NSC 2010-07-15T20:12:14 Reattempting product activation... AU-3EB2982F62010-07-15T20:12:14 Establishing HTTP connection with updates.rapid7.com via proxy (updates.rapid7.com:80)... AU-3EB2982F62010-07-15T20:12:15 Encountered an error while attempting activation: Could not reactivate: Could not activate product: Product activation failed (License cannot be activated. Please contact support.) NSC 2010-07-15T20:12:15 Initializing postgresql database manager for //127.0.0.1:5432/nexpose... postgresql 2010-07-15T20:12:15 Starting up postgresql DB system postgresql 2010-07-15T20:12:15 Nexpose PostgreSQL service status: 0 postgresql 2010-07-15T20:12:15 Nexpose PostgreSQL service status: 1 postgresql 2010-07-15T20:12:16 Determining whether database nexpose exists NSC 2010-07-15T20:12:16 PostgreSQL 8.2.7 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) DBUpgrader 2010-07-15T20:12:16 DB_VERSION = 39 DBUpgrader 2010-07-15T20:12:16 DB_REINDEX = 35 DBUpgrader 2010-07-15T20:12:16 Verifying database version... DBUpgrader 2010-07-15T20:12:16 Installed DB VERSION = 38 DBUpgrader 2010-07-15T20:12:16 Database version 38 is out of date, starting upgrade to version 39... DBUpgrader 2010-07-15T20:12:16 Opening file: nxp_initdata.sql DBUpgrader 2010-07-15T20:12:16 DBUpgrader 2010-07-15T20:12:16 ****************************************************************************************************** DBUpgrader 2010-07-15T20:12:16 Performing upgrade to DB version 39.... Nexpose 2010-07-15T20:12:16 Executing SQL: CREATE TABLE CPE_NAMES ( CPE_ID SERIAL NOT NULL, PART CHARACTER, VND_NAME TEXT, PRD_NAME TEXT, VER_NAME TEXT, UPD_NAME TEXT, EDN_NAME TEXT, LNG_NAME TEXT, NAME TEXT NOT NULL ) Nexpose 2010-07-15T20:12:17 Executing SQL: ALTER TABLE CPE_NAMES ADD PRIMARY KEY (CPE_ID) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_PT ON CPE_NAMES ( PART ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_VND ON CPE_NAMES ( VND_NAME ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_PRD ON CPE_NAMES ( PRD_NAME ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_VER ON CPE_NAMES ( VER_NAME ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_UPD ON CPE_NAMES ( UPD_NAME ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_EDN ON CPE_NAMES ( EDN_NAME ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_LNG ON CPE_NAMES ( LNG_NAME ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CN_CID ON CPE_NAMES ( CPE_ID ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE TABLE CPE_OS_BRG ( OS_ID BIGINT NOT NULL, CPE_ID BIGINT NOT NULL ) Nexpose 2010-07-15T20:12:17 Executing SQL: ALTER TABLE CPE_OS_BRG ADD PRIMARY KEY (OS_ID,CPE_ID) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CPE_OS_BRG_01 ON CPE_OS_BRG ( OS_ID ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CPE_OS_BRG_02 ON CPE_OS_BRG ( CPE_ID ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE TABLE CPE_SW_BRG ( SW_ID BIGINT NOT NULL, CPE_ID BIGINT NOT NULL ) Nexpose 2010-07-15T20:12:17 Executing SQL: ALTER TABLE CPE_SW_BRG ADD PRIMARY KEY (SW_ID,CPE_ID) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CPE_SW_BRG_01 ON CPE_SW_BRG ( SW_ID ) Nexpose 2010-07-15T20:12:17 Executing SQL: CREATE INDEX IX_CPE_SW_BRG_02 ON CPE_SW_BRG ( CPE_ID ) Nexpose 2010-07-15T20:12:17 Executing SQL: ALTER TABLE CPE_SW_BRG ADD CONSTRAINT FK_CSWB_SID FOREIGN KEY (SW_ID) REFERENCES SW_TYPES (SW_ID) DEFERRABLE Nexpose 2010-07-15T20:12:17 Executing SQL: ALTER TABLE CPE_SW_BRG ADD CONSTRAINT FK_CSWB_CPEID FOREIGN KEY (CPE_ID) REFERENCES CPE_NAMES (CPE_ID) DEFERRABLE Nexpose 2010-07-15T20:12:17 Executing SQL: ALTER TABLE CPE_OS_BRG ADD CONSTRAINT FK_COSB_OID FOREIGN KEY (OS_ID) REFERENCES OS_TYPES (OS_ID) DEFERRABLE Nexpose 2010-07-15T20:12:17 Executing SQL: ALTER TABLE CPE_OS_BRG ADD CONSTRAINT FK_COSB_CPEID FOREIGN KEY (CPE_ID) REFERENCES CPE_NAMES (CPE_ID) DEFERRABLE Nexpose 2010-07-15T20:12:17 Executing SQL: INSERT INTO report_exporters (rexp_name) VALUES ('SCAPCompatibleXMLReportExporter') DBUpgrader 2010-07-15T20:12:17 Database was upgraded in 0 seconds NSC 2010-07-15T20:12:17 Initializing datastore login module... NSC 2010-07-15T20:12:17 Synchronizing authentication sources... UserManager 2010-07-15T20:12:17 Synchronizing XML users with datastore... NSC 2010-07-15T20:12:17 initializing extension manager from dir /opt/rapid7/nexpose/plugins ExtMgr 2010-07-15T20:12:17 initializing... ExtMgr 2010-07-15T20:12:17 Initialization successful. Nexpose 2010-07-15T20:12:17 loading extension ExtensionHandler/java vulndb 2010-07-15T20:12:24 Compiling vulnerability definitions. For first-time users, this could take several minutes. vulndb 2010-07-15T20:12:46 Updating vulnerability tags, cross-references and full-text index... NSC 2010-07-15T20:16:24 Imported 1903 new and 2077 modified vulnerabilities in 3 minutes 59 seconds NSC 2010-07-15T20:16:24 Importing vulnerability categories... vulndb 2010-07-15T20:16:24 Imported 0 new categories, 0 new vulnerabilities. NSC 2010-07-15T20:16:24 Compiling vulnerability checks... NSC 2010-07-15T20:16:49 Importing vulnerability correlation data... NSC 2010-07-15T20:18:01 Vulnerability correlation data imported. Nexpose 2010-07-15T20:18:01 Dropping vuln exploit tables. Nexpose 2010-07-15T20:18:01 Executing SQL: DROP TABLE EXPLOIT_DEFS CASCADE Nexpose 2010-07-15T20:18:01 Executing SQL: DROP TABLE VULN_EXPLOITS CASCADE Nexpose 2010-07-15T20:18:01 Executing SQL: DROP TABLE EXPLOIT_SOURCES CASCADE Nexpose 2010-07-15T20:18:01 Creating vuln exploit tables. Nexpose 2010-07-15T20:18:01 Executing SQL: CREATE TABLE EXPLOIT_DEFS ( ID SERIAL NOT NULL, VEND_NAME VARCHAR(256) NOT NULL, TITLE VARCHAR(256) NOT NULL, DESCRIPTION TEXT NOT NULL, SRC_ID INTEGER NOT NULL, RANK VARCHAR(256) NOT NULL ) Nexpose 2010-07-15T20:18:01 Executing SQL: CREATE TABLE VULN_EXPLOITS ( EXPL_ID INTEGER NOT NULL, VULN_ID INTEGER NOT NULL ) Nexpose 2010-07-15T20:18:01 Executing SQL: CREATE TABLE EXPLOIT_SOURCES ( ID SERIAL NOT NULL, SRC VARCHAR(256) NOT NULL ) Nexpose 2010-07-15T20:18:01 Adding referential integrity constrainsts Nexpose 2010-07-15T20:18:01 Executing SQL: ALTER TABLE EXPLOIT_DEFS ADD PRIMARY KEY (ID) Nexpose 2010-07-15T20:18:01 Executing SQL: ALTER TABLE EXPLOIT_SOURCES ADD PRIMARY KEY (ID) Nexpose 2010-07-15T20:18:01 Executing SQL: ALTER TABLE EXPLOIT_DEFS ADD CONSTRAINT FK_EXPD_SID FOREIGN KEY (SRC_ID) REFERENCES EXPLOIT_SOURCES (ID) DEFERRABLE Nexpose 2010-07-15T20:18:01 Executing SQL: ALTER TABLE VULN_EXPLOITS ADD CONSTRAINT FK_VEXP_EID FOREIGN KEY (EXPL_ID) REFERENCES EXPLOIT_DEFS (ID) DEFERRABLE Nexpose 2010-07-15T20:18:01 Executing SQL: ALTER TABLE VULN_EXPLOITS ADD CONSTRAINT FK_VEXP_VID FOREIGN KEY (VULN_ID) REFERENCES VULN_DEFS (VULN_ID) DEFERRABLE Nexpose 2010-07-15T20:18:01 Loading exploits from: exploits.xml NSC 2010-07-15T20:18:02 initializing risk manager RiskManager 2010-07-15T20:18:02 Updating vulnerability risk scores... RiskManager 2010-07-15T20:18:23 Updated risk scores for 2132 vulnerabilities in 20 seconds NSC 2010-07-15T20:18:23 Current risk strategy: vulnsev-svctype-devclass DBConsistenc2010-07-15T20:18:23 Performing consistency checks on database... DBConsistenc2010-07-15T20:18:23 Database consistency check completed in 0 seconds NSC 2010-07-15T20:18:23 initializing report manager ReportManage2010-07-15T20:18:23 Refreshing reporting... ReportManage2010-07-15T20:18:23 Not licensed for PCI reporting. ReportManage2010-07-15T20:18:23 Not licensed for report template: PCI Audit Report ReportManage2010-07-15T20:18:23 Not licensed for report template: PCI Executive Overview Console 2010-07-15T20:18:23 Console Name: CN=NeXpose Security Console, O=Suncoast Schools FCU Console 2010-07-15T20:18:23 Console Serial No: 3EB2982F6E7F4823375A65BAD0F552B707FB52D5 Console 2010-07-15T20:18:23 Console version: 4.8.0 Console 2010-07-15T20:18:23 Console Last Product Update: ID 31121215 (2010-07-13) Console 2010-07-15T20:18:23 Console Last Content Update: ID 3187001827 (2010-07-13) Console 2010-07-15T20:18:23 Console VM version: Java HotSpot(TM) Server VM 1.6.0_02-b05 (Linux i386) NSC 2010-07-15T20:18:23 Initializing scan template manager NSC 2010-07-15T20:18:23 Initializing web server caching subsystem... WebContentGe2010-07-15T20:18:23 Checking for web content updates... WebContentGe2010-07-15T20:18:23 Updating web content for user 1... WebContentGe2010-07-15T20:18:23 Finished queueing web content updates. NSC 2010-07-15T20:18:24 Web server caching subsystem initialized NSEManager 2010-07-15T20:18:24 Loading built-in scan engines. NSEManager 2010-07-15T20:18:24 Refreshing scan engines... NSEManager 2010-07-15T20:18:24 WARNING: Not licensed for Rapid7 Hosted Scan Engine NSEManager 2010-07-15T20:18:24 Starting local scan engine... Nexpose 2010-07-15T20:18:26 Loading CPE data. NSC 2010-07-15T20:18:26 Accepting web server logins Nexpose 2010-07-15T20:18:27 JVM memory pool Code Cache (init = 2359296(2304K) used = 5808320(5672K) committed = 6029312(5888K) max = 50331648(49152K)) Nexpose 2010-07-15T20:18:27 JVM memory pool PS Eden Space (init = 22478848(21952K) used = 34266368(33463K) committed = 74973184(73216K) max = 75038720(73280K)) Nexpose 2010-07-15T20:18:27 JVM memory pool PS Survivor Space (init = 3670016(3584K) used = 17133728(16732K) committed = 22085632(21568K) max = 22085632(21568K)) Nexpose 2010-07-15T20:18:27 JVM memory pool PS Old Gen (init = 238616576(233024K) used = 513880232(501836K) committed = 560594944(547456K) max = 954466304(932096K)) Nexpose 2010-07-15T20:18:27 JVM memory pool PS Perm Gen (init = 16777216(16384K) used = 20851520(20362K) committed = 33030144(32256K) max = 67108864(65536K)) Nexpose 2010-07-15T20:18:27 Enabling resource self protection Nexpose 2010-07-15T20:18:27 JVM Warning Threshold set at 814.9 MB out of 910.2 MB from Tenured Generation Nexpose 2010-07-15T20:18:27 JVM Reaction Threshold set at 862.6 MB out of 910.2 MB from Tenured Generation NSC 2010-07-15T20:18:28 Secure web interface ready. NSC 2010-07-15T20:18:28 Browse to https://localhost:3780/ NSC 2010-07-15T20:18:28 Server started in 6 minutes 31 seconds tag 2010-07-15T20:19:49 You have exceeded the licensed number of devices that can be scanned, or you are not authorized to scan this device range. tag 2010-07-15T20:56:24 You have exceeded the licensed number of devices that can be scanned, or you are not authorized to scan this device range.