-
Notifications
You must be signed in to change notification settings - Fork 207
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
Feature Request: Masking the program in task manager #71
Comments
There is no way to hide a process from task manager, but there might be something else. Il look into it later. |
Or is there? |
Not possible. |
It is possible to give a custom icon using pyinstaller and giving a fake name which really looks like an initial componnet like Google service handler, explorer.exe or something like that |
Yeah, in the setup use the melt file option, and then pick an icon. |
only thing I thought of is registering it as a service which will hide it from taskmanager task tab (would only be visible in taskmanager services tab) and it wont show on startup tab |
I will look into it. |
Can we migrate the process like in meterpreter |
Forgot to respond to this, but no it is not possible, since migrating the process works by basically writing the payload into the process (would need to be able to have this work as shellcode) |
I looked into this earlier, it is not possible without admin at least. |
Leaving it open incase there is another idea. |
just an idea... you could inject it into an unsuspicious process like e.g. notepad (in taskmanager it should show the process as e.g. notepad.exe) but maybe it will lead into getting detected easier |
A really cool feature would be having an ability to hide the program in the task manager, or change the process name and/or icon to something else. Right now, A user can easily disable the backdoor by simply using the task manager.
The text was updated successfully, but these errors were encountered: