Commit 777d126c by Marcin Bury

New release - Bad Blood 2.0.0

parent 43490edd
...@@ -176,8 +176,8 @@ class RoutersploitInterpreter(BaseInterpreter): ...@@ -176,8 +176,8 @@ class RoutersploitInterpreter(BaseInterpreter):
Router Exploitation Framework |_| Router Exploitation Framework |_|
Dev Team : Marcin Bury (lucyoa) & Mariusz Kupidura (fwkz) Dev Team : Marcin Bury (lucyoa) & Mariusz Kupidura (fwkz)
Codename : Wildest Dreams Codename : Bad Blood
Version : 1.0.0 Version : 2.0.0
Total module count: {modules_count} Total module count: {modules_count}
""".format(modules_count=len(self.modules)) """.format(modules_count=len(self.modules))
...@@ -383,4 +383,4 @@ class RoutersploitInterpreter(BaseInterpreter): ...@@ -383,4 +383,4 @@ class RoutersploitInterpreter(BaseInterpreter):
utils.print_error(value, '\n') utils.print_error(value, '\n')
def command_exit(self, *args, **kwargs): def command_exit(self, *args, **kwargs):
raise KeyboardInterrupt raise KeyboardInterrupt
\ No newline at end of file
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