P0cL4bs / WiFi-Pumpkin-deprecated

DEPRECATED, wifipumpkin3 -> https://github.com/P0cL4bs/wifipumpkin3
http://wifipumpkin3.github.io/
3.08k stars 719 forks source link

Pumpkin won't start #521

Open patuuh opened 4 years ago

patuuh commented 4 years ago

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

anonymous010010 commented 4 years ago

Having the same issue, did you fix this?

hackvice commented 4 years ago

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