Class: WPScan::Model::FullPathDisclosure

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)


53
54
55
# File 'app/models/interesting_finding.rb', line 53

def references
  @references ||= { url: ['https://www.owasp.org/index.php/Full_Path_Disclosure'] }
end

#to_sObject



48
49
50
# File 'app/models/interesting_finding.rb', line 48

def to_s
  @to_s ||= "Full Path Disclosure found: #{url}"
end