class documentation

class Component(ABC): (source)

Known subclasses: wpscan_out_parse.parser.base.Parser, wpscan_out_parse.parser.components._parts.finding.Finding, wpscan_out_parse.parser.components.Banner, wpscan_out_parse.parser.components.ScanFinished, wpscan_out_parse.parser.components.ScanStarted, wpscan_out_parse.parser.components.VulnAPI

View In Hierarchy

Base abstract class for all WPScan JSON and CLI components
Method __init__ Undocumented
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_infos Return the component informations as a list of strings.
Method get_warnings Return the component warnings as a list of strings.
Method get_alerts Return the component alerts as a list of strings.
def __init__(self, data, false_positives_strings, show_all_details): (source)

Undocumented

ParametersdataUndocumented (type: Dict[str, Any])
false_positives_stringsUndocumented (type: Sequence[str])
show_all_detailsUndocumented (type: bool)
data = (source)
Initial data.
(type: Dict[str, Any])
false_positives_strings = (source)

Undocumented

(type: Sequence[str])
show_all_details = (source)

Undocumented

(type: bool)
def is_false_positive(self, string): (source)
False Positive Detection
ParametersstringUndocumented (type: str)
ReturnsUndocumented (type: bool)
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.