P0cL4bs / WiFi-Pumpkin-deprecated

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

tried different methods to install netfilterqueue but everything fails #528

Open sudo-techy opened 4 years ago

sudo-techy commented 4 years ago

root@Kali:~/WiFi-Pumpkin# wifi-pumpkin :0: UserWarning: You do not have a working installation of the service_identity module: 'cannot import name opentype'. Please install it from https://pypi.python.org/pypi/service_identity and make sure all of its dependencies are satisfied. Without the service_identity module, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. Traceback (most recent call last): File "wifi-pumpkin.py", line 36, in from core.loaders.checker.networkmanager import CLI_NetworkManager,UI_NetworkManager File "/usr/share/WiFi-Pumpkin/core/loaders/checker/networkmanager.py", line 3, in from core.main import Initialize,QtGui File "/usr/share/WiFi-Pumpkin/core/main.py", line 26, in from netfilterqueue import NetfilterQueue ImportError: No module named netfilterqueue

zaijianbch commented 4 years ago

I use VM kali2019. I failed when I pip install -r requirements.txt. I have a "Failed building wheel for NetfilterQueue" error. Then I find a solution, "apt-get install build-essential python-dev libnetfilter-queue-dev". But My wireless network card is wdn6200. Its linux driver doesn't support monitor mode, so I can't build a phishing AP......So sad...