class documentation

class InterestingFinding(Finding): (source)

View In Hierarchy

Undocumented

Class Variable INTERESTING_FINDING_WARNING_STRINGS Undocumented
Class Variable INTERESTING_FINDING_ALERT_STRINGS Undocumented
Method __init__ From https://github.com/wpscanteam/CMSScanner/blob/master/app/views/json/interesting_findings/findings.erb Warnings and Alerts strings are from https://github.com/wpscanteam/wpscan/blob/master/app/models/interesting_finding.rb
Instance Variable url Undocumented
Instance Variable to_s Undocumented
Instance Variable type Undocumented
Method get_infos Return 1 info or 0 if finding is a warning or an alert
Method get_warnings Return list of warnings if finding match warning string
Method get_alerts Return list of alerts if finding match ALERT string
Method _get_infos Return 1 info. First line of info string is the to_s string or the finding type. Complete references links too.

Inherited from Finding:

Instance Variable found_by Undocumented
Instance Variable confidence Undocumented
Instance Variable interesting_entries Undocumented
Instance Variable confirmed_by Undocumented
Instance Variable vulnerabilities Undocumented
Instance Variable references Undocumented
Method get_references_str Process CVE, WPVulnDB, ExploitDB and Metasploit references to add links

Inherited from Component (via Finding):

Instance Variable data Initial data.
Instance Variable false_positives_strings Undocumented
Instance Variable show_all_details Undocumented
Method is_false_positive False Positive Detection
INTERESTING_FINDING_WARNING_STRINGS = (source)

Undocumented

(type: list[str])
INTERESTING_FINDING_ALERT_STRINGS = (source)

Undocumented

(type: list[str])
def __init__(self, data, *args, **kwargs): (source)

Undocumented

(type: str)
to_s = (source)

Undocumented

(type: str)
type = (source)

Undocumented

(type: str)
def _get_infos(self): (source)
Return 1 info. First line of info string is the to_s string or the finding type. Complete references links too.
ReturnsUndocumented (type: Sequence[str])
def get_infos(self): (source)
Return 1 info or 0 if finding is a warning or an alert
ReturnsUndocumented (type: Sequence[str])
def get_warnings(self): (source)
Return list of warnings if finding match warning string
ReturnsUndocumented (type: Sequence[str])
def get_alerts(self): (source)
Return list of alerts if finding match ALERT string
ReturnsUndocumented (type: Sequence[str])
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.