Closed Pen-Ace closed 5 years ago
Same problem. Tried it with parrot (no vm and not live) and kali (vm) both giving this error
Same problem running kali in my pi
Has anyone figured out the problem with scenario 2 yet. Needing help here. Stumped.
@101zombie101 I am still waiting on assistance from the community or @mh4x0f
Has anyone figured this out?
@hdawg12
Still waiting to hear back.
I tried this:
pip install service_identity pip install --upgrade pyasn1-modules
which seemed to resolve the issue for me.
I'll give that a try. Thanks. @hdawg12 I'll let you know if it worked for me.
@hdawg12 Did not work for me.
Has this been fixed yet?
@101zombie101 @hdawg12 This did not work for me either.
pip install service_identity Requirement already satisfied: service_identity in /home/X/.local/lib/python2.7/site-packages (18.1.0) Requirement already satisfied: pyasn1-modules in /home/X/.local/lib/python2.7/site-packages (from service_identity) (0.2.3) Requirement already satisfied: ipaddress; python_version < "3.3" in /home/X/.local/lib/python2.7/site-packages (from service_identity) (1.0.22) Requirement already satisfied: attrs>=16.0.0 in /home/X/.local/lib/python2.7/site-packages (from service_identity) (18.2.0) Requirement already satisfied: pyasn1 in /home/X/.local/lib/python2.7/site-packages (from service_identity) (0.4.5) Requirement already satisfied: cryptography in /home/X/.local/lib/python2.7/site-packages (from service_identity) (1.5.3) Requirement already satisfied: six>=1.4.1 in /home/X/.local/lib/python2.7/site-packages (from cryptography->service_identity) (1.10.0) Requirement already satisfied: cffi>=1.4.1 in /home/X/.local/lib/python2.7/site-packages (from cryptography->service_identity) (1.11.5) Requirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/dist-packages (from cryptography->service_identity) (40.6.2) Requirement already satisfied: enum34 in /home/X/.local/lib/python2.7/site-packages (from cryptography->service_identity) (1.1.6) Requirement already satisfied: idna>=2.0 in /home/X/.local/lib/python2.7/site-packages (from cryptography->service_identity) (2.8) Requirement already satisfied: pycparser in /home/X/.local/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography->service_identity) (2.19)
pip install --upgrade pyasn1-modules Requirement already up-to-date: pyasn1-modules in /home/X/.local/lib/python2.7/site-packages (0.2.3) Requirement already satisfied, skipping upgrade: pyasn1<0.5.0,>=0.4.1 in /home/X/.local/lib/python2.7/site-packages (from pyasn1-modules) (0.4.5)
Any help on getting this working would be appreciated. FYI - i have also tested in a fresh install of WFP on Parrot OS.
Sounds like a problem with mitmproxy
. See #309.
Just uninstall and reinstall WiFi Pumpkin and it should fix the problem? Correct?
how do u uninstall wifi pumpkin
Get Outlook for Androidhttps://aka.ms/ghei36
From: 101zombie101 notifications@github.com Sent: Friday, January 11, 2019 1:24:01 PM To: P0cL4bs/WiFi-Pumpkin Cc: hdawg12; Mention Subject: Re: [P0cL4bs/WiFi-Pumpkin] Urgent ** Help with Pumpkin Failure (#448)
Just uninstall and reinstall WiFi Pumpkin and it should fix the problem? Correct?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/P0cL4bs/WiFi-Pumpkin/issues/448#issuecomment-453628951, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ArPn8ZTjBUwLol7E0K2CRYM6onbd9dvbks5vCOTRgaJpZM4Zo4f9.
Don't we have sudo ./uninstall.sh
?
Reinstalled it and still no luck. What am I doing wrong?
Reinstalled it and still no luck. What am I doing wrong?
Execute wifi-pumpkin
in your shell with superuser privilege and paste the output here.
Hi @mh4x0f, i tried all advise found in thread 309 to no success, after running sudo wifi-pumpkin again terminal shows:
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
Can you please help. I will now try reinstall Parrot OS and report back if not i will try with Kali 18. ACE
Update - OS 2: I have the same problem with a fresh install using Kodachi:
[17:31:46] kodachi@Live-OS:~/Desktop/WiFi-Pumpkin $ sudo wifi-pumpkin
Traceback (most recent call last):
File "wifi-pumpkin.py", line 36, in
What is going on!!! @mh4x0f @101zombie101 @The12MT - going to try Kali now
OS 3 - Kali 2018
Finally got this thing to work using the following commands: pip install NetfilterQueue - you may need to issue Kill PID sudo apt-get install python-netfilterqueue pip install NetfilterQueue pip3 install mitmproxy apt-get install python-sip apt-get install python-qscintilla2 python-qt4 python-qt4-sql python-sip pip install netifaces pip install mitmproxy==0.18.2 sudo ./installer.sh --install sudo pip install mitmproxy==0.17 sudo pip install mitmproxy==0.18.2 sudo wifi-pumpkin Done Hope this helps @101zombie101 @mh4x0f
OS 4 - Parrot 4.4
The same process does not work for Parrot im afraid
sudo wifi-pumpkin
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
Not sure why. Get this at the end:
Invalid requirement: 'mitmproxy=0.18.2' = is not a valid operator. Did you mean == ?
But i already installed this, unless this is an error in the code?
@Pen-Ace Are you sure you installed the Python 2 version of mitmproxy
? Try pip2 install mitmprxoxy==0.18.2
.
In case of failure, try the latest installaion shell script. It contains a fix for that.
Hi @minhducsun2002,
Ran that in Parrot OS 4.4: pip2 install mitmproxy==0.18.2 and it fails building the wheel for cryptography with this output when done:
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-install-3kgoCm/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-record-Mx0Med/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-3kgoCm/cryptography/
Then tried:
sudo wifi-pumpkin
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
Any ideas?
try this:
sudo apt-get install gdebi
wget http://ftp.de.debian.org/debian/pool/main/m/mitmproxy/mitmproxy_0.18.2-6_all.deb \
-O /tmp/mitmproxy_0.18.2-6_all.deb
gdebi --non-interactive /tmp/mitmproxy_0.18.2-6_all.deb
@Pen-Ace, please see the suggestion from the maintainer, @mh4x0f.
@Pen-Ace
Please let us know if this worked and the steps please. Thank you.
Hi @mh4x0f @101zombie101
i tried your input and this was the error when running WP:
Traceback (most recent call last):
File "wifi-pumpkin.py", line 36, in
any ideas on why this aint working. Thanks ACE
Is everything working yet? Have had a chance to try it.
Hi @101zombie101 ,
That solution did not work for me using Parrot 4.4. I can only get this working on Kali which is not what i want. Thanks.
tray sudo apt update sudo apt install git isc-dhcp-server git clone https://github.com/P0cL4bs/WiFi-Pumpkin.git cd WiFi-Pumpkin chmod +x installer.sh sudo ./installer.sh --install sudo pip install --upgrade pip sudo pip install BeautifulSoup4 service_identity
works for me
What's the problem (or question)?
After running sudo wifi-pumpkin the app dont work.
Please tell us details about your environment.
Parrot OS 4.4 VM
Scenario 1
When I run: pip install -r requirements.txt all looks to be satisfied: Requirement already satisfied: Twisted in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 1)) (18.7.0) Requirement already satisfied: scapy in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 2)) (2.4.0) Requirement already satisfied: bs4 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 3)) (0.0.1) Requirement already satisfied: netaddr in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 4)) (0.7.19) Requirement already satisfied: config in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 5)) (0.4.0) Requirement already satisfied: dnspython in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 6)) (1.15.0) Requirement already satisfied: isc_dhcp_leases in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 7)) (0.9.1) Requirement already satisfied: netifaces in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 8)) (0.10.9) Requirement already satisfied: pcapy in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 9)) (0.10.8) Requirement already satisfied: configparser==3.3.0r1 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 10)) (3.3.0.post1) Requirement already satisfied: NetfilterQueue in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 11)) (0.8.1) Requirement already satisfied: configobj in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 12)) (5.0.6) Requirement already satisfied: libarchive-c==2.1 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 13)) (2.1) Requirement already satisfied: python-magic==0.4.6 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 14)) (0.4.6) Requirement already satisfied: pefile in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 15)) (2018.8.8) Requirement already satisfied: capstone in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 16)) (3.0.5) Requirement already satisfied: hyperframe in /home/odin/.local/lib/python2.7/site-packages (from -r requirements.txt (line 17)) (4.0.2) Requirement already satisfied: h2 in /home/odin/.local/lib/python2.7/site-packages (from -r requirements.txt (line 18)) (2.4.4) Requirement already satisfied: scapy_http in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 19)) (1.8.2) Requirement already satisfied: service_identity in /home/odin/.local/lib/python2.7/site-packages (from -r requirements.txt (line 20)) (18.1.0) Requirement already satisfied: beautifulsoup4 in /usr/lib/python2.7/dist-packages (from bs4->-r requirements.txt (line 3)) (4.6.3) Requirement already satisfied: six in /home/odin/.local/lib/python2.7/site-packages (from isc_dhcp_leases->-r requirements.txt (line 7)) (1.10.0) Requirement already satisfied: enum34<2,>=1.0.4; python_version == "2.7" or python_version == "3.3" in /home/odin/.local/lib/python2.7/site-packages (from h2->-r requirements.txt (line 18)) (1.1.6) Requirement already satisfied: hpack<3,>=2.2 in /usr/local/lib/python2.7/dist-packages (from h2->-r requirements.txt (line 18)) (2.3.0) Requirement already satisfied: pyasn1 in /home/odin/.local/lib/python2.7/site-packages (from service_identity->-r requirements.txt (line 20)) (0.4.5) Requirement already satisfied: pyasn1-modules in /home/odin/.local/lib/python2.7/site-packages (from service_identity->-r requirements.txt (line 20)) (0.2.3) Requirement already satisfied: ipaddress; python_version < "3.3" in /home/odin/.local/lib/python2.7/site-packages (from service_identity->-r requirements.txt (line 20)) (1.0.22) Requirement already satisfied: attrs>=16.0.0 in /home/odin/.local/lib/python2.7/site-packages (from service_identity->-r requirements.txt (line 20)) (18.2.0) Requirement already satisfied: cryptography in /home/odin/.local/lib/python2.7/site-packages (from service_identity->-r requirements.txt (line 20)) (1.5.3) Requirement already satisfied: cffi>=1.4.1 in /home/odin/.local/lib/python2.7/site-packages (from cryptography->service_identity->-r requirements.txt (line 20)) (1.11.5) Requirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/dist-packages (from cryptography->service_identity->-r requirements.txt (line 20)) (40.6.2) Requirement already satisfied: idna>=2.0 in /home/odin/.local/lib/python2.7/site-packages (from cryptography->service_identity->-r requirements.txt (line 20)) (2.8) Requirement already satisfied: pycparser in /home/odin/.local/lib/python2.7/site-packages (from cffi>=1.4.1->cryptography->service_identity->-r requirements.txt (line 20)) (2.19)
Scenario 2
However, $sudo wifi-pumpkin gives me this Error: 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 17, in
from core.utility.threads import ThreadReactor,ThreadPopen
File "/usr/share/WiFi-Pumpkin/core/utility/threads.py", line 20, in
from core.servers.proxy.http.controller.handler import MasterHandler
File "/usr/share/WiFi-Pumpkin/core/servers/proxy/http/controller/handler.py", line 1, in
from plugins.extension import *
File "/usr/share/WiFi-Pumpkin/plugins/extension/beef.py", line 1, in
from mitmproxy.models import decoded
ImportError: No module named mitmproxy.models
Please can you help.