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()
|
waitCreds()
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
if didBackground:
|
|
||||||
logFile.close()
|
|
||||||
system('pkill -f ssh')
|
|
||||||
system('pkill -f php')
|
|
||||||
system('pkill -f ngrok')
|
|
||||||
end()
|
end()
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user