class documentation

class ScanStarted(Component): (source)

View In Hierarchy

Undocumented

Method __init__ From https://github.com/wpscanteam/CMSScanner/blob/master/app/views/json/core/started.erb
Instance Variable start_time Undocumented
Instance Variable start_memory Undocumented
Instance Variable target_url Undocumented
Instance Variable target_ip Undocumented
Instance Variable effective_url Undocumented
Method get_infos Return 1 Scan Scanned info
Method get_warnings Return empty list
Method get_alerts Return empty list

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

Undocumented

start_memory = (source)

Undocumented

target_url = (source)

Undocumented

target_ip = (source)

Undocumented

effective_url = (source)

Undocumented

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