Commit ad38942a by fwkz

Fixing printing banner and displaying prompt.

parent 518a3afd
...@@ -77,6 +77,7 @@ class BaseInterpreter(object): ...@@ -77,6 +77,7 @@ class BaseInterpreter(object):
""" Routersploit main entry point. Starting interpreter loop. """ """ Routersploit main entry point. Starting interpreter loop. """
utils.print_info(self.banner) utils.print_info(self.banner)
printer_queue.join()
while True: while True:
try: try:
command, args = self.parse_line(raw_input(self.prompt)) command, args = self.parse_line(raw_input(self.prompt))
......
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