From ad2624c44e23e4035682b22438b9929a76449b47 Mon Sep 17 00:00:00 2001 From: Mharcos Nesster Date: Sun, 5 Jul 2015 13:31:25 -0300 Subject: [PATCH] fixed error kali 1.1.0 #1 fixed etter.dns option --- Core/Main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/Main.py b/Core/Main.py index d2adcdd..c9db4af 100644 --- a/Core/Main.py +++ b/Core/Main.py @@ -396,7 +396,6 @@ def start_air(self): QMessageBox.information(self,"Error", "Network interface not supported :(") else: if path.exists("Settings/"): - print(":::") if not geteuid() == 0: QMessageBox.information(self, "Permission Denied", 'the Tool must be run as root try again.') dot = 0 @@ -413,7 +412,7 @@ def start_air(self): def Edit_etter(self): n = dist() - if n[0] == "Ubuntu": + if n[0] == "Ubuntu" or n[0] == "Kali": system("xterm -e nano /etc/ettercap/etter.dns") elif n[0] == "debian": system("xterm -e nano /usr/share/ettercap/etter.dns")