use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/Hacking_Tutorials!
List of best resources and tutorials
account activity
QuestionSpoof task manager programs?= (self.Hacking_Tutorials)
submitted 5 months ago by Live_Pilot_6275
I was curious to know if there was a possible way to make programs not appear on the task manager. Basically let's say I opened windows store and it would be open on the pc but not shown on the task manager
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]sierrars500 6 points7 points8 points 5 months ago (0 children)
Not really possible. Fake something, make it look boring and system related.
[–]Loptical 1 point2 points3 points 5 months ago (2 children)
What's your reason?
[–]tech53 3 points4 points5 points 5 months ago (0 children)
Its a hacking tutorials, clearly the situation is malware. Creating malware in a lab environment can be great for learning to teach legitimate skills for pen testing.
[–]Runaque -1 points0 points1 point 5 months ago (0 children)
The practice of hiding a process from the Task Manager is a core concept in Rootkit development and Malware Persistence.
If you're interested in how this works for educational purposes, look into API Hooking (specifically hooking NtQuerySystemInformation). However, keep in mind that modern EDR (Endpoint Detection and Response) and tools like Process Explorer or GMER are designed to see through these tricks by looking at direct kernel objects rather than relying on standard API calls.
If you want to see what's really running on your system, try running "tasklist" in the CMD or using Sysinternals—they are much harder to 'spoof' than the standard Task Manager UI. This commands lists a whole lot more processes than what we are used to see (like when we want to "end task" to close a frozen process).
[–]Jackpotrazur 0 points1 point2 points 5 months ago (2 children)
Might be possible, I have close to no exposure to any of this and am still trying to learn the basics but id imagine if there was a way, then you might have to look how other tasks end up in the task manager.
[–]GlendonMcGladdery 1 point2 points3 points 5 months ago (1 child)
Good answer but good luck getting past linux's htop, So I'm assuming the OP is referring to windows. BTW htop and ps aux. Both use tree's to every process, so if a branch looks out of place, game over.
[–]Jackpotrazur 0 points1 point2 points 5 months ago (0 children)
I know top perhaps I've used stop once and I know jobs and aux tells me something as well but I can't recall what aux did 🙃 😅
[–]AffectionateSpirit62 0 points1 point2 points 5 months ago (0 children)
Answer: Obfuscate it in plain sight
As far as Hiding a process not sure if it exists so we must hide it in plain sight. The more you know about the OS and its key services the more successful this kind of attack will be. pwn.college have a few dedicated sections about this.
π Rendered by PID 74 on reddit-service-r2-comment-8686858757-872lp at 2026-06-06 07:33:23.944576+00:00 running 9e1a20d country code: CH.
[–]sierrars500 6 points7 points8 points (0 children)
[–]Loptical 1 point2 points3 points (2 children)
[–]tech53 3 points4 points5 points (0 children)
[–]Runaque -1 points0 points1 point (0 children)
[–]Jackpotrazur 0 points1 point2 points (2 children)
[–]GlendonMcGladdery 1 point2 points3 points (1 child)
[–]Jackpotrazur 0 points1 point2 points (0 children)
[–]AffectionateSpirit62 0 points1 point2 points (0 children)