<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Root Password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707837#M59705</link>
    <description>Passwords are encrypted with a one way encryption.&lt;BR /&gt;&lt;BR /&gt;The password crackers will generate passwords, encrypt them and see if they match the encrypted version, but all for the sake of figuring out that root password is "iforget" is a bit of a long wait.&lt;BR /&gt;&lt;BR /&gt;hpux -is can boot you into init S, where you get asked for no password, allowing you to change it to something new (although you never find out what the password was)&lt;BR /&gt;&lt;BR /&gt;The -is can be protected securely at the BCH, hopefully you don't forget that password... cos that means opening the box.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Apr 2002 06:45:20 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2002-04-22T06:45:20Z</dc:date>
    <item>
      <title>Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707832#M59700</link>
      <description>Dear all,&lt;BR /&gt;I have one qui. ?&lt;BR /&gt;&lt;BR /&gt;How to get password of root if someone forget it.&lt;BR /&gt;&lt;BR /&gt;I know its silly qui., but sometime in future this situation can arrise.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;william</description>
      <pubDate>Mon, 22 Apr 2002 04:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707832#M59700</guid>
      <dc:creator>william_39</dc:creator>
      <dc:date>2002-04-22T04:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707833#M59701</link>
      <description>hi,&lt;BR /&gt;there is no way to know the root password again.&lt;BR /&gt;If your system is not a secured system , you &lt;BR /&gt;can boot your system in single user mode by&lt;BR /&gt;ISL&amp;gt;hpux -is&lt;BR /&gt;you will get root access without any passwords&lt;BR /&gt;now. edit /etc/passwd file and remove the root's encrypted password. &lt;BR /&gt;note : take a copy of password file first.&lt;BR /&gt;#passwd&lt;BR /&gt;give your new password now. you will be able to use the new password from that time.&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 22 Apr 2002 04:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707833#M59701</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-04-22T04:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707834#M59702</link>
      <description>Booting into single user mode will start&lt;BR /&gt;your session as root anyway. So you will be able to change the password.&lt;BR /&gt;&lt;BR /&gt;If you system is trusted and you have the&lt;BR /&gt;security policy box checked as below&lt;BR /&gt;&lt;BR /&gt;"Require Login Upon Boot to Single-User State"&lt;BR /&gt;then you have a big problem.&lt;BR /&gt;&lt;BR /&gt;One of the best ways to get around this is to install 'sudo'. One of the advantages of 'sudo' is that you don't need to rememeber the 'root' password.&lt;BR /&gt;&lt;BR /&gt;You get all the information here as well as downloading a copy suitable to your OS version:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.2b1/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.2b1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael~</description>
      <pubDate>Mon, 22 Apr 2002 05:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707834#M59702</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-22T05:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707835#M59703</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Apart from booting-up to single-user mode as already mentioned, if your single-user mode is secured, your only way out would be to attempt a security compromise of your system:&lt;BR /&gt;1) password crack&lt;BR /&gt;2) buffer overflow&lt;BR /&gt;3) other root compromise attacks&lt;BR /&gt;&lt;BR /&gt;For password crack, if&lt;BR /&gt;1) You did not convert your system to trusted and you did not shadow your /etc/passwd file, and&lt;BR /&gt;2) The password you use for your root account is weak, &lt;BR /&gt;THEN you can attempt a crack on the password hash to retrieve the plaintext password:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.users.dircon.co.uk/~crypto/download/c50-faq.html" target="_blank"&gt;http://www.users.dircon.co.uk/~crypto/download/c50-faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For buffer overflow and root compromise attacks, IF your system is not updated with security patches, THEN you can download the attack programs to attempt a root compromise or buffer overflow of your system to gain root access.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 22 Apr 2002 05:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707835#M59703</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-04-22T05:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707836#M59704</link>
      <description>In addition to what's already mentioned. If your root disk is external you can mount it on another system and exit the password file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Mon, 22 Apr 2002 06:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707836#M59704</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-04-22T06:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707837#M59705</link>
      <description>Passwords are encrypted with a one way encryption.&lt;BR /&gt;&lt;BR /&gt;The password crackers will generate passwords, encrypt them and see if they match the encrypted version, but all for the sake of figuring out that root password is "iforget" is a bit of a long wait.&lt;BR /&gt;&lt;BR /&gt;hpux -is can boot you into init S, where you get asked for no password, allowing you to change it to something new (although you never find out what the password was)&lt;BR /&gt;&lt;BR /&gt;The -is can be protected securely at the BCH, hopefully you don't forget that password... cos that means opening the box.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Apr 2002 06:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707837#M59705</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-04-22T06:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707838#M59706</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I forgot to mention that you can also boot from the Support CD and run a Recovery Shell to modify the passwd file. With this, even if you enabled login for single user mode, you will still be able to tamper with your /etc/passwd file simply by booting from the Support CD, running the Recovery Shell, fsck the root VGs, mounting them and subsequently update /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;You can find the details at &lt;A href="http://www.docs.hp.com" target="_blank"&gt;http://www.docs.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 22 Apr 2002 06:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707838#M59706</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-04-22T06:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707839#M59707</link>
      <description>Speaking as a developer, try looking under the sysadmin's keyboard for a scrap of paper with the password scribbled on it! :-D</description>
      <pubDate>Mon, 22 Apr 2002 06:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707839#M59707</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-04-22T06:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707840#M59708</link>
      <description>Quick question: Does any other system have root access or superuser privledges to this box?&lt;BR /&gt;&lt;BR /&gt;2 possible quick and dirty solutions,...&lt;BR /&gt;&lt;BR /&gt;1. Rlogin from another server with root permissions and do a 'passwd'.&lt;BR /&gt;&lt;BR /&gt;2. ftp into the system as someone with appropriate rights, get the /etc/passwd file, modify the root password to be empty, ftp back the /etc/passwd file, log on with no password and then change it. If no overwrite is allowed, try renaming /etc/passwd and then ftping the file.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Mon, 22 Apr 2002 11:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707840#M59708</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-04-22T11:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707841#M59709</link>
      <description>Hi,&lt;BR /&gt;You can not view the root password. However you can definately change it to your preffered password.&lt;BR /&gt;&lt;BR /&gt;You need to boot the machine in single user mode by entering following command at your ISL Prompt.&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -is&lt;BR /&gt;&lt;BR /&gt;Once you get the root prompt you can use passwd command to change the password. It will not ask you for old password. &lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Mon, 22 Apr 2002 13:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707841#M59709</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-22T13:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Root Password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707842#M59710</link>
      <description>1. Power off/on&lt;BR /&gt;2. Escape button press&lt;BR /&gt;3. Then the PDC step display&lt;BR /&gt;   BOOT_admin&amp;gt; boot pri isl&lt;BR /&gt;4. ISL&amp;gt; hpus -is #boot to single-user mode&lt;BR /&gt;5. After single-user mode booting,&lt;BR /&gt;   You have to remove passwd of root in &lt;BR /&gt;   etc/passwd file &lt;BR /&gt;6. Then you have to booting by multi-user mode&lt;BR /&gt;   # init 2&lt;BR /&gt;   &lt;BR /&gt;7. When the console login prompt display, &lt;BR /&gt;   You can login by root. so this job don't &lt;BR /&gt;   check password. then you can change root &lt;BR /&gt;   password&lt;BR /&gt;   # passwd root&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Apr 2002 00:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-password/m-p/2707842#M59710</guid>
      <dc:creator>Choi Eun Kyoung</dc:creator>
      <dc:date>2002-04-24T00:13:10Z</dc:date>
    </item>
  </channel>
</rss>

