mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Update HiddenEye.py
ssh should be closed otherwise processes get jumbled up and hiddeneye becomes slow and sometimes does not work.
This commit is contained in:
parent
efd1a96780
commit
5d4d1862b3
|
@ -9,6 +9,7 @@ from Defs.Checks import *
|
|||
from Defs.Configurations import *
|
||||
from Defs.Actions import *
|
||||
from Defs.Languages import *
|
||||
from os import system
|
||||
|
||||
RED, WHITE, CYAN, GREEN, DEFAULT = '\033[91m', '\033[46m', '\033[36m', '\033[1;32m', '\033[0m'
|
||||
|
||||
|
@ -32,5 +33,6 @@ if __name__ == "__main__":
|
|||
getCredentials()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
system('pkill ssh')
|
||||
endMessage()
|
||||
exit(0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user