class documentation

class Finding(Component): (source)

Known subclasses: wpscan_out_parse.parser.components._parts.finding._CoreFinding, wpscan_out_parse.parser.components._parts.finding.Vulnerability, wpscan_out_parse.parser.components._parts.wp_item_version.WPItemVersion, wpscan_out_parse.parser.components.InterestingFinding, wpscan_out_parse.parser.components.Media, wpscan_out_parse.parser.components.User

View In Hierarchy

Generic WPScan finding
Method __init__ From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/finding.erb
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_alerts Return list of vulnerabilities
Method get_infos Return 1 info, only interesting entries. If no interesting entries: return an empty info string (to avoid errors)
Method get_references_str Process CVE, WPVulnDB, ExploitDB and Metasploit references to add links

Inherited from Component:

Instance Variable data Initial data.
Instance Variable false_positives_strings Undocumented
Instance Variable show_all_details Undocumented
Method is_false_positive False Positive Detection
Method get_warnings Return the component warnings as a list of strings.
found_by = (source)

Undocumented

(type: Optional[str])
confidence = (source)

Undocumented

(type: Optional[str])
interesting_entries = (source)

Undocumented

(type: Optional[List[str]])
confirmed_by = (source)

Undocumented

(type: Optional[Dict[str, Any]])
vulnerabilities = (source)

Undocumented

(type: List[Vulnerability])
references = (source)

Undocumented

(type: Optional[Dict[str, Any]])
def get_references_str(self): (source)
Process CVE, WPVulnDB, ExploitDB and Metasploit references to add links
ReturnsUndocumented (type: str)
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.