P0cL4bs / WiFi-Pumpkin-deprecated

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

cryptography & mitmproxy.modules #307

Closed redax2882 closed 6 years ago

redax2882 commented 6 years ago

I'm going insane trying to get this to work. I had WiFi Pumpkin working just fine on Kali 2017.2. I did a clean install with 2017.3 and now I can't get it to work.

It seems I have issues with crytography and mitmproxy.modules

I'm running Kali Linux 2017.3 inside VMWare.

I've installed all dependencies (pip install -r requirements.txt) and the actual application (./installer.sh --install). But whenever I run the program, I get the following error for cryptography:

In file included from /usr/include/openssl/cms.h:16:0, from build/temp.linux-armv7l-2.7/_openssl.c:532: /usr/include/openssl/x509.h:552:6: note: expected ‘const X509_ALGOR {aka const struct X509_algor_st }’ but argument is of type ‘X509_ALGOR {aka struct X509_algor_st }’ void X509_get0_signature(const ASN1_BIT_STRING **psig, ^~~~~~~ error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1


Failed building wheel for cryptography Running setup.py clean for cryptography Failed to build cryptography Installing collected packages: cryptography, construct, editorconfig, jsbeautifier, requests, pyperclip, configargparse, Flask, argh, pathtools, watchdog, mitmproxy Found existing installation: cryptography 2.1.4 Uninstalling cryptography-2.1.4: Successfully uninstalled cryptography-2.1.4

mh4x0f commented 6 years ago

306