Commit 42342469 by Marcin Bury

Fixing tests with FTP Bruteforce.

parent 61aefbba
...@@ -135,7 +135,7 @@ class RoutersploitCompleterTest(unittest.TestCase): ...@@ -135,7 +135,7 @@ class RoutersploitCompleterTest(unittest.TestCase):
self.set_module() self.set_module()
self.rsf.send("set \t\t") self.rsf.send("set \t\t")
self.assertPrompt( self.assertPrompt(
'passwords port target threads usernames verbosity \r\n', 'passwords stop_on_success threads verbosity\r\nport target usernames \r\n',
self.module_prompt('FTP Bruteforce'), self.module_prompt('FTP Bruteforce'),
'set ', 'set ',
) )
...@@ -181,4 +181,4 @@ class RoutersploitCompleterTest(unittest.TestCase): ...@@ -181,4 +181,4 @@ class RoutersploitCompleterTest(unittest.TestCase):
) )
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()
\ 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