-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error launching etfconsole #4
Comments
I posted a solution for this that worked for me:
Not sure this is going to work for you. I have Kali installed on my machine (not VM). I will try updating the mitmproxy package in the future, I'm only using that version because it is the last python2 compatible version, I will try porting this project to python3 and clean lots of things up. |
yeah i saw your solution at wifi-pumpkin site git. that didn't work. I'm not using a vm. i'm on Parrotsec. |
Hmm I'm also finding that the first error is strange.. The first error appears after the imports nad it should have errored before. How did you install things? did you use the setup script? I've opened a couple of issues since there are a couple of things that might not work for most people and just and complications when trying to work with the tool. I saw you have a fake captive portal page project, that would probably be a great addition for this tool ;) |
The error is strange indeed. Yea i did use the setup script.. yea would be great if could use eviltwinF with the portal. |
This is probaly going to take me a little while to debug since I started working recently and time free time is short. I will try to get it running on a ParrotSec VM. |
Hi any updates on this? |
I installed it on kali VM everything was fine, but when I run ./etfconsole.py I get an error file ./etfconsole.py line 3 in modules from termcolore import colored. |
@lacuta try installing termcolor @jeretc thanks for still showing interest in the project. I haven't used any of my free time to maintain this project to be honest and after all this time I realised that I did some very naive things in this project and that my programming skills have grown a lot. I'm thinking of doing a big rewrite of this project to make it much more portable and easy to install/run. |
@Esser420 good to know.. |
Please help me can't. It keep giving me errors I've tried everything. It says: |
It says it is already installed ... ETF seems to be incompatible with Kali 2020.4 |
Very same error on ubuntu 20.04. Any suggestion on how to solve it? Thanks |
hi i'm getting this error:
[+] Found previous session from today. Loading it.
[+] Loading last session from 14/01/2018
[+] Loading session 'et'!
Traceback (most recent call last):
File "./etfconsole.py", line 645, in
console = ETFConsole(session_manager.get_command_history())
File "./etfconsole.py", line 35, in init
self.aircommunicator = AirCommunicator(self.configs["etf"]["aircommunicator"])
File "./core/AirCommunicator/aircommunicator.py", line 31, in init
self.air_host = AirHost(config["airhost"])
File "./core/AirCommunicator/airhost.py", line 28, in init
either by argument in the command line or in the etf.conf file")
etfexceptions.MissingConfigurationFileException: [-] Missing Configuration File:
dnsmasq and hostapd configuration files must be specified
either by argument in the command line or in the etf.conf file
updated*
noticed mitm was not installing due to phython3 hyperframe not installing. after installing all dependencies and mitm i'm facing the same issue as running wifi-pumpkin.
└──╼ $sudo ./etfconsole.py
Gtk-Message: Failed to load module "atk-bridge"
Traceback (most recent call last):
File "./etfconsole.py", line 17, in
from MITMCore.etfitm import EvilInTheMiddle
File "./core/MITMCore/etfitm.py", line 6, in
from MITMPlugins.beefinjector import BeEFInjector
File "./core/MITMCore/MITMPlugins/beefinjector.py", line 6, in
from mitmproxy.models import decoded
ImportError: No module named mitmproxy.models
The text was updated successfully, but these errors were encountered: