add: scan module with multithreading and async scans.
add: new requirements add: default action for modules add: banner fix: set log level fix: cmd boolean args handler fix: log messages fix: metavar: __name__ -> __tool_name__
This commit is contained in:
@@ -29,9 +29,9 @@ def run_console(config):
|
||||
if not isinstance(config, GlobalExecutionParameters):
|
||||
raise TypeError("Expected GlobalParameters, got '%s' instead" % type(config))
|
||||
|
||||
logging.warning("Starting Enteletaor execution")
|
||||
logging.error("Starting Enteletaor execution")
|
||||
run(config)
|
||||
logging.warning("Done!")
|
||||
logging.error("Done!")
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user