class documentation

class NotFullyConfigured(_CoreFindingNoVersion): (source)

View In Hierarchy

Undocumented

Method __init__ From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/core/not_fully_configured.erb
Instance Variable not_fully_configured Undocumented
Method get_alerts Return 1 alert
Method get_warnings Return empty list
Method get_infos Return empty list
Method get_name Return the name of the finding.

Inherited from _CoreFindingNoVersion:

Method get_version Returns empty string
Method get_version_status Returns empty string
Method get_vulnerabilities_string Returns empty string

Inherited from _CoreFinding (via _CoreFindingNoVersion):

Method get_status Return a string in : "Alert", "Warning", "Ok", "Ok (false positive)" or "Unknown"
Method component_is_false_positive Return true if all alerts and warnings of the component are ignored by false positives strings. Return false if it's not a false positive or if there is no alerts or warnings. Does not work for parser objects because they process false positives.

Inherited from Finding (via _CoreFindingNoVersion, _CoreFinding):

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 _CoreFindingNoVersion, _CoreFinding, 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
def __init__(self, data, *args, **kwargs): (source)
From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/core/not_fully_configured.erb
ParametersdataUndocumented (type: Dict[str, Any])
argsUndocumented (type: Any)
kwargsUndocumented (type: Any)
not_fully_configured = (source)

Undocumented

(type: str)
def get_alerts(self): (source)
Return 1 alert
ReturnsUndocumented (type: Sequence[str])
def get_warnings(self): (source)
Return empty list
ReturnsUndocumented (type: Sequence[str])
def get_infos(self): (source)
Return empty list
ReturnsUndocumented (type: Sequence[str])
def get_name(self): (source)
Return the name of the finding.
ReturnsUndocumented (type: str)
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.