Skip to content

Commit

Permalink
Fixed import exception on QtWebkit.
Browse files Browse the repository at this point in the history
Deprecated geo tracker
  • Loading branch information
savio-code committed Feb 15, 2017
1 parent 6415b67 commit c8d32ab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Fern-Wifi-Cracker/core/toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__all__ = ['tracker_core','fern_tracker','fern_cookie_hijacker','cookie_hijacker_core','mozilla_cookie_core','MITM_Core','fern_ray_fusion','bruteforce_core']
__all__ = ['fern_cookie_hijacker','cookie_hijacker_core','mozilla_cookie_core','MITM_Core','fern_ray_fusion','bruteforce_core']
6 changes: 3 additions & 3 deletions Fern-Wifi-Cracker/core/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from core.settings import *
from gui.fern_pro_tip import *

from toolbox.fern_tracker import *
#from toolbox.fern_tracker import *
# from toolbox.fern_cookie_hijacker import *
from toolbox.fern_ray_fusion import *

Expand Down Expand Up @@ -41,8 +41,8 @@ def __init__(self):
# TOOLBOX FEATURES
#
def geotrack_exec(self):
geotrack_dialog_box = Fern_geolocation_tracker()
geotrack_dialog_box.exec_()
QtGui.QMessageBox.warning(self,"Geo Tracker","This feature has been deprecated")


def cookie_hijack_exec(self):
try:
Expand Down
2 changes: 1 addition & 1 deletion Fern-Wifi-Cracker/gui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__all__ = ['database', 'font_settings','main_window', 'tips', 'toolbox', 'attack_panel','geotrack','attack_settings','cookie_hijacker','ray_fusion','fern_pro_tip']
__all__ = ['database', 'font_settings','main_window', 'tips', 'toolbox', 'attack_panel','attack_settings','cookie_hijacker','ray_fusion','fern_pro_tip']
2 changes: 0 additions & 2 deletions Fern-Wifi-Cracker/gui/geotrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,5 +207,3 @@ def retranslateUi(self, fern_geotrack):
self.accuracy_label.setText(QtGui.QApplication.translate("fern_geotrack", "Accuracy: ", None, QtGui.QApplication.UnicodeUTF8))
self.country_code_label.setText(QtGui.QApplication.translate("fern_geotrack", "Country Code: ", None, QtGui.QApplication.UnicodeUTF8))
self.track_button.setText(QtGui.QApplication.translate("fern_geotrack", "Track", None, QtGui.QApplication.UnicodeUTF8))

from PyQt4 import QtWebKit
Binary file modified Fern-Wifi-Cracker/resources/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Fern-Wifi-Cracker/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 2.4
version = 2.5
total_files = 81

0 comments on commit c8d32ab

Please sign in to comment.