Sha256: c019fc00172dc16f4bdc4c87cbaa3105cd107bfcd07c5618144f5e76569ac3b3

Contents?: true

Size: 884 Bytes

Versions: 6

Compression:

Stored size: 884 Bytes

Contents

module WPScan
  # Custom class to include the WPScan::References module
  class InterestingFinding < CMSScanner::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
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wpscan-3.4.4 app/models/interesting_finding.rb
wpscan-3.4.3 app/models/interesting_finding.rb
wpscan-3.4.2 app/models/interesting_finding.rb
wpscan-3.4.1 app/models/interesting_finding.rb
wpscan-3.4.0 app/models/interesting_finding.rb
wpscan-3.3.3 app/models/interesting_finding.rb