Skip to content

Commit 777d126

Browse files
committed
New release - Bad Blood 2.0.0
1 parent 43490ed commit 777d126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

routersploit/interpreter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ def __init__(self):
176176
Router Exploitation Framework |_|
177177
178178
Dev Team : Marcin Bury (lucyoa) & Mariusz Kupidura (fwkz)
179-
Codename : Wildest Dreams
180-
Version : 1.0.0
179+
Codename : Bad Blood
180+
Version : 2.0.0
181181
182182
Total module count: {modules_count}
183183
""".format(modules_count=len(self.modules))
@@ -383,4 +383,4 @@ def command_debug(self, *args, **kwargs):
383383
utils.print_error(value, '\n')
384384

385385
def command_exit(self, *args, **kwargs):
386-
raise KeyboardInterrupt
386+
raise KeyboardInterrupt

0 commit comments

Comments
 (0)