Class: WPScan::Model::PHPDisabled

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)


143
144
145
146
147
# File 'app/models/interesting_finding.rb', line 143

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

#to_sString

Returns:

  • (String)


138
139
140
# File 'app/models/interesting_finding.rb', line 138

def to_s
  @to_s ||= 'PHP seems to be disabled'
end