nexpose 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/nexpose/scan.rb +2 -2
- data/lib/nexpose/site.rb +1 -1
- data/lib/nexpose/tags +335 -170
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 7b56d37b2c28a9991180bd467564fa176f11340e
         | 
| 4 | 
            +
              data.tar.gz: 4a516a58e4cbc19089c6698800c4977a074587b3
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 2bf8f21fcca017217e0fc35829094b2c69fa391997410954eb74588c7a88985572b56b4021945be7a1362867bed4c576b9201b1b58c538b5584d8792e04acf42
         | 
| 7 | 
            +
              data.tar.gz: 1de4729765864597e9ca6ac3ee4fa3baa248dfd7671753f8a0536da56a1592ef2c86962cc20c4f36f35b252b8407d2538459ba27c720ba46aa1d956cc8de8fba
         | 
    
        data/lib/nexpose/scan.rb
    CHANGED
    
    | @@ -126,7 +126,7 @@ module Nexpose | |
| 126 126 | 
             
                # @return [Scan] Scan launch information.
         | 
| 127 127 | 
             
                #
         | 
| 128 128 | 
             
                def _scan_ad_hoc(xml)
         | 
| 129 | 
            -
                  r = execute(xml)
         | 
| 129 | 
            +
                  r = execute(xml, '1.1', timeout: 60)
         | 
| 130 130 | 
             
                  Scan.parse(r.res)
         | 
| 131 131 | 
             
                end
         | 
| 132 132 |  | 
| @@ -165,7 +165,7 @@ module Nexpose | |
| 165 165 | 
             
                # @param [Fixnum] scan_id The scan ID.
         | 
| 166 166 | 
             
                #
         | 
| 167 167 | 
             
                def resume_scan(scan_id)
         | 
| 168 | 
            -
                  r = execute(make_xml('ScanResumeRequest', { 'scan-id' => scan_id }))
         | 
| 168 | 
            +
                  r = execute(make_xml('ScanResumeRequest', { 'scan-id' => scan_id }), '1.1', timeout: 60)
         | 
| 169 169 | 
             
                  r.success ? r.attributes['success'] : nil
         | 
| 170 170 | 
             
                end
         | 
| 171 171 |  | 
    
        data/lib/nexpose/site.rb
    CHANGED
    
    
    
        data/lib/nexpose/tags
    CHANGED
    
    | @@ -4,246 +4,385 @@ | |
| 4 4 | 
             
            !_TAG_PROGRAM_NAME	Exuberant Ctags	//
         | 
| 5 5 | 
             
            !_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
         | 
| 6 6 | 
             
            !_TAG_PROGRAM_VERSION	5.9~svn20110310	//
         | 
| 7 | 
            -
            <=>	creds.rb	/^    def <=>(other)$/;"	f	class:Nexpose. | 
| 8 | 
            -
            <=>	site.rb	/^    def <=>(other)$/;"	f	class:HostName
         | 
| 9 | 
            -
            <=>	site.rb	/^    def <=>(other)$/;"	f	class:IPRange
         | 
| 7 | 
            +
            <=>	creds.rb	/^    def <=>(other)$/;"	f	class:Nexpose.Credential
         | 
| 8 | 
            +
            <=>	site.rb	/^    def <=>(other)$/;"	f	class:Nexpose.HostName
         | 
| 9 | 
            +
            <=>	site.rb	/^    def <=>(other)$/;"	f	class:Nexpose.IPRange
         | 
| 10 | 
            +
            ==	site.rb	/^    def ==(other)$/;"	f	class:Nexpose.IPRange
         | 
| 11 | 
            +
            AJAX	ajax.rb	/^  module AJAX$/;"	m	class:Nexpose
         | 
| 10 12 | 
             
            APIError	error.rb	/^  class APIError < ::RuntimeError$/;"	c	class:Nexpose
         | 
| 11 13 | 
             
            APIRequest	api_request.rb	/^  class APIRequest$/;"	c	class:Nexpose
         | 
| 14 | 
            +
            AccessComplexity	filter.rb	/^      module AccessComplexity$/;"	m	class:Nexpose.Search.Value
         | 
| 15 | 
            +
            AccessVector	filter.rb	/^      module AccessVector$/;"	m	class:Nexpose.Search.Value
         | 
| 12 16 | 
             
            AdhocReportConfig	report.rb	/^  class AdhocReportConfig$/;"	c	class:Nexpose
         | 
| 13 | 
            -
            AdminCredentials	creds.rb	/^  class AdminCredentials$/;"	c	class:Nexpose
         | 
| 14 17 | 
             
            Alert	alert.rb	/^  class Alert$/;"	c	class:Nexpose
         | 
| 18 | 
            +
            Asset	filter.rb	/^  class Asset$/;"	c	class:Nexpose
         | 
| 15 19 | 
             
            AssetGroup	group.rb	/^  class AssetGroup < AssetGroupSummary$/;"	c	class:Nexpose
         | 
| 16 20 | 
             
            AssetGroup	role.rb	/^    module AssetGroup$/;"	m	class:Nexpose.Privilege
         | 
| 17 21 | 
             
            AssetGroupSummary	group.rb	/^  class AssetGroupSummary$/;"	c	class:Nexpose
         | 
| 18 22 | 
             
            AuthenticationFailed	error.rb	/^  class AuthenticationFailed < APIError$/;"	c	class:Nexpose
         | 
| 23 | 
            +
            AuthenticationRequired	filter.rb	/^      module AuthenticationRequired$/;"	m	class:Nexpose.Search.Value
         | 
| 24 | 
            +
            Backup	maint.rb	/^  class Backup$/;"	c	class:Nexpose
         | 
| 25 | 
            +
            CVSSImpact	filter.rb	/^      module CVSSImpact$/;"	m	class:Nexpose.Search.Value
         | 
| 19 26 | 
             
            Connection	connection.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 27 | 
            +
            Connection	device.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 28 | 
            +
            Connection	engine.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 29 | 
            +
            Connection	filter.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 30 | 
            +
            Connection	group.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 31 | 
            +
            Connection	maint.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 32 | 
            +
            Connection	manage.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 33 | 
            +
            Connection	pool.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 34 | 
            +
            Connection	report.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 35 | 
            +
            Connection	report_template.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 36 | 
            +
            Connection	role.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 37 | 
            +
            Connection	scan.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 38 | 
            +
            Connection	scan_template.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 39 | 
            +
            Connection	shared_cred.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 40 | 
            +
            Connection	silo.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 41 | 
            +
            Connection	site.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 42 | 
            +
            Connection	ticket.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 43 | 
            +
            Connection	user.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 44 | 
            +
            Connection	vuln.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 45 | 
            +
            Connection	vuln_exception.rb	/^  class Connection$/;"	c	class:Nexpose
         | 
| 46 | 
            +
            Credential	creds.rb	/^  class Credential$/;"	c	class:Nexpose
         | 
| 47 | 
            +
            Criteria	filter.rb	/^  class Criteria$/;"	c	class:Nexpose
         | 
| 48 | 
            +
            Criterion	filter.rb	/^  class Criterion$/;"	c	class:Nexpose
         | 
| 20 49 | 
             
            DBExport	report.rb	/^  class DBExport$/;"	c	class:Nexpose
         | 
| 50 | 
            +
            DataTable	data_table.rb	/^  module DataTable$/;"	m	class:Nexpose
         | 
| 21 51 | 
             
            Delivery	report.rb	/^  class Delivery$/;"	c	class:Nexpose
         | 
| 22 | 
            -
            Device	 | 
| 52 | 
            +
            Device	device.rb	/^  class Device$/;"	c	class:Nexpose
         | 
| 53 | 
            +
            DynamicAssetGroup	dag.rb	/^  class DynamicAssetGroup$/;"	c	class:Nexpose
         | 
| 54 | 
            +
            ElevationType	creds.rb	/^    module ElevationType$/;"	m	class:Nexpose.Credential
         | 
| 23 55 | 
             
            Email	common.rb	/^  class Email$/;"	c	class:Nexpose
         | 
| 24 | 
            -
             | 
| 25 | 
            -
            EnginePool	 | 
| 26 | 
            -
            EnginePoolSummary	 | 
| 27 | 
            -
            EngineSummary	 | 
| 56 | 
            +
            Engine	engine.rb	/^  class Engine$/;"	c	class:Nexpose
         | 
| 57 | 
            +
            EnginePool	pool.rb	/^  class EnginePool$/;"	c	class:Nexpose
         | 
| 58 | 
            +
            EnginePoolSummary	pool.rb	/^  class EnginePoolSummary$/;"	c	class:Nexpose
         | 
| 59 | 
            +
            EngineSummary	engine.rb	/^  class EngineSummary$/;"	c	class:Nexpose
         | 
| 60 | 
            +
            Event	ticket.rb	/^    class Event$/;"	c	class:Nexpose.Ticket
         | 
| 28 61 | 
             
            ExportCredential	report.rb	/^  class ExportCredential$/;"	c	class:Nexpose
         | 
| 29 62 | 
             
            Field	creds.rb	/^  class Field$/;"	c	class:Nexpose
         | 
| 63 | 
            +
            Field	filter.rb	/^    module Field$/;"	m	class:Nexpose.Search
         | 
| 30 64 | 
             
            Filter	report.rb	/^  class Filter$/;"	c	class:Nexpose
         | 
| 31 | 
            -
             | 
| 65 | 
            +
            Frequency	report.rb	/^  class Frequency$/;"	c	class:Nexpose
         | 
| 32 66 | 
             
            Global	role.rb	/^    module Global$/;"	m	class:Nexpose.Privilege
         | 
| 33 67 | 
             
            HTMLForm	creds.rb	/^  class HTMLForm$/;"	c	class:Nexpose
         | 
| 34 68 | 
             
            HTMLForms	creds.rb	/^  class HTMLForms$/;"	c	class:Nexpose
         | 
| 35 69 | 
             
            Header	creds.rb	/^  class Header$/;"	c	class:Nexpose
         | 
| 36 70 | 
             
            Headers	creds.rb	/^  class Headers$/;"	c	class:Nexpose
         | 
| 37 | 
            -
            HostName	site.rb	/^  class HostName$/;"	c
         | 
| 38 | 
            -
             | 
| 71 | 
            +
            HostName	site.rb	/^  class HostName$/;"	c	class:Nexpose
         | 
| 72 | 
            +
            HostType	filter.rb	/^      module HostType$/;"	m	class:Nexpose.Search.Value
         | 
| 73 | 
            +
            IPRange	site.rb	/^  class IPRange$/;"	c	class:Nexpose
         | 
| 74 | 
            +
            IPType	filter.rb	/^      module IPType$/;"	m	class:Nexpose.Search.Value
         | 
| 75 | 
            +
            Nexpose	ajax.rb	/^module Nexpose$/;"	m
         | 
| 39 76 | 
             
            Nexpose	alert.rb	/^module Nexpose$/;"	m
         | 
| 40 77 | 
             
            Nexpose	api_request.rb	/^module Nexpose$/;"	m
         | 
| 41 78 | 
             
            Nexpose	common.rb	/^module Nexpose$/;"	m
         | 
| 42 79 | 
             
            Nexpose	connection.rb	/^module Nexpose$/;"	m
         | 
| 43 80 | 
             
            Nexpose	creds.rb	/^module Nexpose$/;"	m
         | 
| 81 | 
            +
            Nexpose	dag.rb	/^module Nexpose$/;"	m
         | 
| 82 | 
            +
            Nexpose	data_table.rb	/^module Nexpose$/;"	m
         | 
| 83 | 
            +
            Nexpose	device.rb	/^module Nexpose$/;"	m
         | 
| 84 | 
            +
            Nexpose	engine.rb	/^module Nexpose$/;"	m
         | 
| 44 85 | 
             
            Nexpose	error.rb	/^module Nexpose$/;"	m
         | 
| 86 | 
            +
            Nexpose	filter.rb	/^module Nexpose$/;"	m
         | 
| 45 87 | 
             
            Nexpose	group.rb	/^module Nexpose$/;"	m
         | 
| 88 | 
            +
            Nexpose	maint.rb	/^module Nexpose$/;"	m
         | 
| 46 89 | 
             
            Nexpose	manage.rb	/^module Nexpose$/;"	m
         | 
| 47 | 
            -
            Nexpose	 | 
| 90 | 
            +
            Nexpose	pool.rb	/^module Nexpose$/;"	m
         | 
| 48 91 | 
             
            Nexpose	report.rb	/^module Nexpose$/;"	m
         | 
| 92 | 
            +
            Nexpose	report_template.rb	/^module Nexpose$/;"	m
         | 
| 49 93 | 
             
            Nexpose	role.rb	/^module Nexpose$/;"	m
         | 
| 50 94 | 
             
            Nexpose	scan.rb	/^module Nexpose$/;"	m
         | 
| 51 | 
            -
            Nexpose	 | 
| 95 | 
            +
            Nexpose	scan_template.rb	/^module Nexpose$/;"	m
         | 
| 96 | 
            +
            Nexpose	shared_cred.rb	/^module Nexpose$/;"	m
         | 
| 52 97 | 
             
            Nexpose	silo.rb	/^module Nexpose$/;"	m
         | 
| 53 98 | 
             
            Nexpose	site.rb	/^module Nexpose$/;"	m
         | 
| 54 99 | 
             
            Nexpose	ticket.rb	/^module Nexpose$/;"	m
         | 
| 55 100 | 
             
            Nexpose	user.rb	/^module Nexpose$/;"	m
         | 
| 56 101 | 
             
            Nexpose	util.rb	/^module Nexpose$/;"	m
         | 
| 57 102 | 
             
            Nexpose	vuln.rb	/^module Nexpose$/;"	m
         | 
| 58 | 
            -
             | 
| 59 | 
            -
            NexposeAPI	manage.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 60 | 
            -
            NexposeAPI	misc.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 61 | 
            -
            NexposeAPI	report.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 62 | 
            -
            NexposeAPI	role.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 63 | 
            -
            NexposeAPI	scan.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 64 | 
            -
            NexposeAPI	scan_engine.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 65 | 
            -
            NexposeAPI	silo.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 66 | 
            -
            NexposeAPI	site.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 67 | 
            -
            NexposeAPI	ticket.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 68 | 
            -
            NexposeAPI	vuln.rb	/^  module NexposeAPI$/;"	m	class:Nexpose
         | 
| 103 | 
            +
            Nexpose	vuln_exception.rb	/^module Nexpose$/;"	m
         | 
| 69 104 | 
             
            Nodes	scan.rb	/^    class Nodes$/;"	c	class:Nexpose.ScanSummary
         | 
| 105 | 
            +
            Operator	filter.rb	/^    module Operator$/;"	m	class:Nexpose.Search
         | 
| 106 | 
            +
            PCICompliance	filter.rb	/^      module PCICompliance$/;"	m	class:Nexpose.Search.Value
         | 
| 70 107 | 
             
            PEMKey	creds.rb	/^  class PEMKey$/;"	c	class:Nexpose
         | 
| 71 | 
            -
             | 
| 108 | 
            +
            PermissionError	error.rb	/^  class PermissionError < APIError$/;"	c	class:Nexpose
         | 
| 109 | 
            +
            Priority	ticket.rb	/^    module Priority$/;"	m	class:Nexpose.TicketSummary
         | 
| 72 110 | 
             
            Privilege	role.rb	/^  module Privilege$/;"	m	class:Nexpose
         | 
| 111 | 
            +
            Reason	vuln_exception.rb	/^    module Reason$/;"	m	class:Nexpose.VulnException
         | 
| 73 112 | 
             
            Reference	vuln.rb	/^  class Reference$/;"	c	class:Nexpose
         | 
| 74 113 | 
             
            ReportConfig	report.rb	/^  class ReportConfig < AdhocReportConfig$/;"	c	class:Nexpose
         | 
| 75 114 | 
             
            ReportConfigSummary	report.rb	/^  class ReportConfigSummary$/;"	c	class:Nexpose
         | 
| 76 115 | 
             
            ReportSummary	report.rb	/^  class ReportSummary$/;"	c	class:Nexpose
         | 
| 77 | 
            -
            ReportTemplate	 | 
| 78 | 
            -
            ReportTemplateSummary	 | 
| 116 | 
            +
            ReportTemplate	report_template.rb	/^  class ReportTemplate$/;"	c	class:Nexpose
         | 
| 117 | 
            +
            ReportTemplateSummary	report_template.rb	/^  class ReportTemplateSummary$/;"	c	class:Nexpose
         | 
| 79 118 | 
             
            Role	role.rb	/^  class Role < RoleSummary$/;"	c	class:Nexpose
         | 
| 80 119 | 
             
            RoleSummary	role.rb	/^  class RoleSummary$/;"	c	class:Nexpose
         | 
| 81 120 | 
             
            SMTPAlert	alert.rb	/^  class SMTPAlert$/;"	c
         | 
| 82 121 | 
             
            SNMPAlert	alert.rb	/^  class SNMPAlert$/;"	c
         | 
| 83 122 | 
             
            Sanitize	util.rb	/^  module Sanitize$/;"	m	class:Nexpose
         | 
| 123 | 
            +
            Scan	scan.rb	/^  class Scan$/;"	c
         | 
| 124 | 
            +
            ScanDate	filter.rb	/^      module ScanDate$/;"	m	class:Nexpose.Search.Value
         | 
| 84 125 | 
             
            ScanFilter	alert.rb	/^  class ScanFilter$/;"	c
         | 
| 85 | 
            -
            ScanFilter	scan.rb	/^  class ScanFilter$/;"	c
         | 
| 86 126 | 
             
            ScanSummary	scan.rb	/^  class ScanSummary$/;"	c	class:Nexpose
         | 
| 127 | 
            +
            ScanTemplate	scan_template.rb	/^  class ScanTemplate$/;"	c	class:Nexpose
         | 
| 87 128 | 
             
            Schedule	common.rb	/^  class Schedule$/;"	c	class:Nexpose
         | 
| 88 129 | 
             
            Scope	common.rb	/^  module Scope$/;"	m	class:Nexpose
         | 
| 89 | 
            -
             | 
| 130 | 
            +
            Scope	vuln_exception.rb	/^    module Scope$/;"	m	class:Nexpose.VulnException
         | 
| 131 | 
            +
            Search	filter.rb	/^  module Search$/;"	m	class:Nexpose
         | 
| 132 | 
            +
            Section	report_template.rb	/^  class Section$/;"	c	class:Nexpose
         | 
| 133 | 
            +
            SharedCredential	shared_cred.rb	/^  class SharedCredential < SharedCredentialSummary$/;"	c	class:Nexpose
         | 
| 134 | 
            +
            SharedCredentialSummary	shared_cred.rb	/^  class SharedCredentialSummary$/;"	c	class:Nexpose
         | 
| 90 135 | 
             
            Site	role.rb	/^    module Site$/;"	m	class:Nexpose.Privilege
         | 
| 91 | 
            -
            Site	site.rb	/^  class Site$/;"	c
         | 
| 92 | 
            -
             | 
| 93 | 
            -
             | 
| 94 | 
            -
            State	ticket.rb	/^    module State$/;"	m	class:Nexpose.Ticket
         | 
| 136 | 
            +
            Site	site.rb	/^  class Site$/;"	c	class:Nexpose
         | 
| 137 | 
            +
            SiteSummary	site.rb	/^  class SiteSummary$/;"	c	class:Nexpose
         | 
| 138 | 
            +
            State	ticket.rb	/^    module State$/;"	m	class:Nexpose.TicketSummary
         | 
| 95 139 | 
             
            Status	scan.rb	/^      class Status$/;"	c	class:Nexpose.ScanSummary
         | 
| 140 | 
            +
            Status	scan.rb	/^    module Status$/;"	m	class:Scan
         | 
| 141 | 
            +
            Status	vuln_exception.rb	/^    module Status$/;"	m	class:Nexpose.VulnException
         | 
| 96 142 | 
             
            SyslogAlert	alert.rb	/^  class SyslogAlert$/;"	c
         | 
| 97 143 | 
             
            Tasks	scan.rb	/^    class Tasks$/;"	c	class:Nexpose.ScanSummary
         | 
| 98 | 
            -
            Ticket	ticket.rb	/^   | 
| 144 | 
            +
            Ticket	ticket.rb	/^  class Ticket < TicketSummary$/;"	c	class:Nexpose
         | 
| 99 145 | 
             
            TicketSummary	ticket.rb	/^  class TicketSummary$/;"	c	class:Nexpose
         | 
| 146 | 
            +
            Type	common.rb	/^    module Type$/;"	m	class:Nexpose.Schedule
         | 
| 147 | 
            +
            Type	creds.rb	/^    module Type$/;"	m	class:Nexpose.Credential
         | 
| 100 148 | 
             
            User	user.rb	/^  class User$/;"	c	class:Nexpose
         | 
| 101 149 | 
             
            UserAuthenticator	user.rb	/^  class UserAuthenticator$/;"	c	class:Nexpose
         | 
| 102 150 | 
             
            UserSummary	user.rb	/^  class UserSummary$/;"	c	class:Nexpose
         | 
| 151 | 
            +
            Value	filter.rb	/^    module Value$/;"	m	class:Nexpose.Search
         | 
| 152 | 
            +
            VulnCheck	vuln.rb	/^  class VulnCheck < Vulnerability$/;"	c	class:Nexpose
         | 
| 153 | 
            +
            VulnException	vuln_exception.rb	/^  class VulnException$/;"	c	class:Nexpose
         | 
| 103 154 | 
             
            VulnFilter	alert.rb	/^  class VulnFilter$/;"	c
         | 
| 155 | 
            +
            VulnFinding	vuln.rb	/^  class VulnFinding$/;"	c	class:Nexpose
         | 
| 156 | 
            +
            VulnSynopsis	vuln.rb	/^  class VulnSynopsis < VulnFinding$/;"	c	class:Nexpose
         | 
| 104 157 | 
             
            Vulnerabilities	scan.rb	/^    class Vulnerabilities$/;"	c	class:Nexpose.ScanSummary
         | 
| 105 158 | 
             
            Vulnerability	vuln.rb	/^  class Vulnerability$/;"	c	class:Nexpose
         | 
| 106 159 | 
             
            VulnerabilityDetail	vuln.rb	/^  class VulnerabilityDetail < VulnerabilitySummary$/;"	c	class:Nexpose
         | 
| 160 | 
            +
            VulnerabilityExposure	filter.rb	/^      module VulnerabilityExposure$/;"	m	class:Nexpose.Search.Value
         | 
| 107 161 | 
             
            VulnerabilitySummary	vuln.rb	/^  class VulnerabilitySummary < Vulnerability$/;"	c	class:Nexpose
         | 
| 108 162 | 
             
            XMLUtils	util.rb	/^  module XMLUtils$/;"	m	class:Nexpose
         | 
| 109 | 
            -
             | 
| 110 | 
            -
             | 
| 163 | 
            +
            _append_asset!	scan.rb	/^    def _append_asset!(xml, asset)$/;"	f	class:Nexpose.Connection
         | 
| 164 | 
            +
            _clean_data_table!	data_table.rb	/^    def _clean_data_table!(arr, id)$/;"	f	class:Nexpose.DataTable
         | 
| 165 | 
            +
            _clean_id!	data_table.rb	/^    def _clean_id!(hash, id)$/;"	f	class:Nexpose.DataTable
         | 
| 166 | 
            +
            _disable_check	scan_template.rb	/^    def _disable_check(check, elem)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 167 | 
            +
            _dyn_headers	data_table.rb	/^    def _dyn_headers(response)$/;"	f	class:Nexpose.DataTable
         | 
| 168 | 
            +
            _dyn_record	data_table.rb	/^    def _dyn_record(row)$/;"	f	class:Nexpose.DataTable
         | 
| 169 | 
            +
            _dyn_rows	data_table.rb	/^    def _dyn_rows(response)$/;"	f	class:Nexpose.DataTable
         | 
| 170 | 
            +
            _enable_check	scan_template.rb	/^    def _enable_check(check, elem)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 171 | 
            +
            _get_dyn_table	data_table.rb	/^    def _get_dyn_table(console, address, payload = nil)$/;"	f	class:Nexpose.DataTable
         | 
| 172 | 
            +
            _get_json_table	data_table.rb	/^    def _get_json_table(console, address, parameters, page_size = 500, records = nil)$/;"	f	class:Nexpose.DataTable
         | 
| 173 | 
            +
            _headers	ajax.rb	/^    def _headers(nsc, request)$/;"	f	class:Nexpose.AJAX
         | 
| 174 | 
            +
            _https	ajax.rb	/^    def _https(nsc)$/;"	f	class:Nexpose.AJAX
         | 
| 175 | 
            +
            _maintenance_restart	maint.rb	/^    def _maintenance_restart$/;"	f	class:Nexpose.Connection
         | 
| 176 | 
            +
            _remove_check	scan_template.rb	/^    def _remove_check(check, elem)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 177 | 
            +
            _request	ajax.rb	/^    def _request(nsc, request)$/;"	f	class:Nexpose.AJAX
         | 
| 178 | 
            +
            _scan_ad_hoc	scan.rb	/^    def _scan_ad_hoc(xml)$/;"	f	class:Nexpose.Connection
         | 
| 179 | 
            +
            _to_payload	filter.rb	/^    def _to_payload$/;"	f	class:Nexpose.Criteria
         | 
| 180 | 
            +
            add	pool.rb	/^    def add(engine_name)$/;"	f	class:Nexpose.EnginePool
         | 
| 181 | 
            +
            add_asset	site.rb	/^    def add_asset(asset)$/;"	f	class:Nexpose.Site
         | 
| 111 182 | 
             
            add_field	creds.rb	/^    def add_field(field)$/;"	f	class:Nexpose.HTMLForm
         | 
| 112 183 | 
             
            add_filter	report.rb	/^    def add_filter(type, id)$/;"	f	class:Nexpose.AdhocReportConfig
         | 
| 113 184 | 
             
            add_header	creds.rb	/^    def add_header(header)$/;"	f	class:Nexpose.Headers
         | 
| 114 | 
            -
            add_host	site.rb	/^    def add_host(hostname)$/;"	f	class:Site
         | 
| 185 | 
            +
            add_host	site.rb	/^    def add_host(hostname)$/;"	f	class:Nexpose.Site
         | 
| 115 186 | 
             
            add_html_form	creds.rb	/^    def add_html_form(html_form)$/;"	f	class:Nexpose.HTMLForms
         | 
| 116 | 
            -
            add_ip	site.rb	/^    def add_ip(ip)$/;"	f	class:Site
         | 
| 187 | 
            +
            add_ip	site.rb	/^    def add_ip(ip)$/;"	f	class:Nexpose.Site
         | 
| 188 | 
            +
            add_ip_range	site.rb	/^    def add_ip_range(from, to)$/;"	f	class:Nexpose.Site
         | 
| 189 | 
            +
            add_privilege_credentials	creds.rb	/^    def add_privilege_credentials(type, username, password)$/;"	f	class:Nexpose.Credential
         | 
| 117 190 | 
             
            add_recipient	alert.rb	/^    def add_recipient(recipient)$/;"	f	class:SMTPAlert
         | 
| 118 191 | 
             
            add_severity	scan.rb	/^        def add_severity(severity, count)$/;"	f	class:Nexpose.ScanSummary.Status
         | 
| 119 | 
            -
            add_site	 | 
| 120 | 
            -
             | 
| 121 | 
            -
            asset_groups	group.rb	/^    def asset_groups$/;"	f	class:Nexpose.NexposeAPI
         | 
| 192 | 
            +
            add_site	engine.rb	/^    def add_site(site_id)$/;"	f	class:Nexpose.Engine
         | 
| 193 | 
            +
            approve	vuln_exception.rb	/^    def approve(connection, comment = nil)$/;"	f	class:Nexpose.VulnException
         | 
| 122 194 | 
             
            attributes	api_request.rb	/^    def attributes(*args)$/;"	f	class:Nexpose.APIRequest
         | 
| 195 | 
            +
            backup	maint.rb	/^    def backup(platform_independent = false, description = nil)$/;"	f	class:Nexpose.Connection
         | 
| 123 196 | 
             
            build	report.rb	/^    def self.build(connection, site_id, site_name, type, format, generate_now = false)$/;"	F	class:Nexpose.ReportConfig
         | 
| 124 | 
            -
             | 
| 197 | 
            +
            checks_by_category	scan_template.rb	/^    def checks_by_category$/;"	f	class:Nexpose.ScanTemplate
         | 
| 198 | 
            +
            checks_by_type	scan_template.rb	/^    def checks_by_type$/;"	f	class:Nexpose.ScanTemplate
         | 
| 199 | 
            +
            console_command	manage.rb	/^    def console_command(cmd_string)$/;"	f	class:Nexpose.Connection
         | 
| 125 200 | 
             
            copy	role.rb	/^    def self.copy(nsc, name, scope = Scope::SILO)$/;"	F	class:Nexpose.Role
         | 
| 126 | 
            -
            copy	 | 
| 127 | 
            -
             | 
| 128 | 
            -
             | 
| 201 | 
            +
            copy	scan_template.rb	/^    def self.copy(nsc, id)$/;"	F	class:Nexpose.ScanTemplate
         | 
| 202 | 
            +
            copy	site.rb	/^    def self.copy(connection, id)$/;"	F	class:Nexpose.Site
         | 
| 203 | 
            +
            correlate=	scan_template.rb	/^    def correlate=(enable)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 204 | 
            +
            correlate?	scan_template.rb	/^    def correlate?$/;"	f	class:Nexpose.ScanTemplate
         | 
| 205 | 
            +
            create_multi_tenant_user	silo.rb	/^    def create_multi_tenant_user(user_config, silo_configs)$/;"	f	class:Nexpose.Connection
         | 
| 129 206 | 
             
            create_silo	silo.rb	/^    def create_silo silo_config$/;"	f
         | 
| 130 207 | 
             
            create_silo_profile	silo.rb	/^    def create_silo_profile silo_profile_config, permissions$/;"	f	class:Nexpose
         | 
| 131 | 
            -
             | 
| 208 | 
            +
            db_maintenance	maint.rb	/^    def db_maintenance(clean_up = false, compress = false, reindex = false)$/;"	f	class:Nexpose.Connection
         | 
| 209 | 
            +
            delete	ajax.rb	/^    def delete(nsc, uri, content_type = 'text\/xml')$/;"	f	class:Nexpose.AJAX
         | 
| 210 | 
            +
            delete	engine.rb	/^    def delete(connection)$/;"	f	class:Nexpose.Engine
         | 
| 132 211 | 
             
            delete	group.rb	/^    def delete(connection)$/;"	f	class:Nexpose.AssetGroupSummary
         | 
| 212 | 
            +
            delete	maint.rb	/^    def delete(nsc)$/;"	f	class:Nexpose.Backup
         | 
| 213 | 
            +
            delete	pool.rb	/^    def delete(connection)$/;"	f	class:Nexpose.EnginePool
         | 
| 133 214 | 
             
            delete	report.rb	/^    def delete(connection)$/;"	f	class:Nexpose.ReportConfig
         | 
| 134 215 | 
             
            delete	report.rb	/^    def delete(connection)$/;"	f	class:Nexpose.ReportSummary
         | 
| 135 | 
            -
            delete	 | 
| 216 | 
            +
            delete	report_template.rb	/^    def delete(connection)$/;"	f	class:Nexpose.ReportTemplate
         | 
| 217 | 
            +
            delete	report_template.rb	/^    def delete(connection)$/;"	f	class:Nexpose.ReportTemplateSummary
         | 
| 136 218 | 
             
            delete	role.rb	/^    def delete(nsc)$/;"	f	class:Nexpose.Role
         | 
| 137 | 
            -
            delete	 | 
| 138 | 
            -
            delete	 | 
| 139 | 
            -
            delete	site.rb	/^    def delete(connection)$/;"	f	class:Site
         | 
| 219 | 
            +
            delete	scan_template.rb	/^    def delete(nsc)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 220 | 
            +
            delete	shared_cred.rb	/^    def delete(nsc)$/;"	f	class:Nexpose.SharedCredentialSummary
         | 
| 221 | 
            +
            delete	site.rb	/^    def delete(connection)$/;"	f	class:Nexpose.Site
         | 
| 222 | 
            +
            delete	ticket.rb	/^    def delete(connection)$/;"	f	class:Nexpose.Ticket
         | 
| 140 223 | 
             
            delete	user.rb	/^    def delete(connection)$/;"	f	class:Nexpose.User
         | 
| 141 | 
            -
            delete	 | 
| 142 | 
            -
             | 
| 224 | 
            +
            delete	vuln_exception.rb	/^    def delete(connection)$/;"	f	class:Nexpose.VulnException
         | 
| 225 | 
            +
            delete_asset_group	group.rb	/^    def delete_asset_group(id)$/;"	f	class:Nexpose.Connection
         | 
| 226 | 
            +
            delete_device	device.rb	/^    def delete_device(device_id)$/;"	f	class:Nexpose.Connection
         | 
| 227 | 
            +
            delete_engine	engine.rb	/^    def delete_engine(engine_id, scope = 'silo')$/;"	f	class:Nexpose.Connection
         | 
| 143 228 | 
             
            delete_mtu	silo.rb	/^    def delete_mtu user_name, user_id$/;"	f	class:Nexpose
         | 
| 144 | 
            -
            delete_report	report.rb	/^    def delete_report(report_id)$/;"	f	class:Nexpose. | 
| 145 | 
            -
            delete_report_config	report.rb	/^    def delete_report_config(report_config_id)$/;"	f	class:Nexpose. | 
| 229 | 
            +
            delete_report	report.rb	/^    def delete_report(report_id)$/;"	f	class:Nexpose.Connection
         | 
| 230 | 
            +
            delete_report_config	report.rb	/^    def delete_report_config(report_config_id)$/;"	f	class:Nexpose.Connection
         | 
| 231 | 
            +
            delete_report_template	report_template.rb	/^    def delete_report_template(template_id)$/;"	f	class:Nexpose.Connection
         | 
| 232 | 
            +
            delete_scan_template	scan_template.rb	/^    def delete_scan_template(id)$/;"	f	class:Nexpose.Connection
         | 
| 233 | 
            +
            delete_shared_credential	shared_cred.rb	/^    def delete_shared_credential(id)$/;"	f	class:Nexpose.Connection
         | 
| 146 234 | 
             
            delete_silo	silo.rb	/^    def delete_silo name, id$/;"	f
         | 
| 147 235 | 
             
            delete_silo_profile	silo.rb	/^    def delete_silo_profile name, id$/;"	f
         | 
| 148 | 
            -
             | 
| 149 | 
            -
             | 
| 150 | 
            -
             | 
| 236 | 
            +
            delete_site	site.rb	/^    def delete_site(site_id)$/;"	f	class:Nexpose.Connection
         | 
| 237 | 
            +
            delete_ticket	ticket.rb	/^    def delete_ticket(ticket)$/;"	f	class:Nexpose.Connection
         | 
| 238 | 
            +
            delete_tickets	ticket.rb	/^    def delete_tickets(tickets)$/;"	f	class:Nexpose.Connection
         | 
| 239 | 
            +
            delete_user	user.rb	/^    def delete_user(user_id)$/;"	f	class:Nexpose.Connection
         | 
| 240 | 
            +
            delete_vuln_exception	vuln_exception.rb	/^    def delete_vuln_exception(id)$/;"	f	class:Nexpose.Connection
         | 
| 241 | 
            +
            description	scan_template.rb	/^    def description$/;"	f	class:Nexpose.ScanTemplate
         | 
| 242 | 
            +
            description=	scan_template.rb	/^    def description=(description)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 243 | 
            +
            disable_checks_by_category	scan_template.rb	/^    def disable_checks_by_category(category)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 244 | 
            +
            disable_checks_by_type	scan_template.rb	/^    def disable_checks_by_type(type)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 245 | 
            +
            disable_vuln_check	scan_template.rb	/^    def disable_vuln_check(check_id)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 151 246 | 
             
            download	connection.rb	/^    def download(url, file_name = nil)$/;"	f	class:Nexpose.Connection
         | 
| 152 | 
            -
            dynamic?	site.rb	/^    def dynamic?$/;"	f	class:Site
         | 
| 153 | 
            -
             | 
| 154 | 
            -
             | 
| 155 | 
            -
             | 
| 156 | 
            -
             | 
| 157 | 
            -
             | 
| 158 | 
            -
             | 
| 159 | 
            -
             | 
| 160 | 
            -
             | 
| 161 | 
            -
             | 
| 247 | 
            +
            dynamic?	site.rb	/^    def dynamic?$/;"	f	class:Nexpose.Site
         | 
| 248 | 
            +
            enable_checks_by_category	scan_template.rb	/^    def enable_checks_by_category(category)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 249 | 
            +
            enable_checks_by_type	scan_template.rb	/^    def enable_checks_by_type(type)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 250 | 
            +
            enable_vuln_check	scan_template.rb	/^    def enable_vuln_check(check_id)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 251 | 
            +
            engine_activity	engine.rb	/^    def engine_activity(engine_id)$/;"	f	class:Nexpose.Connection
         | 
| 252 | 
            +
            eql?	creds.rb	/^    def eql?(other)$/;"	f	class:Nexpose.Credential
         | 
| 253 | 
            +
            eql?	site.rb	/^    def eql?(other)$/;"	f	class:Nexpose.HostName
         | 
| 254 | 
            +
            eql?	site.rb	/^    def eql?(other)$/;"	f	class:Nexpose.IPRange
         | 
| 255 | 
            +
            execute	api_request.rb	/^    def execute(options = {})$/;"	f	class:Nexpose.APIRequest
         | 
| 256 | 
            +
            execute	api_request.rb	/^    def self.execute(url, req, api_version='1.1', options = {})$/;"	F	class:Nexpose.APIRequest
         | 
| 257 | 
            +
            execute	connection.rb	/^    def execute(xml, version = '1.1', options = {})$/;"	f	class:Nexpose.Connection
         | 
| 258 | 
            +
            filter	filter.rb	/^    def filter(field, operator, value = '')$/;"	f	class:Nexpose.Connection
         | 
| 259 | 
            +
            find_device_by_address	device.rb	/^    def find_device_by_address(address, site_id = nil)$/;"	f	class:Nexpose.Connection
         | 
| 260 | 
            +
            find_vuln_check	vuln.rb	/^    def find_vuln_check(search_term, partial_words = true, all_words = true)$/;"	f	class:Nexpose.Connection
         | 
| 261 | 
            +
            find_vulns_by_date	vuln.rb	/^    def find_vulns_by_date(from, to = nil)$/;"	f	class:Nexpose.Connection
         | 
| 262 | 
            +
            for_service	creds.rb	/^    def self.for_service(service, user, password, realm = nil, host = nil, port = nil)$/;"	F	class:Nexpose.Credential
         | 
| 263 | 
            +
            form_post	ajax.rb	/^    def form_post(nsc, uri, parameters, content_type = 'application\/x-www-form-urlencoded; charset=UTF-8')$/;"	f	class:Nexpose.AJAX
         | 
| 264 | 
            +
            from_json	shared_cred.rb	/^    def self.from_json(json)$/;"	F	class:Nexpose.SharedCredentialSummary
         | 
| 265 | 
            +
            from_uri	connection.rb	/^    def self.from_uri(uri, user, pass, silo_id = nil)$/;"	F	class:Nexpose.Connection
         | 
| 266 | 
            +
            generate	report.rb	/^    def generate(connection, timeout = 300)$/;"	f	class:Nexpose.AdhocReportConfig
         | 
| 162 267 | 
             
            generate	report.rb	/^    def generate(connection, wait = false)$/;"	f	class:Nexpose.ReportConfig
         | 
| 163 | 
            -
            generate_report	report.rb	/^    def generate_report(report_id, wait = false)$/;"	f	class:Nexpose. | 
| 164 | 
            -
             | 
| 165 | 
            -
             | 
| 166 | 
            -
             | 
| 167 | 
            -
            hash	 | 
| 168 | 
            -
            hash	site.rb	/^    def hash$/;"	f	class: | 
| 169 | 
            -
             | 
| 268 | 
            +
            generate_report	report.rb	/^    def generate_report(report_id, wait = false)$/;"	f	class:Nexpose.Connection
         | 
| 269 | 
            +
            get	ajax.rb	/^    def get(nsc, uri, content_type = 'text\/xml; charset=UTF-8')$/;"	f	class:Nexpose.AJAX
         | 
| 270 | 
            +
            get_user_id	user.rb	/^    def get_user_id(user_name)$/;"	f	class:Nexpose.Connection
         | 
| 271 | 
            +
            hash	creds.rb	/^    def hash$/;"	f	class:Nexpose.Credential
         | 
| 272 | 
            +
            hash	site.rb	/^    def hash$/;"	f	class:Nexpose.HostName
         | 
| 273 | 
            +
            hash	site.rb	/^    def hash$/;"	f	class:Nexpose.IPRange
         | 
| 274 | 
            +
            id	scan_template.rb	/^    def id$/;"	f	class:Nexpose.ScanTemplate
         | 
| 275 | 
            +
            include?	site.rb	/^    def include?(single_ip)$/;"	f	class:Nexpose.IPRange
         | 
| 170 276 | 
             
            initialize	alert.rb	/^    def initialize(community, server)$/;"	f	class:SNMPAlert
         | 
| 171 277 | 
             
            initialize	alert.rb	/^    def initialize(name, enabled = 1, max_alerts = -1)$/;"	f	class:Nexpose.Alert
         | 
| 172 278 | 
             
            initialize	alert.rb	/^    def initialize(sender, server, limit_text = 0)$/;"	f	class:SMTPAlert
         | 
| 173 279 | 
             
            initialize	alert.rb	/^    def initialize(server)$/;"	f	class:SyslogAlert
         | 
| 174 280 | 
             
            initialize	alert.rb	/^    def initialize(severity = 1, confirmed = 1, unconfirmed = 1, potential = 1)$/;"	f	class:VulnFilter
         | 
| 175 281 | 
             
            initialize	alert.rb	/^    def initialize(start = 0, stop = 0, fail = 0, resume = 0, pause = 0)$/;"	f	class:ScanFilter
         | 
| 176 | 
            -
            initialize	api_request.rb	/^    def initialize(req, url, api_version='1.1')$/;"	f	class:Nexpose.APIRequest
         | 
| 282 | 
            +
            initialize	api_request.rb	/^    def initialize(req, url, api_version = '1.1')$/;"	f	class:Nexpose.APIRequest
         | 
| 177 283 | 
             
            initialize	common.rb	/^    def initialize(to_all_authorized, send_to_owner_as, send_to_acl_as, send_as)$/;"	f	class:Nexpose.Email
         | 
| 178 284 | 
             
            initialize	common.rb	/^    def initialize(type, interval, start, enabled = true)$/;"	f	class:Nexpose.Schedule
         | 
| 179 285 | 
             
            initialize	connection.rb	/^    def initialize(ip, user, pass, port = 3780, silo_id = nil)$/;"	f	class:Nexpose.Connection
         | 
| 180 | 
            -
            initialize	creds.rb	/^    def initialize(isblob = false)$/;"	f	class:Nexpose.AdminCredentials
         | 
| 181 286 | 
             
            initialize	creds.rb	/^    def initialize(name, action, method, enctype)$/;"	f	class:Nexpose.HTMLForm
         | 
| 182 287 | 
             
            initialize	creds.rb	/^    def initialize(name, value)$/;"	f	class:Nexpose.Header
         | 
| 183 288 | 
             
            initialize	creds.rb	/^    def initialize(name, value, type, dynamic, checked)$/;"	f	class:Nexpose.Field
         | 
| 184 289 | 
             
            initialize	creds.rb	/^    def initialize(parentpage, soft403, webapproot)$/;"	f	class:Nexpose.HTMLForms
         | 
| 185 290 | 
             
            initialize	creds.rb	/^    def initialize(webapproot, soft403)$/;"	f	class:Nexpose.Headers
         | 
| 291 | 
            +
            initialize	dag.rb	/^    def initialize(name, criteria = nil, description = nil)$/;"	f	class:Nexpose.DynamicAssetGroup
         | 
| 292 | 
            +
            initialize	device.rb	/^    def initialize(id, address, site_id, risk_factor = 1.0, risk_score = 0.0)$/;"	f	class:Nexpose.Device
         | 
| 293 | 
            +
            initialize	engine.rb	/^    def initialize(address, name = nil, port = 40814)$/;"	f	class:Nexpose.Engine
         | 
| 294 | 
            +
            initialize	engine.rb	/^    def initialize(id, name, address, port, status, scope = 'silo')$/;"	f	class:Nexpose.EngineSummary
         | 
| 186 295 | 
             
            initialize	error.rb	/^    def initialize(req)$/;"	f	class:Nexpose.AuthenticationFailed
         | 
| 296 | 
            +
            initialize	error.rb	/^    def initialize(req)$/;"	f	class:Nexpose.PermissionError
         | 
| 187 297 | 
             
            initialize	error.rb	/^    def initialize(req, reason = '')$/;"	f	class:Nexpose.APIError
         | 
| 298 | 
            +
            initialize	filter.rb	/^    def initialize(criteria = [], match = 'AND')$/;"	f	class:Nexpose.Criteria
         | 
| 299 | 
            +
            initialize	filter.rb	/^    def initialize(field, operator, value = '')$/;"	f	class:Nexpose.Criterion
         | 
| 300 | 
            +
            initialize	filter.rb	/^    def initialize(json)$/;"	f	class:Nexpose.Asset
         | 
| 188 301 | 
             
            initialize	group.rb	/^    def initialize(id, name, desc, risk)$/;"	f	class:Nexpose.AssetGroupSummary
         | 
| 189 302 | 
             
            initialize	group.rb	/^    def initialize(name, desc, id = -1, risk = 0.0)$/;"	f	class:Nexpose.AssetGroup
         | 
| 190 | 
            -
            initialize	 | 
| 303 | 
            +
            initialize	maint.rb	/^    def initialize(name, date, description, version, independent, size)$/;"	f	class:Nexpose.Backup
         | 
| 304 | 
            +
            initialize	pool.rb	/^    def initialize(id, name, scope = 'silo')$/;"	f	class:Nexpose.EnginePoolSummary
         | 
| 305 | 
            +
            initialize	pool.rb	/^    def initialize(name, scope = 'silo', id = -1)$/;"	f	class:Nexpose.EnginePool
         | 
| 306 | 
            +
            initialize	report.rb	/^    def initialize(after_scan, scheduled, schedule = nil)$/;"	f	class:Nexpose.Frequency
         | 
| 191 307 | 
             
            initialize	report.rb	/^    def initialize(config_id, template_id, status, generated_on, uri, scope)$/;"	f	class:Nexpose.ReportConfigSummary
         | 
| 192 308 | 
             
            initialize	report.rb	/^    def initialize(credential)$/;"	f	class:Nexpose.ExportCredential
         | 
| 193 309 | 
             
            initialize	report.rb	/^    def initialize(id, config_id, status, generated_on, uri)$/;"	f	class:Nexpose.ReportSummary
         | 
| 194 | 
            -
            initialize	report.rb	/^    def initialize(id, name, type, scope, built_in, description)$/;"	f	class:Nexpose.ReportTemplateSummary
         | 
| 195 | 
            -
            initialize	report.rb	/^    def initialize(name)$/;"	f	class:Nexpose.Section
         | 
| 196 310 | 
             
            initialize	report.rb	/^    def initialize(name, template_id, format, id = -1, owner = nil, time_zone = nil)$/;"	f	class:Nexpose.ReportConfig
         | 
| 197 | 
            -
            initialize	report.rb	/^    def initialize(name, type = 'document', id = -1, scope = 'silo', built_in = false)$/;"	f	class:Nexpose.ReportTemplate
         | 
| 198 311 | 
             
            initialize	report.rb	/^    def initialize(store_on_server, location = nil, email = nil)$/;"	f	class:Nexpose.Delivery
         | 
| 199 312 | 
             
            initialize	report.rb	/^    def initialize(template_id, format, site_id = nil, owner = nil, time_zone = nil)$/;"	f	class:Nexpose.AdhocReportConfig
         | 
| 200 313 | 
             
            initialize	report.rb	/^    def initialize(type)$/;"	f	class:Nexpose.DBExport
         | 
| 201 314 | 
             
            initialize	report.rb	/^    def initialize(type, id)$/;"	f	class:Nexpose.Filter
         | 
| 315 | 
            +
            initialize	report_template.rb	/^    def initialize(id, name, type, scope, built_in, description)$/;"	f	class:Nexpose.ReportTemplateSummary
         | 
| 316 | 
            +
            initialize	report_template.rb	/^    def initialize(name)$/;"	f	class:Nexpose.Section
         | 
| 317 | 
            +
            initialize	report_template.rb	/^    def initialize(name, type = 'document', id = -1, scope = 'silo', built_in = false)$/;"	f	class:Nexpose.ReportTemplate
         | 
| 202 318 | 
             
            initialize	role.rb	/^    def initialize(name, full_name, id, description, enabled = true, scope = Scope::SILO)$/;"	f	class:Nexpose.RoleSummary
         | 
| 203 319 | 
             
            initialize	role.rb	/^    def initialize(name, full_name, id, enabled = true, scope = Scope::SILO)$/;"	f	class:Nexpose.Role
         | 
| 204 320 | 
             
            initialize	scan.rb	/^        def initialize(severity = nil, count = 0)$/;"	f	class:Nexpose.ScanSummary.Status
         | 
| 205 321 | 
             
            initialize	scan.rb	/^      def initialize(live, dead, filtered, unresolved, other)$/;"	f	class:Nexpose.ScanSummary.Nodes
         | 
| 206 322 | 
             
            initialize	scan.rb	/^      def initialize(pending, active, completed)$/;"	f	class:Nexpose.ScanSummary.Tasks
         | 
| 207 323 | 
             
            initialize	scan.rb	/^      def initialize(vuln_exploit, vuln_version, vuln_potential,$/;"	f	class:Nexpose.ScanSummary.Vulnerabilities
         | 
| 324 | 
            +
            initialize	scan.rb	/^    def initialize(scan_id, engine_id)$/;"	f	class:Scan
         | 
| 208 325 | 
             
            initialize	scan.rb	/^    def initialize(scan_id, site_id, engine_id, status, start_time, end_time, message, tasks, nodes, vulnerabilities)$/;"	f	class:Nexpose.ScanSummary
         | 
| 209 | 
            -
            initialize	 | 
| 210 | 
            -
            initialize	 | 
| 211 | 
            -
            initialize	 | 
| 212 | 
            -
            initialize	 | 
| 213 | 
            -
            initialize	 | 
| 214 | 
            -
            initialize	site.rb	/^    def initialize( | 
| 215 | 
            -
            initialize	 | 
| 216 | 
            -
            initialize	 | 
| 217 | 
            -
            initialize	 | 
| 218 | 
            -
            initialize	site.rb	/^    def initialize(id, name, description, risk_factor = 1.0, risk_score = 0.0)$/;"	f	class:SiteSummary
         | 
| 219 | 
            -
            initialize	site.rb	/^    def initialize(name = nil, scan_template = 'full-audit')$/;"	f	class:Site
         | 
| 220 | 
            -
            initialize	ticket.rb	/^    def initialize(id, name)$/;"	f	class:Nexpose.TicketSummary
         | 
| 326 | 
            +
            initialize	scan_template.rb	/^    def initialize(xml)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 327 | 
            +
            initialize	shared_cred.rb	/^    def initialize(name, id = -1)$/;"	f	class:Nexpose.SharedCredential
         | 
| 328 | 
            +
            initialize	site.rb	/^    def initialize(from, to = nil)$/;"	f	class:Nexpose.IPRange
         | 
| 329 | 
            +
            initialize	site.rb	/^    def initialize(hostname)$/;"	f	class:Nexpose.HostName
         | 
| 330 | 
            +
            initialize	site.rb	/^    def initialize(id, name, description = nil, risk_factor = 1.0, risk_score = 0.0)$/;"	f	class:Nexpose.SiteSummary
         | 
| 331 | 
            +
            initialize	site.rb	/^    def initialize(name = nil, scan_template = 'full-audit')$/;"	f	class:Nexpose.Site
         | 
| 332 | 
            +
            initialize	ticket.rb	/^      def initialize(state, author, created)$/;"	f	class:Nexpose.Ticket.Event
         | 
| 333 | 
            +
            initialize	ticket.rb	/^    def initialize(name, id = nil)$/;"	f	class:Nexpose.Ticket
         | 
| 334 | 
            +
            initialize	ticket.rb	/^    def initialize(name, id)$/;"	f	class:Nexpose.TicketSummary
         | 
| 221 335 | 
             
            initialize	user.rb	/^    def initialize(id, auth_module, auth_source, external = false)$/;"	f	class:Nexpose.UserAuthenticator
         | 
| 222 | 
            -
            initialize	user.rb	/^    def initialize(id, auth_source, auth_module,  | 
| 336 | 
            +
            initialize	user.rb	/^    def initialize(id, auth_source, auth_module, name, full_name, email, is_admin, is_disabled, is_locked, site_count, group_count)$/;"	f	class:Nexpose.UserSummary
         | 
| 223 337 | 
             
            initialize	user.rb	/^    def initialize(name, full_name, password, role_name = 'user', id = -1, enabled = 1, email = nil, all_sites = false, all_groups = false)$/;"	f	class:Nexpose.User
         | 
| 338 | 
            +
            initialize	vuln.rb	/^    def initialize(hash)$/;"	f	class:Nexpose.VulnSynopsis
         | 
| 224 339 | 
             
            initialize	vuln.rb	/^    def initialize(id, title, severity)$/;"	f	class:Nexpose.Vulnerability
         | 
| 225 340 | 
             
            initialize	vuln.rb	/^    def initialize(id, title, severity)$/;"	f	class:Nexpose.VulnerabilityDetail
         | 
| 341 | 
            +
            initialize	vuln.rb	/^    def initialize(json)$/;"	f	class:Nexpose.VulnCheck
         | 
| 342 | 
            +
            initialize	vuln.rb	/^    def initialize(json)$/;"	f	class:Nexpose.VulnFinding
         | 
| 226 343 | 
             
            initialize	vuln.rb	/^    def initialize(source, reference)$/;"	f	class:Nexpose.Reference
         | 
| 227 | 
            -
             | 
| 228 | 
            -
             | 
| 344 | 
            +
            initialize	vuln_exception.rb	/^    def initialize(vuln_id, scope, reason, status = nil)$/;"	f	class:Nexpose.VulnException
         | 
| 345 | 
            +
            last_report	report.rb	/^    def last_report(report_config_id)$/;"	f	class:Nexpose.Connection
         | 
| 346 | 
            +
            last_scan	site.rb	/^    def last_scan(site_id)$/;"	f	class:Nexpose.Connection
         | 
| 229 347 | 
             
            list	user.rb	/^    def self.list(connection)$/;"	F	class:Nexpose.UserAuthenticator
         | 
| 230 | 
            -
             | 
| 231 | 
            -
             | 
| 348 | 
            +
            list_asset_groups	group.rb	/^    def list_asset_groups$/;"	f	class:Nexpose.Connection
         | 
| 349 | 
            +
            list_backups	maint.rb	/^    def list_backups$/;"	f	class:Nexpose.Connection
         | 
| 350 | 
            +
            list_device_vulns	device.rb	/^    def list_device_vulns(dev_id)$/;"	f	class:Nexpose.Connection
         | 
| 351 | 
            +
            list_engine_pools	pool.rb	/^    def list_engine_pools$/;"	f	class:Nexpose.Connection
         | 
| 352 | 
            +
            list_engines	engine.rb	/^    def list_engines$/;"	f	class:Nexpose.Connection
         | 
| 353 | 
            +
            list_mtu	silo.rb	/^    def list_mtu$/;"	f	class:Nexpose.Connection
         | 
| 354 | 
            +
            list_report_templates	report_template.rb	/^    def list_report_templates$/;"	f	class:Nexpose.Connection
         | 
| 355 | 
            +
            list_reports	report.rb	/^    def list_reports$/;"	f	class:Nexpose.Connection
         | 
| 356 | 
            +
            list_scan_templates	scan_template.rb	/^    def list_scan_templates$/;"	f	class:Nexpose.Connection
         | 
| 357 | 
            +
            list_shared_credentials	shared_cred.rb	/^    def list_shared_credentials$/;"	f	class:Nexpose.Connection
         | 
| 232 358 | 
             
            list_silo_profiles	silo.rb	/^    def list_silo_profiles$/;"	f	class:Nexpose
         | 
| 233 359 | 
             
            list_silos	silo.rb	/^    def list_silos$/;"	f
         | 
| 234 | 
            -
             | 
| 235 | 
            -
             | 
| 236 | 
            -
             | 
| 360 | 
            +
            list_site_devices	device.rb	/^    def list_site_devices(site_id = nil)$/;"	f	class:Nexpose.Connection
         | 
| 361 | 
            +
            list_sites	site.rb	/^    def list_sites$/;"	f	class:Nexpose.Connection
         | 
| 362 | 
            +
            list_tickets	ticket.rb	/^    def list_tickets$/;"	f	class:Nexpose.Connection
         | 
| 363 | 
            +
            list_users	user.rb	/^    def list_users$/;"	f	class:Nexpose.Connection
         | 
| 364 | 
            +
            list_vuln_categories	vuln.rb	/^    def list_vuln_categories$/;"	f	class:Nexpose.Connection
         | 
| 365 | 
            +
            list_vuln_exceptions	vuln_exception.rb	/^    def list_vuln_exceptions(status = nil, duration = nil)$/;"	f	class:Nexpose.Connection
         | 
| 366 | 
            +
            list_vuln_types	vuln.rb	/^    def list_vuln_types$/;"	f	class:Nexpose.Connection
         | 
| 367 | 
            +
            list_vulns	vuln.rb	/^    def list_vulns(full = false)$/;"	f	class:Nexpose.Connection
         | 
| 368 | 
            +
            load	dag.rb	/^    def self.load(nsc, id)$/;"	F	class:Nexpose.DynamicAssetGroup
         | 
| 369 | 
            +
            load	engine.rb	/^    def self.load(connection, id)$/;"	F	class:Nexpose.Engine
         | 
| 237 370 | 
             
            load	group.rb	/^    def self.load(connection, id)$/;"	F	class:Nexpose.AssetGroup
         | 
| 371 | 
            +
            load	pool.rb	/^    def self.load(connection, name, scope = 'silo')$/;"	F	class:Nexpose.EnginePool
         | 
| 238 372 | 
             
            load	report.rb	/^    def self.load(connection, report_config_id)$/;"	F	class:Nexpose.ReportConfig
         | 
| 239 | 
            -
            load	 | 
| 373 | 
            +
            load	report_template.rb	/^    def self.load(connection, template_id)$/;"	F	class:Nexpose.ReportTemplate
         | 
| 240 374 | 
             
            load	role.rb	/^    def self.load(nsc, name, scope = Scope::SILO)$/;"	F	class:Nexpose.Role
         | 
| 241 | 
            -
            load	 | 
| 375 | 
            +
            load	scan_template.rb	/^    def self.load(nsc, id = nil)$/;"	F	class:Nexpose.ScanTemplate
         | 
| 376 | 
            +
            load	shared_cred.rb	/^    def self.load(nsc, id)$/;"	F	class:Nexpose.SharedCredential
         | 
| 377 | 
            +
            load	site.rb	/^    def self.load(connection, id)$/;"	F	class:Nexpose.Site
         | 
| 378 | 
            +
            load	ticket.rb	/^    def self.load(connection, id)$/;"	F	class:Nexpose.Ticket
         | 
| 242 379 | 
             
            load	user.rb	/^    def self.load(connection, user_id)$/;"	F	class:Nexpose.User
         | 
| 243 | 
            -
            load_details	scan_engine.rb	/^    def load_details(connection)$/;"	f	class:Nexpose.EnginePool
         | 
| 244 380 | 
             
            login	connection.rb	/^    def login$/;"	f	class:Nexpose.Connection
         | 
| 245 381 | 
             
            logout	connection.rb	/^    def logout$/;"	f	class:Nexpose.Connection
         | 
| 246 | 
            -
            make_xml	util.rb	/^    def make_xml(name, opts={}, data='', append_session_id=true)$/;"	f	class:Nexpose.XMLUtils
         | 
| 382 | 
            +
            make_xml	util.rb	/^    def make_xml(name, opts = {}, data = '', append_session_id = true)$/;"	f	class:Nexpose.XMLUtils
         | 
| 383 | 
            +
            name	scan_template.rb	/^    def name$/;"	f	class:Nexpose.ScanTemplate
         | 
| 384 | 
            +
            name=	scan_template.rb	/^    def name=(name)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 385 | 
            +
            parametrize_uri	ajax.rb	/^    def parametrize_uri(uri, parameters)$/;"	f	class:Nexpose.AJAX
         | 
| 247 386 | 
             
            parse	alert.rb	/^    def self.parse(rexml)$/;"	F	class:Nexpose.Alert
         | 
| 248 387 | 
             
            parse	alert.rb	/^    def self.parse(xml)$/;"	F	class:SMTPAlert
         | 
| 249 388 | 
             
            parse	alert.rb	/^    def self.parse(xml)$/;"	F	class:SNMPAlert
         | 
| @@ -252,76 +391,100 @@ parse	alert.rb	/^    def self.parse(xml)$/;"	F	class:SyslogAlert | |
| 252 391 | 
             
            parse	alert.rb	/^    def self.parse(xml)$/;"	F	class:VulnFilter
         | 
| 253 392 | 
             
            parse	common.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Email
         | 
| 254 393 | 
             
            parse	common.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Schedule
         | 
| 394 | 
            +
            parse	creds.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Credential
         | 
| 395 | 
            +
            parse	filter.rb	/^    def self.parse(json)$/;"	F	class:Nexpose.Criteria
         | 
| 396 | 
            +
            parse	filter.rb	/^    def self.parse(json)$/;"	F	class:Nexpose.Criterion
         | 
| 255 397 | 
             
            parse	group.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.AssetGroup
         | 
| 398 | 
            +
            parse	maint.rb	/^    def self.parse(hash)$/;"	F	class:Nexpose.Backup
         | 
| 256 399 | 
             
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.DBExport
         | 
| 257 400 | 
             
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Delivery
         | 
| 258 401 | 
             
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.ExportCredential
         | 
| 259 402 | 
             
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Filter
         | 
| 260 | 
            -
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose. | 
| 403 | 
            +
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Frequency
         | 
| 261 404 | 
             
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.ReportConfig
         | 
| 262 405 | 
             
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.ReportConfigSummary
         | 
| 263 406 | 
             
            parse	report.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.ReportSummary
         | 
| 264 | 
            -
            parse	 | 
| 265 | 
            -
            parse	 | 
| 266 | 
            -
            parse	 | 
| 407 | 
            +
            parse	report_template.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.ReportTemplate
         | 
| 408 | 
            +
            parse	report_template.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.ReportTemplateSummary
         | 
| 409 | 
            +
            parse	report_template.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Section
         | 
| 267 410 | 
             
            parse	role.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.Role
         | 
| 268 411 | 
             
            parse	role.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.RoleSummary
         | 
| 269 412 | 
             
            parse	scan.rb	/^      def self.parse(rexml)$/;"	F	class:Nexpose.ScanSummary.Nodes
         | 
| 270 413 | 
             
            parse	scan.rb	/^      def self.parse(rexml)$/;"	F	class:Nexpose.ScanSummary.Tasks
         | 
| 271 414 | 
             
            parse	scan.rb	/^      def self.parse(scan_id, rexml)$/;"	F	class:Nexpose.ScanSummary.Vulnerabilities
         | 
| 272 415 | 
             
            parse	scan.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.ScanSummary
         | 
| 273 | 
            -
            parse	 | 
| 274 | 
            -
            parse	 | 
| 416 | 
            +
            parse	scan.rb	/^    def self.parse(xml)$/;"	F	class:Scan
         | 
| 417 | 
            +
            parse	shared_cred.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.SharedCredential
         | 
| 418 | 
            +
            parse	site.rb	/^    def self.parse(rexml)$/;"	F	class:Nexpose.Site
         | 
| 419 | 
            +
            parse	ticket.rb	/^      def self.parse(xml)$/;"	F	class:Nexpose.Ticket.Event
         | 
| 275 420 | 
             
            parse	ticket.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.TicketSummary
         | 
| 421 | 
            +
            parse	user.rb	/^    def self.parse(summary)$/;"	F	class:Nexpose.UserSummary
         | 
| 276 422 | 
             
            parse	vuln.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.VulnerabilityDetail
         | 
| 277 423 | 
             
            parse	vuln.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.VulnerabilitySummary
         | 
| 424 | 
            +
            parse	vuln_exception.rb	/^    def self.parse(xml)$/;"	F	class:Nexpose.VulnException
         | 
| 278 425 | 
             
            parse_all	report.rb	/^    def self.parse_all(response)$/;"	F	class:Nexpose.ReportSummary
         | 
| 279 426 | 
             
            parse_attributes	vuln.rb	/^    def self.parse_attributes(xml)$/;"	F	class:Nexpose.VulnerabilitySummary
         | 
| 427 | 
            +
            parse_details	ticket.rb	/^    def self.parse_details(xml)$/;"	F	class:Nexpose.Ticket
         | 
| 280 428 | 
             
            parse_xml	util.rb	/^    def parse_xml(xml)$/;"	f	class:Nexpose.XMLUtils
         | 
| 429 | 
            +
            pause_scan	scan.rb	/^    def pause_scan(scan_id)$/;"	f	class:Nexpose.Connection
         | 
| 430 | 
            +
            policy_scanning=	scan_template.rb	/^    def policy_scanning=(enable)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 431 | 
            +
            policy_scanning?	scan_template.rb	/^    def policy_scanning?$/;"	f	class:Nexpose.ScanTemplate
         | 
| 432 | 
            +
            post	ajax.rb	/^    def post(nsc, uri, payload = nil, content_type = 'text\/xml')$/;"	f	class:Nexpose.AJAX
         | 
| 433 | 
            +
            potential_checks=	scan_template.rb	/^    def potential_checks=(enable)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 434 | 
            +
            potential_checks?	scan_template.rb	/^    def potential_checks?$/;"	f	class:Nexpose.ScanTemplate
         | 
| 281 435 | 
             
            prepare_http_client	api_request.rb	/^    def prepare_http_client$/;"	f	class:Nexpose.APIRequest
         | 
| 436 | 
            +
            put	ajax.rb	/^    def put(nsc, uri, payload = nil, content_type = 'text\/xml; charset=UTF-8')$/;"	f	class:Nexpose.AJAX
         | 
| 437 | 
            +
            recall	vuln_exception.rb	/^    def recall(connection)$/;"	f	class:Nexpose.VulnException
         | 
| 438 | 
            +
            recall_vuln_exception	vuln_exception.rb	/^    def recall_vuln_exception(id)$/;"	f	class:Nexpose.Connection
         | 
| 439 | 
            +
            reject	vuln_exception.rb	/^    def reject(connection, comment = nil)$/;"	f	class:Nexpose.VulnException
         | 
| 440 | 
            +
            remove_checks_by_category	scan_template.rb	/^    def remove_checks_by_category(category)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 441 | 
            +
            remove_checks_by_type	scan_template.rb	/^    def remove_checks_by_type(type)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 442 | 
            +
            remove_vuln_check	scan_template.rb	/^    def remove_vuln_check(check_id)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 282 443 | 
             
            replace_entities	util.rb	/^    def replace_entities(str)$/;"	f	class:Nexpose.Sanitize
         | 
| 283 | 
            -
            report_history	report.rb	/^    def report_history(report_config_id)$/;"	f	class:Nexpose. | 
| 284 | 
            -
            report_listing	report.rb	/^    def report_listing$/;"	f	class:Nexpose.NexposeAPI
         | 
| 285 | 
            -
            report_template_listing	report.rb	/^    def report_template_listing$/;"	f	class:Nexpose.NexposeAPI
         | 
| 444 | 
            +
            report_history	report.rb	/^    def report_history(report_config_id)$/;"	f	class:Nexpose.Connection
         | 
| 286 445 | 
             
            rescan_assets	group.rb	/^    def rescan_assets(connection)$/;"	f	class:Nexpose.AssetGroup
         | 
| 287 | 
            -
            restart	manage.rb	/^    def restart$/;"	f	class:Nexpose. | 
| 288 | 
            -
             | 
| 289 | 
            -
             | 
| 446 | 
            +
            restart	manage.rb	/^    def restart$/;"	f	class:Nexpose.Connection
         | 
| 447 | 
            +
            restore	maint.rb	/^    def restore(nsc)$/;"	f	class:Nexpose.Backup
         | 
| 448 | 
            +
            resubmit	vuln_exception.rb	/^    def resubmit(connection)$/;"	f	class:Nexpose.VulnException
         | 
| 449 | 
            +
            resubmit_vuln_exception	vuln_exception.rb	/^    def resubmit_vuln_exception(id, comment, reason = nil)$/;"	f	class:Nexpose.Connection
         | 
| 450 | 
            +
            resume_scan	scan.rb	/^    def resume_scan(scan_id)$/;"	f	class:Nexpose.Connection
         | 
| 451 | 
            +
            role_delete	role.rb	/^    def role_delete(role, scope = Scope::SILO)$/;"	f	class:Nexpose.Connection
         | 
| 452 | 
            +
            role_listing	role.rb	/^    def role_listing$/;"	f	class:Nexpose.Connection
         | 
| 453 | 
            +
            save	dag.rb	/^    def save(nsc)$/;"	f	class:Nexpose.DynamicAssetGroup
         | 
| 454 | 
            +
            save	engine.rb	/^    def save(connection)$/;"	f	class:Nexpose.Engine
         | 
| 290 455 | 
             
            save	group.rb	/^    def save(connection)$/;"	f	class:Nexpose.AssetGroup
         | 
| 291 | 
            -
            save	 | 
| 456 | 
            +
            save	pool.rb	/^    def save(connection)$/;"	f	class:Nexpose.EnginePool
         | 
| 292 457 | 
             
            save	report.rb	/^    def save(connection, generate_now = false)$/;"	f	class:Nexpose.ReportConfig
         | 
| 458 | 
            +
            save	report_template.rb	/^    def save(connection)$/;"	f	class:Nexpose.ReportTemplate
         | 
| 293 459 | 
             
            save	role.rb	/^    def save(nsc)$/;"	f	class:Nexpose.Role
         | 
| 294 | 
            -
            save	 | 
| 295 | 
            -
            save	 | 
| 460 | 
            +
            save	scan_template.rb	/^    def save(nsc)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 461 | 
            +
            save	shared_cred.rb	/^    def save(nsc)$/;"	f	class:Nexpose.SharedCredential
         | 
| 462 | 
            +
            save	site.rb	/^    def save(connection)$/;"	f	class:Nexpose.Site
         | 
| 463 | 
            +
            save	ticket.rb	/^    def save(connection)$/;"	f	class:Nexpose.Ticket
         | 
| 296 464 | 
             
            save	user.rb	/^    def save(connection)$/;"	f	class:Nexpose.User
         | 
| 297 | 
            -
             | 
| 298 | 
            -
             | 
| 299 | 
            -
             | 
| 300 | 
            -
             | 
| 301 | 
            -
             | 
| 302 | 
            -
             | 
| 303 | 
            -
             | 
| 304 | 
            -
             | 
| 305 | 
            -
             | 
| 306 | 
            -
             | 
| 307 | 
            -
             | 
| 308 | 
            -
             | 
| 309 | 
            -
             | 
| 310 | 
            -
             | 
| 311 | 
            -
             | 
| 312 | 
            -
             | 
| 313 | 
            -
             | 
| 314 | 
            -
             | 
| 315 | 
            -
             | 
| 316 | 
            -
             | 
| 317 | 
            -
             | 
| 318 | 
            -
             | 
| 319 | 
            -
            ticket_listing	ticket.rb	/^    def ticket_listing$/;"	f	class:Nexpose.NexposeAPI
         | 
| 465 | 
            +
            save	vuln_exception.rb	/^    def save(connection, comment = nil)$/;"	f	class:Nexpose.VulnException
         | 
| 466 | 
            +
            scan	site.rb	/^    def scan(connection, sync_id = nil)$/;"	f	class:Nexpose.Site
         | 
| 467 | 
            +
            scan_activity	scan.rb	/^    def scan_activity$/;"	f	class:Nexpose.Connection
         | 
| 468 | 
            +
            scan_asset	scan.rb	/^    def scan_asset(site_id, asset)$/;"	f	class:Nexpose.Connection
         | 
| 469 | 
            +
            scan_assets	scan.rb	/^    def scan_assets(site_id, assets)$/;"	f	class:Nexpose.Connection
         | 
| 470 | 
            +
            scan_device	scan.rb	/^    def scan_device(device)$/;"	f	class:Nexpose.Connection
         | 
| 471 | 
            +
            scan_devices	scan.rb	/^    def scan_devices(devices)$/;"	f	class:Nexpose.Connection
         | 
| 472 | 
            +
            scan_ips	scan.rb	/^    def scan_ips(site_id, ip_addresses)$/;"	f	class:Nexpose.Connection
         | 
| 473 | 
            +
            scan_site	scan.rb	/^    def scan_site(site_id)$/;"	f	class:Nexpose.Connection
         | 
| 474 | 
            +
            scan_statistics	scan.rb	/^    def scan_statistics(scan_id)$/;"	f	class:Nexpose.Connection
         | 
| 475 | 
            +
            scan_status	scan.rb	/^    def scan_status(scan_id)$/;"	f	class:Nexpose.Connection
         | 
| 476 | 
            +
            search	filter.rb	/^    def search(criteria)$/;"	f	class:Nexpose.Connection
         | 
| 477 | 
            +
            send_log	manage.rb	/^    def send_log(uri = 'https:\/\/support.rapid7.com')$/;"	f	class:Nexpose.Connection
         | 
| 478 | 
            +
            site_scan_history	site.rb	/^    def site_scan_history(site_id)$/;"	f	class:Nexpose.Connection
         | 
| 479 | 
            +
            size	site.rb	/^    def size$/;"	f	class:Nexpose.IPRange
         | 
| 480 | 
            +
            start_update	manage.rb	/^    def start_update$/;"	f	class:Nexpose.Connection
         | 
| 481 | 
            +
            stop_scan	scan.rb	/^    def stop_scan(scan_id, wait_sec = 0)$/;"	f	class:Nexpose.Connection
         | 
| 482 | 
            +
            system_information	manage.rb	/^    def system_information$/;"	f	class:Nexpose.Connection
         | 
| 483 | 
            +
            to_json	filter.rb	/^    def to_json$/;"	f	class:Nexpose.Criteria
         | 
| 484 | 
            +
            to_map	dag.rb	/^    def to_map$/;"	f	class:Nexpose.DynamicAssetGroup
         | 
| 485 | 
            +
            to_map	filter.rb	/^    def to_map$/;"	f	class:Nexpose.Criteria
         | 
| 486 | 
            +
            to_map	filter.rb	/^    def to_map$/;"	f	class:Nexpose.Criterion
         | 
| 320 487 | 
             
            to_s	error.rb	/^    def to_s$/;"	f	class:Nexpose.APIError
         | 
| 321 | 
            -
            to_s	scan_engine.rb	/^    def to_s$/;"	f	class:Nexpose.EnginePool
         | 
| 322 | 
            -
            to_s	scan_engine.rb	/^    def to_s$/;"	f	class:Nexpose.EnginePoolSummary
         | 
| 323 | 
            -
            to_s	user.rb	/^    def to_s$/;"	f	class:Nexpose.User
         | 
| 324 | 
            -
            to_s	user.rb	/^    def to_s$/;"	f	class:Nexpose.UserSummary
         | 
| 325 488 | 
             
            to_xml	alert.rb	/^    def to_xml$/;"	f	class:Nexpose.Alert
         | 
| 326 489 | 
             
            to_xml	alert.rb	/^    def to_xml$/;"	f	class:SMTPAlert
         | 
| 327 490 | 
             
            to_xml	alert.rb	/^    def to_xml$/;"	f	class:SNMPAlert
         | 
| @@ -330,40 +493,42 @@ to_xml	alert.rb	/^    def to_xml$/;"	f	class:SyslogAlert | |
| 330 493 | 
             
            to_xml	alert.rb	/^    def to_xml$/;"	f	class:VulnFilter
         | 
| 331 494 | 
             
            to_xml	common.rb	/^    def to_xml$/;"	f	class:Nexpose.Email
         | 
| 332 495 | 
             
            to_xml	common.rb	/^    def to_xml$/;"	f	class:Nexpose.Schedule
         | 
| 333 | 
            -
            to_xml	creds.rb	/^    def to_xml$/;"	f	class:Nexpose. | 
| 496 | 
            +
            to_xml	creds.rb	/^    def to_xml$/;"	f	class:Nexpose.Credential
         | 
| 497 | 
            +
            to_xml	engine.rb	/^    def to_xml$/;"	f	class:Nexpose.Engine
         | 
| 334 498 | 
             
            to_xml	group.rb	/^    def to_xml$/;"	f	class:Nexpose.AssetGroup
         | 
| 335 499 | 
             
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose.AdhocReportConfig
         | 
| 336 500 | 
             
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose.DBExport
         | 
| 337 501 | 
             
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose.Delivery
         | 
| 338 502 | 
             
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose.ExportCredential
         | 
| 339 503 | 
             
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose.Filter
         | 
| 340 | 
            -
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose. | 
| 504 | 
            +
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose.Frequency
         | 
| 341 505 | 
             
            to_xml	report.rb	/^    def to_xml$/;"	f	class:Nexpose.ReportConfig
         | 
| 342 | 
            -
            to_xml	 | 
| 343 | 
            -
            to_xml	 | 
| 506 | 
            +
            to_xml	report_template.rb	/^    def to_xml$/;"	f	class:Nexpose.ReportTemplate
         | 
| 507 | 
            +
            to_xml	report_template.rb	/^    def to_xml$/;"	f	class:Nexpose.Section
         | 
| 344 508 | 
             
            to_xml	role.rb	/^    def to_xml$/;"	f
         | 
| 345 | 
            -
            to_xml	 | 
| 346 | 
            -
            to_xml	site.rb	/^    def to_xml$/;"	f	class:HostName
         | 
| 347 | 
            -
            to_xml	site.rb	/^    def to_xml$/;"	f	class:IPRange
         | 
| 348 | 
            -
            to_xml	site.rb	/^    def to_xml$/;"	f	class:Site
         | 
| 509 | 
            +
            to_xml	shared_cred.rb	/^    def to_xml$/;"	f	class:Nexpose.SharedCredential
         | 
| 510 | 
            +
            to_xml	site.rb	/^    def to_xml$/;"	f	class:Nexpose.HostName
         | 
| 511 | 
            +
            to_xml	site.rb	/^    def to_xml$/;"	f	class:Nexpose.IPRange
         | 
| 512 | 
            +
            to_xml	site.rb	/^    def to_xml$/;"	f	class:Nexpose.Site
         | 
| 513 | 
            +
            to_xml	ticket.rb	/^    def to_xml$/;"	f	class:Nexpose.Ticket
         | 
| 349 514 | 
             
            to_xml	user.rb	/^    def to_xml$/;"	f	class:Nexpose.User
         | 
| 350 | 
            -
            to_xml_elem	creds.rb	/^    def to_xml_elem$/;"	f	class:Nexpose. | 
| 515 | 
            +
            to_xml_elem	creds.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.Credential
         | 
| 351 516 | 
             
            to_xml_elem	creds.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.Field
         | 
| 352 517 | 
             
            to_xml_elem	creds.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.HTMLForm
         | 
| 353 518 | 
             
            to_xml_elem	creds.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.HTMLForms
         | 
| 354 519 | 
             
            to_xml_elem	creds.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.Header
         | 
| 355 520 | 
             
            to_xml_elem	creds.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.Headers
         | 
| 356 | 
            -
            to_xml_elem	site.rb	/^    def to_xml_elem$/;"	f	class:HostName
         | 
| 357 | 
            -
            to_xml_elem	site.rb	/^    def to_xml_elem$/;"	f	class:IPRange
         | 
| 358 | 
            -
             | 
| 359 | 
            -
             | 
| 360 | 
            -
             | 
| 361 | 
            -
             | 
| 362 | 
            -
             | 
| 363 | 
            -
             | 
| 364 | 
            -
             | 
| 365 | 
            -
             | 
| 366 | 
            -
             | 
| 367 | 
            -
             | 
| 368 | 
            -
             | 
| 369 | 
            -
             | 
| 521 | 
            +
            to_xml_elem	site.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.HostName
         | 
| 522 | 
            +
            to_xml_elem	site.rb	/^    def to_xml_elem$/;"	f	class:Nexpose.IPRange
         | 
| 523 | 
            +
            unsafe_checks=	scan_template.rb	/^    def unsafe_checks=(enable)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 524 | 
            +
            unsafe_checks?	scan_template.rb	/^    def unsafe_checks?$/;"	f	class:Nexpose.ScanTemplate
         | 
| 525 | 
            +
            update_expiration_date	vuln_exception.rb	/^    def update_expiration_date(connection, new_date)$/;"	f	class:Nexpose.VulnException
         | 
| 526 | 
            +
            update_reviewer_comment	vuln_exception.rb	/^    def update_reviewer_comment(connection, comment)$/;"	f	class:Nexpose.VulnException
         | 
| 527 | 
            +
            update_submitter_comment	vuln_exception.rb	/^    def update_submitter_comment(connection, comment)$/;"	f	class:Nexpose.VulnException
         | 
| 528 | 
            +
            validate	vuln_exception.rb	/^    def validate$/;"	f	class:Nexpose.VulnException
         | 
| 529 | 
            +
            vuln_checks	scan_template.rb	/^    def vuln_checks$/;"	f	class:Nexpose.ScanTemplate
         | 
| 530 | 
            +
            vuln_details	vuln.rb	/^    def vuln_details(vuln_id)$/;"	f	class:Nexpose.Connection
         | 
| 531 | 
            +
            vuln_scanning=	scan_template.rb	/^    def vuln_scanning=(enable)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 532 | 
            +
            vuln_scanning?	scan_template.rb	/^    def vuln_scanning?$/;"	f	class:Nexpose.ScanTemplate
         | 
| 533 | 
            +
            web_spidering=	scan_template.rb	/^    def web_spidering=(enable)$/;"	f	class:Nexpose.ScanTemplate
         | 
| 534 | 
            +
            web_spidering?	scan_template.rb	/^    def web_spidering?$/;"	f	class:Nexpose.ScanTemplate
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: nexpose
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.5. | 
| 4 | 
            +
              version: 0.5.6
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - HD Moore
         | 
| @@ -10,7 +10,7 @@ authors: | |
| 10 10 | 
             
            autorequire: 
         | 
| 11 11 | 
             
            bindir: bin
         | 
| 12 12 | 
             
            cert_chain: []
         | 
| 13 | 
            -
            date: 2013-11- | 
| 13 | 
            +
            date: 2013-11-21 00:00:00.000000000 Z
         | 
| 14 14 | 
             
            dependencies:
         | 
| 15 15 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 16 16 | 
             
              name: librex
         |