Ask a Question related to UNIX Programming, Design and Development.
-
Kurtis D. Rader #1
Re: hiding process from "ps" command
On Mon, 14 Jul 2003 21:31:36 +0000, ajay wrote:
I know of no way to do so on the UNIX flavors I support. I certainly hope> I was wondering if it is possible to hide a process, which doesn't get
> detected by ps command?
no UNIX implementation allows this. Being able to enumerate all running
processes is fundamental to many sysadmin tasks.
Kurtis D. Rader Guest
-
TabNavigator : "hiding" tabs
I have a tabnavigator in an app and I was wondering how I can hide tabs depending on user level. I have tired destroyObject() but that leaves a... -
Opening a "minimal" browser / hiding url variables
Hi I have a largish application that relys on url variables being passed around between pages. I would prefer it if these variable were hidden... -
"Weld" command in "Corel Draw"
Hi there: I'm new to Illustrator but have used Corel Draw in the past. In Corel Draw there was a "Weld" command. What this did was create a drawing... -
copying value of DDL in a Datagrid "pre-edit command" to value in "post edit command"
Hi all! I have Datagrid. Within that datagrid I have a drop down list that I set up some values in (a "collection") I set up an edit command... -
Hiding "(AutoNumber)" until it is assigned.
Hi Group. I have a form on which I display various controls, including a read-only text box which is to display the value of an autonumber field.... -
Bigdakine #2
Re: hiding process from "ps" command
>Subject: hiding process from "ps" command
>From: [email]ajay_kumarsingh@yahoo.com[/email] (ajay)
>Date: 7/14/03 6:31 PM Hawaiian Standard Time
>Message-id: <2a0aec36.0307142031.25bb2357@posting.google.com >
>
>I was wondering if it is possible to hide a process, which doesn't get
>detected by ps command?
You can hack the ps command to hide processes.
A hacked ps command is a common feature of hacker exploit toolkits.
Stuart
Dr. Stuart A. Weinstein
Ewa Beach Institute of Tectonics
"To err is human, but to really foul things up
requires a creationist"
Bigdakine Guest
-
Wojtek Walczak #3
Re: hiding process from "ps" command
Dnia 14 Jul 2003 21:31:36 -0700, ajay napisał(a):
Well... yes. If you're using Linux take a look at this:> I was wondering if it is possible to hide a process, which doesn't get
> detected by ps command?
<http://www.underground.org.pl/gminick/patches/procps-hide.patch>
and:
<http://www.underground.org.pl/gminick/patches/proc-hide-3.1.11.patch>
--
[ Wojtek Walczak - gminick (at) underground.org.pl ]
[ <http://gminick.linuxsecurity.pl/> ]
[ "...rozmaite zwroty, matowe od patyny dawnosci." ]
Wojtek Walczak Guest



Reply With Quote

