mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
remove unnecessary imports
these modules are already in external .py files.
This commit is contained in:
parent
39b00404d1
commit
45b1142e2b
11
HiddenEye.py
11
HiddenEye.py
|
@ -1,16 +1,5 @@
|
||||||
#HiddenEye by Open Source Community
|
#HiddenEye by Open Source Community
|
||||||
import os
|
|
||||||
from time import sleep
|
|
||||||
from sys import stdout, exit, argv
|
|
||||||
from os import system, path
|
|
||||||
from distutils.dir_util import copy_tree
|
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
from urllib.request import urlopen, quote, unquote
|
|
||||||
from platform import system as systemos, architecture
|
|
||||||
from wget import download
|
|
||||||
import re
|
|
||||||
import json
|
|
||||||
from subprocess import check_output
|
|
||||||
from Defs.Checks import checkConnection, checkNgrok
|
from Defs.Checks import checkConnection, checkNgrok
|
||||||
from Defs.Configurations import createConfig, readConfig, ifSettingsNotExists
|
from Defs.Configurations import createConfig, readConfig, ifSettingsNotExists
|
||||||
from Defs.Actions import runPhishing, selectServer, runNgrok, runServeo, runMainMenu, inputCustom, runServer, endMessage, getCredentials, writeLog
|
from Defs.Actions import runPhishing, selectServer, runNgrok, runServeo, runMainMenu, inputCustom, runServer, endMessage, getCredentials, writeLog
|
||||||
|
|
Loading…
Reference in New Issue
Block a user