<?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: Hide myself from root. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824647#M940385</link>
    <description>I think it is kind of sensitive to talk this issue here. Anyway thanks for your advise. I will bear that in mind.</description>
    <pubDate>Mon, 14 Oct 2002 11:11:13 GMT</pubDate>
    <dc:creator>Chua Wen Ching</dc:creator>
    <dc:date>2002-10-14T11:11:13Z</dc:date>
    <item>
      <title>Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824640#M940378</link>
      <description>In my org system, when i (a normal user) w or finger, i saw no one in the list. But when i use the command top, i can see other user's login id. Is that a background process using nohup? Is it possible to make myself hidden / invisible when the root enter w or finger in HP-UX 10.20. I had found some c scripts to make myself invisible but it cannot works in HP-UX 10.20. I want to make myself hidden without running as a root.</description>
      <pubDate>Sun, 13 Oct 2002 10:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824640#M940378</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-13T10:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824641#M940379</link>
      <description>&lt;BR /&gt;I'm sorry, but I DON'T think it's APPROPRIATE to discuss HOW TO HACK in this forum!&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sun, 13 Oct 2002 11:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824641#M940379</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-13T11:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824642#M940380</link>
      <description>I not really want to learn how to hack? I just want to know as a system admin, is there such thing (make normal user account invisible using bourne shell scripting) so that i can beware in future. How about some references? Does bourne shell had the capabilities or not? Anyway i would like to apologize for asking this question here.</description>
      <pubDate>Sun, 13 Oct 2002 15:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824642#M940380</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-13T15:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824643#M940381</link>
      <description>Without details:&lt;BR /&gt;&lt;BR /&gt;It is possible to hide something,  "samhain" is a program using such mechanism.If it not necessary for security for system administration task it causes problems if more administrators work on the machines and it is not well documented.&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 14 Oct 2002 04:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824643#M940381</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-10-14T04:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824644#M940382</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Seeing a process in the process list owned by a user does not mean that that user is logged in.&lt;BR /&gt;&lt;BR /&gt;A nohup &lt;PROCESS&gt; &amp;amp; will show this also any running process designed to loop or call other processes will also show in the ps list.&lt;BR /&gt;&lt;BR /&gt;Yes it is possible to hide from roots use of who as this info is stored in wtmp and can be modified.&lt;BR /&gt;&lt;BR /&gt;Ownerships can be changed so that even in the ps list a user will not be seen.&lt;BR /&gt;&lt;BR /&gt;Security is about closing down loopholes, giving your users ???Just enough??? permission to carry out their job and knowing your systems.&lt;BR /&gt;&lt;BR /&gt;This doc will help on security:-&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://people.hp.se/stevesk/bastion11.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;&lt;/PROCESS&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824644#M940382</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-14T10:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824645#M940383</link>
      <description>Is there any sample bourne shell script or c script that allow me to hide myself (related to wtmp)? Is wtmp owned by root. If i am a normal user how am i suppose to modify or write into wtmp? I am kind of confuse. But anyway thanks for the guide to protect hp-ux.</description>
      <pubDate>Mon, 14 Oct 2002 10:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824645#M940383</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-14T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824646#M940384</link>
      <description>Sorry&lt;BR /&gt;&lt;BR /&gt;I cannot post this sort of info on the forum as it is dangerous.&lt;BR /&gt;&lt;BR /&gt;You will find that a good sysadmin has lots of links to hacker sites and watches what is going on and notes system weak areas.&lt;BR /&gt;&lt;BR /&gt;To start you off try here:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.astalavista.com/archive/hacking/" target="_blank"&gt;http://www.astalavista.com/archive/hacking/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824646#M940384</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-10-14T10:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide myself from root.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824647#M940385</link>
      <description>I think it is kind of sensitive to talk this issue here. Anyway thanks for your advise. I will bear that in mind.</description>
      <pubDate>Mon, 14 Oct 2002 11:11:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hide-myself-from-root/m-p/2824647#M940385</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-14T11:11:13Z</dc:date>
    </item>
  </channel>
</rss>

