P0cL4bs/WiFi-Pumpkin-deprecated

Pumpkin won't start

Opened this issue · 2 comments

When trying to run wifi-pumpkin in terminal, I get this error:

Traceback (most recent call last):
  File "wifi-pumpkin.py", line 36, in <module>
    from core.loaders.checker.networkmanager import CLI_NetworkManager,UI_NetworkManager
  File "/usr/share/WiFi-Pumpkin/core/loaders/checker/networkmanager.py", line 3, in <module>
    from core.main import Initialize,QtGui
  File "/usr/share/WiFi-Pumpkin/core/main.py", line 20, in <module>
    from core.helpers.update import frm_githubUpdate
  File "/usr/share/WiFi-Pumpkin/core/helpers/update.py", line 5, in <module>
    from core.loaders.master.github import GithubUpdate,UrllibDownload
  File "/usr/share/WiFi-Pumpkin/core/loaders/master/github.py", line 1, in <module>
    from config import Config
ImportError: cannot import name Config

I tried to fix this, but after fixing, it gives me different error and then these errors continue after fixing.
I used the normal installation method (./installer.sh --install) and it finished without an error.

I'm running on Kali linux 2019.4

Having the same issue, did you fix this?

When i try to start mine it asks me for password, and when i provide my password says its not the same 0.0