Commit 517d24c6 by fwkz

Replace dots to slashes for 'show all'

parent 9a01c014
......@@ -399,7 +399,7 @@ class RoutersploitInterpreter(BaseInterpreter):
def _show_all(self, *args, **kwargs): # TODO: cover with tests
for module in self.modules:
print(module)
print(module.replace('.', '/'))
def _show_scanners(self, *args, **kwargs): # TODO: cover with tests
self.__show_modules('scanners')
......
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