LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-13-2005, 02:07 AM   #1
Khmer
Member
 
Registered: Aug 2005
Posts: 36

Rep: Reputation: 15
How can i acess like super user...?


I would like to know that, does any tricks to access like super user?

How can i hack to assign permission without super user don't know me?

How can i assign permission by myself from telnet have right equal super user?
 
Old 08-13-2005, 02:44 AM   #2
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Warning! DO NOT open any Browser while in root mode.
And it's better not to login as root but use console to login as superuser and then pico
#su
[root password]
#pico /home/bart/xorg.conf - just an example
 
Old 08-13-2005, 04:02 AM   #3
curos
Member
 
Registered: Aug 2003
Distribution: Slackware
Posts: 72

Rep: Reputation: 15
I'm curious SlackerLX, why should you never open a browser while in root mode?
 
Old 08-13-2005, 04:06 AM   #4
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
It will seriously mess up your system, permissions, symlinks and libraries. It's not recommended to login in GUI as root at all. If opened you'll say goodbye to browsing in user mode
 
Old 08-13-2005, 04:56 AM   #5
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
I would like to know that, does any tricks to access like super user?

How can i hack to assign permission without super user don't know me?

How can i assign permission by myself from telnet have right equal super user?
So in short : how can I crack the root passord ?
 
Old 08-13-2005, 05:03 AM   #6
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Lightbulb Cracker Alert! :eek:

WARNING! You may be betting into smth you'll be sorry afterwards!! I assumed you knew your root password. If you do not, then allegedly community presumes you as cracker!

I could also presume that you're so green that you installed linux and forgot password but it's highly unlikely.
I could also assume..... many things

Last edited by SlackerLX; 08-13-2005 at 09:11 AM.
 
Old 08-13-2005, 06:14 AM   #7
Eternal_Newbie
Member
 
Registered: Jun 2005
Location: The Pudding Isles
Distribution: Slackware
Posts: 573

Rep: Reputation: 59
A lot of things can actually be installed in and run from your 'home' directory. It's not ideal as it is can be a security risk

Pease don't ask for advice on how to crack things here
 
Old 08-13-2005, 08:29 AM   #8
Khmer
Member
 
Registered: Aug 2005
Posts: 36

Original Poster
Rep: Reputation: 15
How can i see root's password?

Which file that i can see Root's password?
 
Old 08-13-2005, 08:33 AM   #9
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
I can tell you how set password though:

Code:
If you wish to use the root account in more traditional UNIX fashion, you can set the root password by typing sudo passwd root. This will allow you to use su or login as root on the console.

If you need a shell with root privileges, run sudo -s.
 
Old 08-13-2005, 08:34 AM   #10
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
i'll quote Ethernal_Newbie here...
----------
Pease don't ask for advice on how to crack things here
----------

egag
 
Old 08-13-2005, 08:37 AM   #11
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Hello egag!
How do you do?
This IS common knowledge. Every *Nix user must know how to set root password!
 
Old 08-13-2005, 09:06 AM   #12
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
hi SlackerLX,
still Slackin' ...

the answer you posted is common knowledge...i know.
and a pc cannot be safe when a cracker has physical access to the machine.

but i think OP means to look up the root password of a remote machine,
as he mentions a telnet connection in his first post.

first of all i woundn't know how to do that, but if such is possible,
it would be helping a cracker.
( and posting that here would create a lot of them )

btw :
" hacker "= hero of the open source community
" cracker" = a criminal

egag
 
Old 08-13-2005, 09:10 AM   #13
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Lightbulb

Agreed!
 
Old 08-13-2005, 09:39 AM   #14
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
To the thread starter,

If your real intentions are to learn about cracking and hacking to better your own security, by all means you need to read the stickies and threads in our Security forum. If your asking these questions to just learn how to crack into systems though, we'll just go ahead and close this thread as we do not tolerate such things here on this site and forums.

And for the record, anyone that allows root login over telnet deserves to be cracked, running telnet alone almost calls for such things. There are better ways to do such things and root should never be allowed to login remotely unless your behind a secure firewall or private network, etc.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Running super user commands as normal user mickyg Linux - Security 5 10-14-2005 07:25 PM
Please someone help! Can't type in super user :( laimay Linux - Newbie 2 12-22-2004 05:32 AM
user acess spacific to a directory using bash how to x2000koh Programming 2 07-21-2003 10:34 PM
Super User boyinfrance Linux - Newbie 1 06-17-2002 12:07 PM
normal user = super user jayakrishnan Linux - General 4 03-19-2002 09:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration