Networking Forums

Networking Forums > Computer Networking > Linux Networking > root password AWOL!

Reply
Thread Tools Display Modes

root password AWOL!

 
 
AeoN
Guest
Posts: n/a

 
      09-01-2004, 03:12 PM
Hi all,

Strangely, the root password I had always used on my system decided to
suddenly make itself unavailable.

Without altering the password, I tried to su root in my terminal
only to get the message 'invalid password'.

I booted from the SuSE 7.3 CD and edited /etc/shadow deleting root's
password; after rebooting, I supplied root with a new one.

But here's the interesting thing: Now, whenever I su root, it gives me
root's prompt immediately -without asking me for its password.

Not a desirable situation.

Any ideas will be greatly appreciated; Thank you!

AeoN
--
SusE 7.3 / Bash
 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      09-01-2004, 05:42 PM
"AeoN" <(E-Mail Removed)> wrote in message
news:0ClZc.46304$(E-Mail Removed)

> Strangely, the root password I had always used on my system decided to
> suddenly make itself unavailable.
>
> Without altering the password, I tried to su root in my terminal
> only to get the message 'invalid password'.
>
> I booted from the SuSE 7.3 CD and edited /etc/shadow deleting root's
> password; after rebooting, I supplied root with a new one.
>
> But here's the interesting thing: Now, whenever I su root, it gives me
> root's prompt immediately -without asking me for its password.


Sounds like a hack job ... better wipe and re-install, then carefully assess
your security measures before connecting to a network again.


tony

--
use hotmail for email replies

 
Reply With Quote
 
Davide Bianchi
Guest
Posts: n/a

 
      09-01-2004, 07:14 PM
On 2004-09-01, AeoN <(E-Mail Removed)> wrote:
> Strangely, the root password I had always used on my system decided to
> suddenly make itself unavailable.

<zap>
> But here's the interesting thing: Now, whenever I su root, it gives me
> root's prompt immediately -without asking me for its password.


Sound suspiciously like you've been rooted... I'd format and reinstall...

Davide

--
"People think love is an emotion. Love is good sense."
-- Ken Kesey
 
Reply With Quote
 
Alexander Clouter
Guest
Posts: n/a

 
      09-02-2004, 08:07 AM
On 2004-09-01, AeoN <(E-Mail Removed)> wrote:
>
> [snipped]
>
> But here's the interesting thing: Now, whenever I su root, it gives me
> root's prompt immediately -without asking me for its password.
>
> Not a desirable situation.
>
> Any ideas will be greatly appreciated; Thank you!
>

I personally think you (someone else?) has been playing with PAM and mucked
things up.... :P

If someone had rooted your box they would be quite stupid to change the
computers behavior in this way and probably have some other 'hidden' method
to gain root. Think about it, whats the point in rooting a box and firing
off "hey I rulz"....sure there are some that do this but its more the
minority from what I have seen.

I know you have not being pondering the 'rooting' bit, but its just my £0.02


What happens with 'su' when you try to su to another user on your machine
(create a temporary user if need be).

Cheers

Alex
 
Reply With Quote
 
AeoN
Guest
Posts: n/a

 
      09-02-2004, 11:47 PM
Alexander Clouter wrote:

> On 2004-09-01, AeoN <(E-Mail Removed)> wrote:
>>
>> [snipped]
>>
>> But here's the interesting thing: Now, whenever I su root, it gives me
>> root's prompt immediately -without asking me for its password.
>>
>> Not a desirable situation.
>>
>> Any ideas will be greatly appreciated; Thank you!
>>

> I personally think you (someone else?) has been playing with PAM and
> mucked things up.... :P
>
> If someone had rooted your box they would be quite stupid to change the
> computers behavior in this way and probably have some other 'hidden'
> method
> to gain root. Think about it, whats the point in rooting a box and firing
> off "hey I rulz"....sure there are some that do this but its more the
> minority from what I have seen.
>


I have not had any adverse effects. It is doubtful that anyone can get past
the firewall and root my box, and I know that no one in the office has any
hacker skills whatsoever.

> I know you have not being pondering the 'rooting' bit, but its just my
> £0.02
>
>
> What happens with 'su' when you try to su to another user on your machine
> (create a temporary user if need be).
>


su works fine with other users, and root.


> Cheers
>
> Alex




--
SusE 7.3 / Bash
 
Reply With Quote
 
AeoN
Guest
Posts: n/a

 
      09-02-2004, 11:47 PM
Davide Bianchi wrote:

> On 2004-09-01, AeoN <(E-Mail Removed)> wrote:
>> Strangely, the root password I had always used on my system decided to
>> suddenly make itself unavailable.

> <zap>
>> But here's the interesting thing: Now, whenever I su root, it gives me
>> root's prompt immediately -without asking me for its password.

>
> Sound suspiciously like you've been rooted... I'd format and reinstall...
>
> Davide
>


WAY too over-the-top!

--
SusE 7.3 / Bash
 
Reply With Quote
 
BadMan
Guest
Posts: n/a

 
      09-03-2004, 10:14 AM
if it is just the root password

why not put in rescure disk bootup

mount / (which has /etc/ in it i hope)

vi /etc/shadow

and put in a blank entry for password for root


reboot

log in as root

password (press enter)


now logged in do

passwd root


and (give it a new password)


if other things are comprised run a find_ddos check (compare ls ps etc
with ls ps from another machien with the same build )

You normally notice a comprise things dont appear like they should i.e.
dodgy processes as well disk space issues and response of machine if
being used for heavy network traffic usage by hackers.




AeoN wrote:
> Davide Bianchi wrote:
>
>
>>On 2004-09-01, AeoN <(E-Mail Removed)> wrote:
>>
>>>Strangely, the root password I had always used on my system decided to
>>>suddenly make itself unavailable.

>>
>><zap>
>>
>>>But here's the interesting thing: Now, whenever I su root, it gives me
>>>root's prompt immediately -without asking me for its password.

>>
>>Sound suspiciously like you've been rooted... I'd format and reinstall...
>>
>>Davide
>>

>
>
> WAY too over-the-top!
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Default Gateway Went AWOL Alias Wireless Networks 1 03-14-2007 03:05 PM
failed password for "root" in logs Mr.Jason Linux Networking 14 06-02-2005 03:25 PM
WG311T wireless card is showing c.root-server.net and other root-server.net in netstat. Robert Home Networking 1 05-06-2005 08:13 PM
Postfix config - cron messages for root going to root@ISP. Doug Laidlaw Linux Networking 5 02-27-2005 03:21 PM
root password gone AWOL! AeoN Linux Networking 6 09-03-2004 06:31 PM



1 2 3 4 5 6 7 8 9 10 11