-
Notifications
You must be signed in to change notification settings - Fork 720
ImportError: No module named mitmproxy.models #309
Comments
Same problem with kali nethunter .. waiting |
Same issue with Kali on Raspberry Pi |
Same error here... dosen't work on Kali 2017.3 full install, or Raspberry Pi3 (Kali). |
Use these commands and see it that helps for anyone of you |
The error persists even after you have installed the packages. └──╼ $sudo pip install -U cryptograph |
I'm also getting |
Same as @guilhermebasalia - error persists and mitmproxy is already there. |
It has something to do with openssl,using different versions of openssl throw different errors and warnings.Try updating and downgrading openssl |
Tried mitmproxy==0.17 but still doesn't install. |
Can anyone try installing mitmproxy on kali 2016.2? |
Tried clean install on Kali 2017.2 on Raspberry Pi3, but still no luck. |
I'll check on kali 2017.3 (live) and report here. |
Tried on kali 2017.3 on a live boot, does not work. fresh install too. |
Ok.I tried kali 2017.3 on a live boot and now wifi-pumpkin works. |
It really works on Kali 2017.3 live boot? It didnt work in my case.(live persistent). |
@7rav6n Yes,it really is working for me.Try live without persistence.Just select first choice that says live when booting.Download kali 2017.3 from official site,64-bit one (2.8 GB). |
@7rav6n @drjohannspector @wimdecorte @guilhermebasalia @abdozekaa Ok I resolved the issue.Just live boot kali 2017.3 (no persistence) and copy all the items from |
I'll give it a shot but mine is not a dual boot, it's Kali running on a Raspberry Pi. |
Do we need to install pumpkin on the live boot first, or just grab what's there on a plain vanilla live boot? |
No you don't need to install wifi-pumpkin |
@usama7628674 Ok, it does work this way on Kali 2017.3, thanks for solution. And is there a way to make it work on Raspberry Pi3 ? |
Now I am seeing this error when starting. This was the only error during the install: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-IcVFAB/bs4/ Anyone have any ideas for me? It would be greatly appreciated. I am stumpted Traceback (most recent call last): |
Made sure to copy the entire directory and its contents, with chmod a+x on /dist-packages/ copied with no errors, not sure what I did wrong but this time this is my output. root@kali:~/WiFi-Pumpkin# sudo wifi-pumpkin |
@7rav6n I don't have raspberry pi so I'm not familiar with arm platform and not sure how many packages it comes preinstalled.Looking at the size of arm of just 0.6GB (official kali site) I think it comes with small number of packages installed.Do what I said above and see if that resolves your problem. |
@drjohannspector just install this and report back if |
Tried diffrent things but still no luck with arm (rp3).I did install diffrent packages, i checked every solution i could find in google. If anyone manages to make it work please post back... i run out of ideas. |
what happens is a solution. PLEASE.. |
due to large quantity of users can't install the module mitmproxy, I 'll disable the plugin mitmproxy and set another as default. this will solve the problem temporarily. wait .... |
if there is no way so i will copy my data in hard disk |
nope i am having only one OS thats kali linux |
no you don't need to because we'll use live version |
live means you can run kali without need to make partition or installing it |
ok that portable usb will be having that os |
its just like portable OS |
yes just plug your usb and you could easily run kali |
does that effects the speed of processing?? |
no nothing |
ok |
any other tool which is similar to pumpkin?? |
airgeddon,fluxion,wifiphisher |
thankx man |
are you a hacker?? |
Not really but I'm doing mechanical engineering but I like wireless stuff and cracked most of the wifi passwords around my area. |
i can do the same thing using airbase-ng |
at the place of pumpkin |
No I mean evil-twin method |
pumpkin also do evil-twin?? |
you can create rogue AP and let the victim to connect to your fake AP and wait for them to give their psk.fluxion and airgeddon both are good for that. |
ok thankz bye i need to get lunch |
Yes Wifi-pumpkin also |
enjoy your lunch and we'll talk later. |
There is something wrong with scapy so live will eliminate every issue and you can easily run wifi-pumpkin and I can't reproduce this issue so I don't know what's the logic behind this but hopefully you'll run it fine on live version |
bro is there any other tool which is 90% similar to wifi-pumpkin |
because it also gets me the passwords and other things |
same problem with kali linux |
After you run the sudo wifi-pumpkin displays the following error.
Traceback (most recent call last):
File "wifi-pumpkin.py", line 37, in
from core.utility.application import ApplicationLoop
File "/usr/share/WiFi-Pumpkin/core/utility/application.py", line 3, in
from core.main import version
File "/usr/share/WiFi-Pumpkin/core/main.py", line 28, in
from core.widgets.tabmodels import (
File "/usr/share/WiFi-Pumpkin/core/widgets/tabmodels.py", line 6, in
from core.utility.threads import ThreadPopen
File "/usr/share/WiFi-Pumpkin/core/utility/threads.py", line 19, 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
I'm using ParrotOS.
The text was updated successfully, but these errors were encountered: