routersploit icon indicating copy to clipboard operation
routersploit copied to clipboard

issue with autopwn

Open dexter7268 opened this issue 4 years ago • 1 comments

when using autopwn, this message pops up: Traceback (most recent call last): File "/usr/bin/routersploit", line 26, in routersploit() File "/usr/bin/routersploit", line 22, in routersploit rsf.start() File "/usr/lib/python3/dist-packages/routersploit/interpreter.py", line 116, in start command_handler(args) File "/usr/lib/python3/dist-packages/routersploit/interpreter.py", line 319, in command_use self.current_module = import_exploit(module_path)() File "/usr/lib/python3/dist-packages/routersploit/core/exploit/utils.py", line 107, in import_exploit module = importlib.import_module(path) File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 783, in exec_module File "", line 219, in _call_with_frames_removed File "/usr/lib/python3/dist-packages/routersploit/modules/scanners/autopwn.py", line 6, in class Exploit(Exploit): File "/usr/lib/python3/dist-packages/routersploit/core/exploit/exploit.py", line 45, in new for key, value in iteritems(attrs): RuntimeError: dictionary keys changed during iteration any help would be appreciated as I am new to routersploit and kali Linux.

Your Environment

  • RouterSploit Version used: 3.4.0
  • Operating System and version: Kali Linux
  • Python Version: ( python3 --version )
  • Python Environment: ( python3 -m pip freeze )

dexter7268 avatar Jun 11 '20 10:06 dexter7268

I ran into this same error when my installation method in Kali (2020.2) was sudo apt install routersploit. (Looks like a similarly reported error in issue #673).

However, following the Installation on Kali Linux docs resolved the issue for me. The most logical explanation for me is that Kali's packaged version does not yet have a fix available here on master.

To repo the maintainers: I recommend closing this issue, and for above-and-beyond bonus points; prompting Kali package maintainers to consume a release with this fix.

curious-attempt-bunny avatar Jun 28 '20 19:06 curious-attempt-bunny