class WordPressVersion(_CoreFinding): (source)
Undocumented
Method | __init__ |
From https://github.com/wpscanteam/wpscan/blob/master/app/views/json/wp_version/version.erb |
Instance Variable | number |
Undocumented |
Instance Variable | release_date |
Undocumented |
Instance Variable | status |
Undocumented |
Method | get_infos |
Return 0 or 1 info, no infos if WordPressVersion triggedred warning, use get_warnings() |
Method | get_warnings |
Return 0 or 1 warning |
Method | get_alerts |
Return Wordpress Version vulnerabilities |
Method | get_version |
Return the version string or 'Unknown' |
Method | get_version_status |
Return a string in : "Outdated", "Latest", "Unknown" or "" if not applicable. |
Method | get_vulnerabilities_string |
Return the number of vulnerabilities (as string) with indications if need be. |
Method | get_name |
Return the name of the finding. |
Method | _get_infos |
Return 1 info |
Inherited from _CoreFinding
:
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 _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 _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 |
Parameters | data | Undocumented (type: Dict[str, Any] ) |
args | Undocumented (type: Any ) | |
kwargs | Undocumented (type: Any ) |
Returns | Undocumented (type: Sequence[str] ) |
Returns | Undocumented (type: str ) |
Returns | Undocumented (type: str ) |