Class: WPScan::Model::BackupDB

Inherits:
InterestingFinding 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)


16
17
18
# File 'app/models/interesting_finding.rb', line 16

def references
  @references ||= { url: ['https://github.com/wpscanteam/wpscan/issues/422'] }
end

#to_sObject



11
12
13
# File 'app/models/interesting_finding.rb', line 11

def to_s
  @to_s ||= "A backup directory has been found: #{url}"
end