Commit 5ef8a7ac by Marcin Bury

Adding running command status.

parent 0504eafb
......@@ -285,6 +285,7 @@ class RoutersploitInterpreter(BaseInterpreter):
@utils.module_required
def command_run(self, *args, **kwargs):
utils.print_status("Running module...")
try:
self.current_module.run()
except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment