Skip to content

Commit c8d32ab

Browse files
committed
Fixed import exception on QtWebkit.
Deprecated geo tracker
1 parent 6415b67 commit c8d32ab

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__all__ = ['tracker_core','fern_tracker','fern_cookie_hijacker','cookie_hijacker_core','mozilla_cookie_core','MITM_Core','fern_ray_fusion','bruteforce_core']
1+
__all__ = ['fern_cookie_hijacker','cookie_hijacker_core','mozilla_cookie_core','MITM_Core','fern_ray_fusion','bruteforce_core']

Fern-Wifi-Cracker/core/tools.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from core.settings import *
1212
from gui.fern_pro_tip import *
1313

14-
from toolbox.fern_tracker import *
14+
#from toolbox.fern_tracker import *
1515
# from toolbox.fern_cookie_hijacker import *
1616
from toolbox.fern_ray_fusion import *
1717

@@ -41,8 +41,8 @@ def __init__(self):
4141
# TOOLBOX FEATURES
4242
#
4343
def geotrack_exec(self):
44-
geotrack_dialog_box = Fern_geolocation_tracker()
45-
geotrack_dialog_box.exec_()
44+
QtGui.QMessageBox.warning(self,"Geo Tracker","This feature has been deprecated")
45+
4646

4747
def cookie_hijack_exec(self):
4848
try:

Fern-Wifi-Cracker/gui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__all__ = ['database', 'font_settings','main_window', 'tips', 'toolbox', 'attack_panel','geotrack','attack_settings','cookie_hijacker','ray_fusion','fern_pro_tip']
1+
__all__ = ['database', 'font_settings','main_window', 'tips', 'toolbox', 'attack_panel','attack_settings','cookie_hijacker','ray_fusion','fern_pro_tip']

Fern-Wifi-Cracker/gui/geotrack.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,3 @@ def retranslateUi(self, fern_geotrack):
207207
self.accuracy_label.setText(QtGui.QApplication.translate("fern_geotrack", "Accuracy: ", None, QtGui.QApplication.UnicodeUTF8))
208208
self.country_code_label.setText(QtGui.QApplication.translate("fern_geotrack", "Country Code: ", None, QtGui.QApplication.UnicodeUTF8))
209209
self.track_button.setText(QtGui.QApplication.translate("fern_geotrack", "Track", None, QtGui.QApplication.UnicodeUTF8))
210-
211-
from PyQt4 import QtWebKit
-4 Bytes
Loading

Fern-Wifi-Cracker/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 2.4
1+
version = 2.5
22
total_files = 81

0 commit comments

Comments
 (0)