diff --git a/routersploit/interpreter.py b/routersploit/interpreter.py index 543fbe1dc..cd8a46caa 100644 --- a/routersploit/interpreter.py +++ b/routersploit/interpreter.py @@ -176,8 +176,8 @@ def __init__(self): Router Exploitation Framework |_| Dev Team : Marcin Bury (lucyoa) & Mariusz Kupidura (fwkz) - Codename : Wildest Dreams - Version : 1.0.0 + Codename : Bad Blood + Version : 2.0.0 Total module count: {modules_count} """.format(modules_count=len(self.modules)) @@ -383,4 +383,4 @@ def command_debug(self, *args, **kwargs): utils.print_error(value, '\n') def command_exit(self, *args, **kwargs): - raise KeyboardInterrupt \ No newline at end of file + raise KeyboardInterrupt