Click to See Complete Forum and Search --> : how to hid a user?


aeav
12-14-2004, 11:23 PM
Someone can help-me with it?

How I can to hide my user in a machine?

Because when press "w" that command list all users in my machine, and I don't want to see my login there, or the ROOT login, is it possible to hide?


Thank you

Choozo
12-15-2004, 02:29 AM
Why would you do that?

gehidore
12-15-2004, 03:04 AM
Originally posted by aeav
Someone can help-me with it?

How I can to hide my user in a machine?

Because when press "w" that command list all users in my machine, and I don't want to see my login there, or the ROOT login, is it possible to hide?


Thank you

This is the second time you have said something that leads me to believe that you are attempting to break into other peoples boxen, Is this true? If not, can you explain why you need to "hide" your user.

serz
12-15-2004, 03:09 AM
Yes, use the grsecurity (http://www.grsecurity.org/) patch! That's in case you're not trying to hide yourself in someone else's box.

:D

Icarus
12-15-2004, 08:12 AM
Originally posted by serz
Yes, use the grsecurity (http://www.grsecurity.org/) patch! That's in case you're not trying to hide yourself in someone else's box.

:D :p :D

aeav
12-15-2004, 08:21 AM
Originally posted by gehidore
This is the second time you have said something that leads me to believe that you are attempting to break into other peoples boxen, Is this true? If not, can you explain why you need to "hide" your user.

This is not true, I wanna hide because however that I press "w" I saw my user name with more than two logs there... because it I don't want to get worry.....
I want to list there just the others users, because I work with security in a server, and it is so much good to the server..

aeav
12-15-2004, 08:25 AM
Originally posted by serz
Yes, use the grsecurity (http://www.grsecurity.org/) patch! That's in case you're not trying to hide yourself in someone else's box.

:D


Thank you for the recomendation serz I'll try to use this program...
:)

soulestream
12-15-2004, 10:20 AM
This is the second time you have said something that leads me to believe that you are attempting to break into other peoples boxen, Is this true? If not, can you explain why you need to "hide" your user.



i gotta go with gehidore on this one.

its common to see more than one log. and if you hide your login and root. if someone else logs in as oh lets say YOU OR ROOT then you wont see that either.

ill go ahead and start your next post

how do i gain user access and still crack encrypted passwords? Just wondering. For ya know security reasons. :D


soule

sharth
12-15-2004, 01:32 PM
coudln't we do a who | grep "^your-user-name"

but i don't know all of the regex stuff to do it right. we just need the thing that does it if that doesn't exist there.. anyone know it? (up there, the ^ just makes sure that it starts a line)

gehidore
12-15-2004, 03:24 PM
Originally posted by sharth
coudln't we do a who | grep "^your-user-name"

but i don't know all of the regex stuff to do it right. we just need the thing that does it if that doesn't exist there.. anyone know it? (up there, the ^ just makes sure that it starts a line)


I still don't see where this pressing "w" is coming from (mabe I missed something) but top or ps aux should still show what user is running what.

serz
12-15-2004, 09:43 PM
Yes, well...you can hide all this stuff with the grsecurity patch.

StarKnight83
12-15-2004, 10:30 PM
Would there ever be a time when you'd want this on a production machine; I'll agree w/ the others. It sounds like either a good way to keep a compromised machine rooted or if you were rooted one less way to detect that you've been so

gehidore
12-15-2004, 11:31 PM
Originally posted by serz
Yes, well...you can hide all this stuff with the grsecurity patch.

o.O

stumbles
12-16-2004, 12:00 AM
Originally posted by aeav
Someone can help-me with it?

How I can to hide my user in a machine?

Because when press "w" that command list all users in my machine, and I don't want to see my login there, or the ROOT login, is it possible to hide?


Thank you

If you don't want to see those users then don't use the "w" command, it's that simple.

I really can't think of a good reason why someone would want to hide their user id from a command such a "w".

psi42
12-16-2004, 02:21 AM
Originally posted by aeav
because it I don't want to get worry.....
I want to list there just the others users, because I work with security in a server, and it is so much good to the server..

That makes a lot of sense. :rolleyes:

serz
12-16-2004, 02:40 AM
Originally posted by gehidore
o.O
With this patch you can hide the procceses, who's running what, etc. It's a patch you apply for security, not for illegal purposes, heh.

If I'm a ordinary user on my box I'll only be able to see my processes if I do ps aux, same would happen if I use the w command, my username will be displayed no matter who is logged in my box.

That's what I meant :)

gehidore
12-16-2004, 03:06 AM
Originally posted by serz
With this patch you can hide the procceses, who's running what, etc. It's a patch you apply for security, not for illegal purposes, heh.

If I'm a ordinary user on my box I'll only be able to see my processes if I do ps aux, same would happen if I use the w command, my username will be displayed no matter who is logged in my box.

That's what I meant :)

Cool idea.

aeav
12-16-2004, 07:40 PM
yes, thank you folks