Class: WPScan::Model::Multisite

Inherits:
InterestingFinding
  • Object
show all
Defined in:
app/models/interesting_finding.rb

Instance Method Summary collapse

Methods included from References

#references_urls, #wpvulndb_ids, #wpvulndb_url, #wpvulndb_urls

Instance Method Details

#referencesHash

Returns:

  • (Hash)


77
78
79
# File 'app/models/interesting_finding.rb', line 77

def references
  @references ||= { url: ['http://codex.wordpress.org/Glossary#Multisite'] }
end

#to_sString

Returns:

  • (String)


72
73
74
# File 'app/models/interesting_finding.rb', line 72

def to_s
  @to_s ||= 'This site seems to be a multisite'
end