class documentation

class User(Finding): (source)

View In Hierarchy

Undocumented

Method __init__ From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/enumeration/users.erb And https://github.com/wpscanteam/wpscan/blob/master/app/views/json/password_attack/users.erb
Instance Variable username Undocumented
Instance Variable id Undocumented
Instance Variable password Undocumented
Method get_infos Return 1 info
Method get_warnings Return empty list
Method get_alerts Return 0 or 1 alert. Alert if password found. Used by PasswordAttack component

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
def __init__(self, username, data, *args, **kwargs): (source)
From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/enumeration/users.erb And https://github.com/wpscanteam/wpscan/blob/master/app/views/json/password_attack/users.erb
ParametersusernameUndocumented (type: str)
dataUndocumented (type: Dict[str, Any])
argsUndocumented (type: Any)
kwargsUndocumented (type: Any)
username = (source)

Undocumented

(type: str)

Undocumented

(type: int)
password = (source)

Undocumented

(type: str)
def get_infos(self): (source)
Return 1 info
ReturnsUndocumented (type: Sequence[str])
def get_warnings(self): (source)
Return empty list
ReturnsUndocumented (type: Sequence[str])
def get_alerts(self): (source)
Return 0 or 1 alert. Alert if password found. Used by PasswordAttack component
ReturnsUndocumented (type: Sequence[str])
API Documentation for WPScan Output Parser, generated by pydoctor 21.2.2 at 2021-04-12 15:55:36.