mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Stopped Automatic Killing After One attack
This commit is contained in:
parent
be9c14a9b6
commit
7d544c79a8
|
@ -368,10 +368,6 @@ if __name__ == "__main__":
|
|||
waitCreds()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
if didBackground:
|
||||
logFile.close()
|
||||
system('pkill -f ssh')
|
||||
system('pkill -f php')
|
||||
system('pkill -f ngrok')
|
||||
end()
|
||||
exit(0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user