hiding process from "ps" command

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default Re: hiding process from "ps" command

    On Mon, 14 Jul 2003 21:31:36 +0000, ajay wrote:
    > I was wondering if it is possible to hide a process, which doesn't get
    > detected by ps command?
    I know of no way to do so on the UNIX flavors I support. I certainly hope
    no UNIX implementation allows this. Being able to enumerate all running
    processes is fundamental to many sysadmin tasks.

    Kurtis D. Rader Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. "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...
    4. 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...
    5. 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....
  3. #2

    Default 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

  4. #3

    Default Re: hiding process from "ps" command

    Dnia 14 Jul 2003 21:31:36 -0700, ajay napisał(a):
    > I was wondering if it is possible to hide a process, which doesn't get
    > detected by ps command?
    Well... yes. If you're using Linux take a look at this:

    <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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139