webnuke icon indicating copy to clipboard operation
webnuke copied to clipboard

Enter key don't go back

Open Dr4s1l opened this issue 6 years ago • 0 comments

Navigationg menu after executiong a module after the raw_input message, webnuke hang and only capture "^M" messages.

           Press ENTER to return to menu.^MM^Mm^Mm^M^CEEE Unexpected error in main::show_main_screen
                                                                                                    Unexpected error!
                                                                                                                     ERROR RUNNING WEBNUKE.
                                                                                                                                           Traceback (most recent call last):
                                                                                                                                                                               File "./console.py", line 12, in <module>
         mainframe(log_file).show_main_screen()
                                                 File "/home/yggdrasil/Zukin/Tools/webnuke/libs/mainmenu/mainframe.py", line 103, in show_main_screen
                                                                                                                                                         JavascriptScreen(self.screen, self.driver, self.curses_util, self.jsinjector).show()
                            File "/home/yggdrasil/Zukin/Tools/webnuke/libs/javascript/javascriptmenu.py", line 51, in show
                                                                                                                              self.commands.run_lone_javascript_functions()
                                                                                                                                                                             File "/home/yggdrasil/Zukin/Tools/webnuke/libs/javascript/javascriptcommands.py", line 135, in run_lone_javascript_functions
                                                                                          raw_input("Press ENTER to return to menu.")
                                                                                                                                     KeyboardInterrupt

Dr4s1l avatar Jul 20 '19 09:07 Dr4s1l