mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update HiddenEye.py
@sTiKyt You don't need to import all functions individually just use * and all are imported.
This commit is contained in:
parent
45b1142e2b
commit
41e65bf506
@ -2,7 +2,7 @@
|
||||
import multiprocessing
|
||||
from Defs.Checks import checkConnection, checkNgrok
|
||||
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 *
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user