Skip to content

Commit

Permalink
New release - Bad Blood 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyoa committed Apr 24, 2016
1 parent 43490ed commit 777d126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routersploit/interpreter.py
Expand Up @@ -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))
Expand Down Expand Up @@ -383,4 +383,4 @@ def command_debug(self, *args, **kwargs):
utils.print_error(value, '\n')

def command_exit(self, *args, **kwargs):
raise KeyboardInterrupt
raise KeyboardInterrupt

0 comments on commit 777d126

Please sign in to comment.