Results 1 to 3 of 3
Hi,
I want to make a daemon-like application for Linux platform. How to make that application to run in stealth mode?
I really appreciate any help, workaround or code snippet.
...
- 05-27-2009 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 6
Run an application in stealth mode
Hi,
I want to make a daemon-like application for Linux platform. How to make that application to run in stealth mode?
I really appreciate any help, workaround or code snippet.
Thanks & Regards,
Manoj Kumar
- 05-27-2009 #2Linux Newbie
- Join Date
- Sep 2004
- Location
- UK
- Posts
- 160
Would you like to define stealth mode
In a world without walls and fences, who needs Windows and Gates?
- 05-27-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If by stealth you mean that it doesn't show up with the ps, top, or other runtime commands to see what is running on the system, then you will have to write a kernel module for that. However, it will still show up with the modprobe command.
Hiding applications is not normally good practice. After all, that's how keylogger and backdoor programs work. Personally, I don't think it would be a good idea for people on this forum to help you do that since we have no way to guage your intention. If you are determined to do this, and you have valid (legal) reasons to do so, then I suggest going to some of the Linux security application and system sites for more information.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote