threat9 / routersploit

Exploitation Framework for Embedded Devices
Other
12.2k stars 2.32k forks source link

Error with tool mid use #724

Closed ghost closed 3 years ago

ghost commented 3 years ago

Traceback (most recent call last): File "/home/ounce/routersploit/routersploit/interpreter.py", line 389, in command_run self.current_module.run() File "/home/ounce/routersploit/routersploit/modules/scanners/autopwn.py", line 81, in run self.run_threads(self.threads, self.exploits_target_function, data) File "/home/ounce/routersploit/routersploit/core/exploit/exploit.py", line 114, in run_threads while thread.isAlive(): AttributeError: 'Thread' object has no attribute 'isAlive'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/ounce/routersploit/rsf.py", line 29, in routersploit(sys.argv) File "/home/ounce/routersploit/rsf.py", line 25, in routersploit rsf.start() File "/home/ounce/routersploit/routersploit/interpreter.py", line 125, in start command_handler(args, *kwargs) File "/home/ounce/routersploit/routersploit/core/exploit/utils.py", line 177, in wrapper return fn(self, args, *kwargs) File "/home/ounce/routersploit/routersploit/interpreter.py", line 394, in command_run print_error(traceback.format_exc(sys.exc_info())) File "/usr/lib/python3.9/traceback.py", line 167, in format_exc return "".join(format_exception(sys.exc_info(), limit=limit, chain=chain)) File "/usr/lib/python3.9/traceback.py", line 120, in format_exception return list(TracebackException( File "/usr/lib/python3.9/traceback.py", line 508, in init self.stack = StackSummary.extract( File "/usr/lib/python3.9/traceback.py", line 340, in extract if limit >= 0:

blackdiamond1982 commented 3 years ago

got the same upgrading python to version 3.9

blackdiamond1982 commented 3 years ago

btw I solved with that!

fwkz commented 3 years ago

fixed by #712