Sha256: 343f9ed6447f0a230fb607cc4ca99df83929034a8b1e0e3ea9cf62f06fd05dec

Contents?: true

Size: 1.03 KB

Versions: 20

Compression:

Stored size: 1.03 KB

Contents

# frozen_string_literal: true

module WPScan
  module Model
    # Custom class to include the WPScan::References module
    class InterestingFinding < CMSScanner::Model::InterestingFinding
      include References
    end

    #
    # Empty classes for the #type to be correctly displayed (as taken from the self.class from the parent)
    #
    class BackupDB < InterestingFinding
    end

    class DebugLog < InterestingFinding
    end

    class DuplicatorInstallerLog < InterestingFinding
    end

    class EmergencyPwdResetScript < InterestingFinding
    end

    class FullPathDisclosure < InterestingFinding
    end

    class MuPlugins < InterestingFinding
    end

    class Multisite < InterestingFinding
    end

    class Readme < InterestingFinding
    end

    class Registration < InterestingFinding
    end

    class TmmDbMigrate < InterestingFinding
    end

    class UploadDirectoryListing < InterestingFinding
    end

    class UploadSQLDump < InterestingFinding
    end

    class WPCron < InterestingFinding
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
wpscan-3.7.9 app/models/interesting_finding.rb
wpscan-3.7.8 app/models/interesting_finding.rb
wpscan-3.7.7 app/models/interesting_finding.rb
wpscan-3.7.6 app/models/interesting_finding.rb
wpscan-3.7.5 app/models/interesting_finding.rb
wpscan-3.7.4 app/models/interesting_finding.rb
wpscan-3.7.3 app/models/interesting_finding.rb
wpscan-3.7.2 app/models/interesting_finding.rb
wpscan-3.7.1 app/models/interesting_finding.rb
wpscan-3.7.0 app/models/interesting_finding.rb
wpscan-3.6.3 app/models/interesting_finding.rb
wpscan-3.6.2 app/models/interesting_finding.rb
wpscan-3.6.1 app/models/interesting_finding.rb
wpscan-3.6.0 app/models/interesting_finding.rb
wpscan-3.5.5 app/models/interesting_finding.rb
wpscan-3.5.4 app/models/interesting_finding.rb
wpscan-3.5.3 app/models/interesting_finding.rb
wpscan-3.5.2 app/models/interesting_finding.rb
wpscan-3.5.1 app/models/interesting_finding.rb
wpscan-3.5.0 app/models/interesting_finding.rb