threat9 / routersploit

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

TypeError: '>=' not supported between instances of 'tuple' and 'int'--- Kali Linux #547

Closed ghost closed 6 years ago

ghost commented 6 years ago

! ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY !

Steps to Reproduce (for bugs)

  1. use scanners/autopwn, then i set the target and found 2 issues
  2. exploits/routers/linksys/eseries_themoon_rce
  3. exploits/routers/multi/rom0
  4. after giving the command run, i got this error from bellow

Your Environment

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "rsf.py", line 26, in routersploit() File "rsf.py", line 22, in routersploit rsf.start() File "/root/routersploit/routersploit/interpreter.py", line 116, in start command_handler(args) File "/root/routersploit/routersploit/core/exploit/utils.py", line 175, in wrapper return fn(self, *args, *kwargs) File "/root/routersploit/routersploit/interpreter.py", line 339, in command_run print_error(traceback.format_exc(sys.exc_info())) File "/usr/lib/python3.6/traceback.py", line 167, in format_exc return "".join(format_exception(sys.exc_info(), limit=limit, chain=chain)) File "/usr/lib/python3.6/traceback.py", line 121, in format_exception type(value), value, tb, limit=limit).format(chain=chain)) File "/usr/lib/python3.6/traceback.py", line 509, in init capture_locals=capture_locals) File "/usr/lib/python3.6/traceback.py", line 338, in extract if limit >= 0: TypeError: '>=' not supported between instances of 'tuple' and 'int'


* If describing a bug, tell us what happens instead of the expected behavior
* If suggesting a change/improvement, tell us how it works right now

## Expected Behavior
* If you're describing a bug, tell us what should happen
* If you're suggesting a change/improvement, tell us how it should work
lucyoa commented 6 years ago

Duplicate #495

Spartan-767 commented 5 years ago

Find the answer here: https://github.com/threat9/routersploit/issues/577#issuecomment-481432455

jonasyumi commented 4 years ago

Did u fix it?